]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check unsigned serial number in signed zone files
authorMichał Kępień <michal@isc.org>
Tue, 4 Jan 2022 14:41:46 +0000 (15:41 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 5 Jan 2022 16:53:49 +0000 (17:53 +0100)
commitab49205af37ffafb70a3ba112897152f31a7a83d
treedf7e469e558d794af9349df227811dbbc50d646b
parentb65b5dbade2347c890664064a7af51ced52e7ad6
Check unsigned serial number in signed zone files

All signed zone files present in bin/tests/system/inline/ns8 should
contain the unsigned serial number in the raw-format header.  Add a
check to ensure that is the case.  Extend the dnssec-signzone command
line in ns8/sign.sh with the -L option to allow the zones initially
signed there to pass the newly added check.  Add another zone to the
configuration for the ns8 named instance to ensure the check also passes
when multiple zones are inline-signed by a single named instance.
bin/tests/system/inline/ns8/named.conf.in
bin/tests/system/inline/ns8/sign.sh
bin/tests/system/inline/tests_signed_zone_files.py [new file with mode: 0755]
util/copyrights