]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a CHANGES entry [GL !5672]
authorArtem Boldariev <artem@boldariev.com>
Fri, 24 Dec 2021 12:54:19 +0000 (14:54 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 29 Dec 2021 08:25:16 +0000 (10:25 +0200)
Mention that TLS contexts reuse was implemented.

CHANGES

diff --git a/CHANGES b/CHANGES
index df26bf014c73fb09b11407b2a94f9a7462790ec0..053fec41c9aa42358bd1c11fa61d7dde1449bf7a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5784.  [func]          Implement TLS-contexts reuse. Reusing the
+                       previously created TLS context objects can reduce
+                       initialisation time for some configurations and enables
+                       TLS session resumption for incoming zone transfers over
+                       TLS (XoT). [GL #3067]
+
 5783.  [func]          named is now able to log TLS pre-master secrets for
                        debugging purposes. This requires setting the
                        SSLKEYLOGFILE environment variable appropriately.