]> git.ipfire.org Git - thirdparty/bind9.git/commit
Obsolete dnssec-dnskey-kskonly update-check-ksk
authorMatthijs Mekking <matthijs@isc.org>
Tue, 11 Jul 2023 11:57:49 +0000 (13:57 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 20 Jul 2023 10:40:54 +0000 (12:40 +0200)
commit3e49223a673c5d43fe3f2dfa06b6643886568fb3
tree7d185d998775028a2b8cf03affa3256ea89b8e32
parenta8f71f67ac0d223bcc32dff2f8cfa48fe4c47621
Obsolete dnssec-dnskey-kskonly update-check-ksk

These two configuration options worked in conjunction with 'auto-dnssec'
to determine KSK usage, and thus are now obsoleted.

However, in the code we keep KSK processing so that when a zone is
reconfigured from using 'dnssec-policy' immediately to 'none' (without
going through 'insecure'), the zone is not immediately made bogus.

Add one more test case for going straight to none, now with a dynamic
zone (no inline-signing).
20 files changed:
bin/dnssec/dnssec-signzone.rst
bin/named/config.c
bin/named/zoneconf.c
bin/tests/system/checkconf/bad-dnssec.conf
bin/tests/system/checkconf/kasp-and-other-dnssec-options.conf
bin/tests/system/checkconf/tests.sh
bin/tests/system/kasp/ns6/named.conf.in
bin/tests/system/kasp/ns6/named2.conf.in
bin/tests/system/kasp/ns6/setup.sh
bin/tests/system/kasp/tests.sh
doc/arm/reference.rst
doc/misc/options
doc/misc/primary.zoneopt
doc/misc/secondary.zoneopt
lib/dns/update.c
lib/dns/zone.c
lib/dns/zone_p.h
lib/isccfg/check.c
lib/isccfg/namedconf.c
tests/dns/sigs_test.c