]> 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>
Tue, 24 Feb 2026 10:56:45 +0000 (11:56 +0100)
commitb23d8b48eef3bb9ec57a55ae65e6a216aa1d78bc
treef2ea460a9767684ddb90f9804f9844eb5cca8aac
parent585bf1bddc0ab180c5cc75fa54895bad40ade8b3
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.

(cherry picked from commit 46f15f4f9d2e83b92d1c04896f07a2253cc6041c)
12 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]