]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add test configurations with invalid dnssec-policy clauses
authorMark Andrews <marka@isc.org>
Tue, 15 Feb 2022 05:24:52 +0000 (16:24 +1100)
committerMark Andrews <marka@isc.org>
Tue, 8 Mar 2022 02:23:14 +0000 (13:23 +1100)
commitf23e86b96b77bb9fd485a2c8f6d3cd8a02afd7bd
tree7db02faf76125c9e6e50a88368e6c4cf45df0583
parent18efcdc65f6bc559587390def097b92fc437a82d
Add test configurations with invalid dnssec-policy clauses

bad-ksk-without-zsk.conf only has a ksk defined without a
matching zsk for the same algorithm.

bad-zsk-without-ksk.conf only has a zsk defined without a
matching ksk for the same algorithm.

bad-unpaired-keys.conf has two keys of different algorithms
one ksk only and the other zsk only
bin/tests/system/checkconf/bad-ksk-without-zsk.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-unpaired-keys.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-zsk-without-ksk.conf [new file with mode: 0644]