CHANGES and release note for [GL #3905]

This commit is contained in:
Evan Hunt 2023-05-22 16:15:36 -07:00
parent 88383aa158
commit 9a8f8d6046
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
6181. [func] The "tkey-dhkey" option has been deprecated; a
warning will be logged when it is used. In a future
release, Diffie-Hellman TKEY mode will be removed.
[GL #3905]
6180. [bug] The session key object could be incorrectly added
to multiple different views' keyrings. [GL #4079]

View file

@ -28,7 +28,9 @@ New Features
Removed Features
~~~~~~~~~~~~~~~~
- None.
- TKEY mode 2 (Diffie-Hellman Exchanged Keying) is now deprecated, and
will be removed in a future release. A warning will be logged when
the ``tkey-dhkey`` option is used in ``named.conf``. :gl:`#3905`
Feature Changes
~~~~~~~~~~~~~~~