]> git.ipfire.org Git - thirdparty/bind9.git/commit
Extend tests for signed, CNAME-sourced delegations
authorMichał Kępień <michal@isc.org>
Fri, 16 Jul 2021 05:20:15 +0000 (07:20 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 16 Jul 2021 05:20:15 +0000 (07:20 +0200)
commita14efdf54cc09165093f2938cafe32a331574a4d
tree0a51230a26a57c58ce22235ad3b580e307e6e40e
parent29d8d35869ad44531fc0690a24074df9c7e0927a
Extend tests for signed, CNAME-sourced delegations

Extend the "chain" system test with AUTHORITY section checks for signed,
secure delegations.  This complements the checks for signed, insecure
delegations added by commit 26ec4b9a89720e6d5630ad8cf5da6fe357dee32a.

Extend the existing AUTHORITY section checks for signed, insecure
delegations to ensure nonexistence of DS RRsets in such responses.
Adjust comments accordingly.

Ensure dig failures cause the "chain" system test to fail.
bin/tests/system/chain/ns2/named.conf.in
bin/tests/system/chain/ns2/sign.sh
bin/tests/system/chain/ns2/wildcard-secure.db [new file with mode: 0644]
bin/tests/system/chain/tests.sh