mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
CHANGES and release note for [GL #3905]
This commit is contained in:
parent
88383aa158
commit
9a8f8d6046
2 changed files with 8 additions and 1 deletions
5
CHANGES
5
CHANGES
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue