]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check disable-algorithms with non-zone names
authorMatthijs Mekking <matthijs@isc.org>
Tue, 23 Sep 2025 13:36:56 +0000 (15:36 +0200)
committerMark Andrews <marka@isc.org>
Thu, 25 Sep 2025 01:14:27 +0000 (11:14 +1000)
commit81d3a29e4ef0730871bdc4954a5c4b6fd3e030b8
treec577617cca9c8d148829c8c6b81b0b53ae6e3277
parent28848ab57839689cf894fffb36d4638c89d9230c
Check disable-algorithms with non-zone names

Test that if disable-algorithms is configured on a name that is below
the zonecut, it still validates (z.secure.example).

Test that if disable-algorithms is configured on a name that is above
the zonecut, it is treated as insecure (zonecut.ent.secure.example).
bin/tests/system/dnssec/ns3/named.conf.j2
bin/tests/system/dnssec/ns3/secure.example.db.in
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/ns3/zonecut.ent.secure.example.db.in [new file with mode: 0644]
bin/tests/system/dnssec/ns4/named.conf.j2
bin/tests/system/dnssec/tests_validation.py