]> 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>
Thu, 6 Jan 2022 11:27:12 +0000 (12:27 +0100)
commit1904acc7ef274046bc925330a511febd37cce8bb
tree0c6b0659c696605058f989d49568c88698398331
parentbe1efdcf245703a6fe4aad27cda6094f9e672985
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.

(cherry picked from commit ab49205af37ffafb70a3ba112897152f31a7a83d)
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