mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-03 08:29:03 +02:00
zonemd, unit test for capitalisation of owner and ns names.
This commit is contained in:
@@ -474,6 +474,13 @@ static void zonemd_verify_tests(void)
|
||||
NULL,
|
||||
"20180302005009",
|
||||
"ZONEMD RRSet contains more than one RR with the same scheme and hash algorithm");
|
||||
/* different capitalisation of ns name and owner names, should
|
||||
* be canonicalized. */
|
||||
zonemd_verify_test("example.com",
|
||||
"testdata/zonemd.example17.zone",
|
||||
NULL,
|
||||
"20180302005009",
|
||||
"ZONEMD verification successful");
|
||||
}
|
||||
|
||||
/** zonemd unit tests */
|
||||
|
||||
Reference in New Issue
Block a user