]> git.ipfire.org Git - thirdparty/bind9.git/commit
Obsolete the "tkey-domain" statement
authorMichał Kępień <michal@isc.org>
Mon, 1 Sep 2025 19:35:33 +0000 (21:35 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 1 Sep 2025 19:35:33 +0000 (21:35 +0200)
commit805f1c0f6539dae29d11799af2de4f8ab2a02a98
tree95cda537786c2976728209839f7c2c6e3498fa03
parentc47e8edd090fd9070e93a82452004f1a686036da
Obsolete the "tkey-domain" statement

The "tkey-domain" statement has effectively been a no-op since commit
bd4576b3cef88bcb78ae0dd7619019be4fdfb2ea, which removed the only bit of
code using it: the logic implementing TKEY Mode 2 (Diffie-Hellman).

A subsequent cleanup commit, 885c132f4ae6d895ee973648e15d9e61d01555a8,
also missed the opportunity to remove the "tkey-domain" statement
altogether.

Mark the "tkey-domain" statement as obsolete and remove all code and
documentation related to it.
bin/named/config.c
bin/named/tkeyconf.c
doc/arm/reference.rst
doc/misc/options
lib/dns/include/dns/tkey.h
lib/dns/tkey.c
lib/isccfg/namedconf.c