]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add test for allowing update CDS/CDNSKEY
authorMatthijs Mekking <matthijs@isc.org>
Tue, 13 Jul 2021 09:04:44 +0000 (11:04 +0200)
committerEvan Hunt <each@isc.org>
Wed, 14 Jul 2021 19:10:11 +0000 (12:10 -0700)
commit6b79db1fdd7874d64be6d7dc55176200c24f5d15
tree610ecf549773cfda2d8582fd3813c750d16b98ec
parent2292b48c2a1d36b4b5682adb3625cb3555c64ea9
Add test for allowing update CDS/CDNSKEY

Add tests to the nsupdate system test to make sure that CDS and/or
CDNSKEY that match an algorithm in the DNSKEY RRset are allowed. Also
add tests that updates are rejected if the algorithm does not match.

Remove the now redundant test cases from the dnssec system test.

Update the checkzone system test: Change the algorithm of the CDS and
CDNSKEY records so that the zone is still rejected.
bin/tests/system/checkzone/zones/bad-cdnskey.db
bin/tests/system/checkzone/zones/bad-cds.db
bin/tests/system/dnssec/tests.sh
bin/tests/system/nsupdate/clean.sh
bin/tests/system/nsupdate/ns3/multisigner.test.db.in [new file with mode: 0644]
bin/tests/system/nsupdate/ns3/named.conf.in
bin/tests/system/nsupdate/ns3/sign.sh
bin/tests/system/nsupdate/tests.sh