]> 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:24:34 +0000 (07:24 +0200)
commit5c8f3463d5f7350dfb39ecc51eda8f6a07a24fdc
tree6968fab2bb06cab6e15a64229130e463022c0f70
parentf81c8e3e73d1d4c8db2d8a1bba6980a942358842
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 82b7e6ccefd902a673aa3ed6a51e169da2411677.

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.

(cherry picked from commit a14efdf54cc09165093f2938cafe32a331574a4d)
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