]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test extended DS digest type support
authorMark Andrews <marka@isc.org>
Wed, 28 May 2025 10:02:48 +0000 (20:02 +1000)
committerMark Andrews <marka@isc.org>
Wed, 18 Jun 2025 21:15:20 +0000 (07:15 +1000)
commit38ef960fd0acd7889e6ed014def72b52f523c207
treee97cda747d7d1c1a27a0e4c8f8e2e9e3854e4e41
parent8d554c0c030f6941ac6bc8274f872342d4f64985
Test extended DS digest type support

Add a zone using DS records that embed the private algorithm
identifier in the digest field.  There are 2 DS record for an
unsupported DNSSEC algorithm one of which that doesn't have a
matching DNSKEY.  This zone should validate as insecure as the
validator can establish that both DS records are for unsupported
DNSSEC algorithms.
bin/tests/system/dnssec/ns2/example.db.in
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns3/extended-ds-unknown-oid.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns3/named.conf.in
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/tests.sh
bin/tests/system/dnssec/tests_sh_dnssec.py