]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove trusted-keys and managed-keys options
authorMatthijs Mekking <matthijs@isc.org>
Fri, 6 Dec 2024 15:30:04 +0000 (16:30 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 11 Dec 2024 13:04:37 +0000 (14:04 +0100)
commitb6ca20929279fd00efb00da26d942d0fbde16856
tree6c1c317755b9d50e63945c602efae314d4e7cf22
parent819a69219a3fb3f760bb98198d58cc0014034e3e
Remove trusted-keys and managed-keys options

These options have been deprecated in 9.19 in favor of the trust-anchors
option. They are now removed to clean up the configuration and the code.
23 files changed:
bin/delv/delv.c
bin/named/server.c
bin/rndc/rndc.rst
bin/tests/system/checkconf/bad-duplicate-root-key.conf
bin/tests/system/checkconf/bad-no-trusted-key.conf [deleted file]
bin/tests/system/checkconf/check-mixed-keys.conf
bin/tests/system/checkconf/check-root-trusted-key.conf [deleted file]
bin/tests/system/checkconf/deprecated.conf
bin/tests/system/checkconf/good-dup-trust-anchors.conf [moved from bin/tests/system/checkconf/good-dup-managed-key.conf with 100% similarity]
bin/tests/system/checkconf/good-dup-trusted-key.conf [deleted file]
bin/tests/system/checkconf/good-empty-trusted-keys.conf [deleted file]
bin/tests/system/checkconf/good-nonempty-trusted-keys.conf [deleted file]
bin/tests/system/checkconf/tests.sh
bin/tests/system/conf.sh
bin/tests/system/dnssec/ns1/sign.sh
doc/arm/reference.rst
doc/design/unsupported-algorithms-in-bind9
doc/dnssec-guide/validation.rst
doc/misc/options
lib/dns/include/dns/keytable.h
lib/dns/zone.c
lib/isccfg/check.c
lib/isccfg/namedconf.c