]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: usr: Deprecate the "tkey-domain" statement
authorMichał Kępień <michal@isc.org>
Mon, 1 Sep 2025 20:29:29 +0000 (22:29 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 1 Sep 2025 20:29:29 +0000 (22:29 +0200)
commite28c95c116020dfff8e8ee8fd5e9ee0643e162e2
treefb095b321dec77051b5130b05a5a6eb9743ee183
parent2705307f818895de70d7500051c66446448f1456
parent6e3203a5b58a5b61819aa9356a4dfcd434ff51c7
rem: usr: Deprecate the "tkey-domain" statement

Mark the :any:`tkey-domain` statement as deprecated since it is only
used by code implementing TKEY Mode 2 (Diffie-Hellman), which was
removed from newer BIND 9 branches.

See #4204

Merge branch '4204-deprecate-tkey-domain' into 'bind-9.18'

See merge request isc-projects/bind9!10783