From: Ondřej Surý Date: Wed, 5 Dec 2018 10:28:11 +0000 (+0100) Subject: Add DNSKEY and CDNSKEY with unknown algorithm number (PRIVATEDNS) and \0 as content X-Git-Tag: v9.13.5~12^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00cc0b236a840203b47581e942d7f2c7effca695;p=thirdparty%2Fbind9.git Add DNSKEY and CDNSKEY with unknown algorithm number (PRIVATEDNS) and \0 as content --- diff --git a/bin/tests/system/masterformat/ns1/example.db b/bin/tests/system/masterformat/ns1/example.db index b706cc79b3c..0e48b79c9fa 100644 --- a/bin/tests/system/masterformat/ns1/example.db +++ b/bin/tests/system/masterformat/ns1/example.db @@ -34,6 +34,7 @@ dnskey 300 DNSKEY 256 3 13 ( wO6zW3RzrvmNIMgFag6G uXofiSwJ6YDeQ0O 3uhPJsJ7ivpbh+w== ) +private-dnskey 300 DNSKEY 256 3 253 ( AAo= ) ds 300 DS 30795 1 1 ( 310D27F4D82C1FC2400704EA9939FE6E1CEA A3B9 ) @@ -42,6 +43,7 @@ cdnskey 300 CDNSKEY 256 3 13 ( wO6zW3RzrvmNIMgFag6G uXofiSwJ6YDeQ0O 3uhPJsJ7ivpbh+w== ) +private-cdnskey 300 CDNSKEY 256 3 253 ( AAo= ) cds 300 CDS 30795 1 1 ( 310D27F4D82C1FC2400704EA9939FE6E1CEA A3B9 ) diff --git a/bin/tests/system/masterformat/tests.sh b/bin/tests/system/masterformat/tests.sh index ed4e5642e13..6d2fbc7783c 100755 --- a/bin/tests/system/masterformat/tests.sh +++ b/bin/tests/system/masterformat/tests.sh @@ -99,7 +99,7 @@ set -- 1 2 3 for zone in example example-explicit example-compat; do for server in "$@"; do for name in ns mx a aaaa cname dname txt rrsig nsec \ - dnskey ds cdnskey cds; do + dnskey ds cdnskey cds private-dnskey private-cdnskey; do dig_with_opts "$name.$zone." "$name" "@10.53.0.$server" echo done > "dig.out.$zone.$server.test$n"