]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add test for mixed unsupported DS records
authorOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 10:17:40 +0000 (11:17 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 23 Feb 2026 18:53:48 +0000 (19:53 +0100)
commit46f15f4f9d2e83b92d1c04896f07a2253cc6041c
treec30bd3aa426fb7ed721fe6d876d5a1e4616e5909
parentf983a6415293bf26e5001b44a202a618f60dbf34
Add test for mixed unsupported DS records

Add a system test that has one invalid DS record with supported
algorithm and one unsupported DS record.  Both DNSKEY and A queries must
fail with SERVFAIL.
13 files changed:
bin/tests/system/dnssec-unsupported-ds/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/dnssec-unsupported-ds/ns1/sign.sh [new file with mode: 0755]
bin/tests/system/dnssec-unsupported-ds/ns1/zones/root.db.in [new file with mode: 0644]
bin/tests/system/dnssec-unsupported-ds/ns2/named.conf.j2 [new file with mode: 0644]
bin/tests/system/dnssec-unsupported-ds/ns2/sign.sh [new file with mode: 0755]
bin/tests/system/dnssec-unsupported-ds/ns2/zones/example.db.in [new file with mode: 0644]
bin/tests/system/dnssec-unsupported-ds/ns3/named.conf.j2 [new file with mode: 0644]
bin/tests/system/dnssec-unsupported-ds/ns3/sign.sh [new file with mode: 0755]
bin/tests/system/dnssec-unsupported-ds/ns3/zones/child.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec-unsupported-ds/ns4/named.conf.j2 [new file with mode: 0644]
bin/tests/system/dnssec-unsupported-ds/setup.sh [new file with mode: 0755]
bin/tests/system/dnssec-unsupported-ds/tests_mixed_ds.py [new file with mode: 0644]
bin/tests/system/dnssec/tests_validation.py