zonemd, unit test for capitalisation of owner and ns names.

This commit is contained in:
W.C.A. Wijngaards
2021-01-22 14:40:21 +01:00
parent 20ff80c5bb
commit dedc1e2340
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -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 */