]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Modify CHANGES
authorArtem Boldariev <artem@boldariev.com>
Mon, 9 May 2022 16:40:01 +0000 (19:40 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 20 May 2022 17:18:38 +0000 (20:18 +0300)
Mention that TLS session resumption is now fully supported in the
client side code.

CHANGES

diff --git a/CHANGES b/CHANGES
index 94794987ed08812e1230e57e4b35dfd99a953a91..87a1cbaa63851c4e8b5fc3d564156ac28f549bf5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5893.  [func]          Add TLS session resumption support to the client-side
+                       TLS code. [GL !6274]
+
 5892.  [cleanup]       Refactored the the hash tables in resolver.c to
                        use the isc_ht API. [GL !6271]