]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update CHANGES [GL #3122]
authorArtem Boldariev <artem@boldariev.com>
Tue, 5 Apr 2022 15:36:19 +0000 (18:36 +0300)
committerArtem Boldariev <artem@boldariev.com>
Wed, 6 Apr 2022 15:45:57 +0000 (18:45 +0300)
Add an entry that reloading TLS certificates without destroying
underlying TCP listening sockets.

CHANGES

diff --git a/CHANGES b/CHANGES
index 18d0aa9b077fc5bab3749d85eca3c194654843f2..c6fb175f7ef0c8efd8db6958f69853126764bae3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5854.  [func]          Implement reference counting for TLS contexts and
+                       allow reloading of TLS certificates on reconfiguration
+                       without destroying the underlying TCP listener sockets
+                       for TLS-based DNS transports. [GL #3122]
+
 5853.  [bug]           When using both the `+qr` and `+y` options `dig` could
                        crash if the connection to the first server was not
                        successful. [GL #3244]