From: Matthijs Mekking Date: Tue, 11 Oct 2022 09:21:35 +0000 (+0200) Subject: Remove checks when going to dnssec-policy none X-Git-Tag: v9.19.7~8^2~3 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bc703a12e7adf83ac0cef3624fc846eb2c843dbb;p=thirdparty%2Fbind9.git Remove checks when going to dnssec-policy none The changes in the code have the side effect that the CDNSKEY and CDS records in the secure version of the zone are not reusable and thus are thrashed from the zone. Remove the apex checks for this use case. We only care about that the zone is not immediately goes bogus, but a user really should use the built-in "insecure" policy when unsigning a zone. --- diff --git a/bin/tests/system/kasp/tests.sh b/bin/tests/system/kasp/tests.sh index cfe45fbf295..ab65dff3ad6 100644 --- a/bin/tests/system/kasp/tests.sh +++ b/bin/tests/system/kasp/tests.sh @@ -4033,8 +4033,6 @@ key_clear "KEY4" # Various signing policy checks. check_keys check_dnssecstatus "$SERVER" "$POLICY" "$ZONE" -check_apex -check_subdomain dnssec_verify #