]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update CHANGES [GL #3725]
authorArtem Boldariev <artem@boldariev.com>
Tue, 13 Dec 2022 12:14:43 +0000 (14:14 +0200)
committerArtem Boldariev <artem@boldariev.com>
Wed, 14 Dec 2022 16:07:03 +0000 (18:07 +0200)
Mention that TLS session resumption for Mutual TLS has been fixed.

CHANGES

diff --git a/CHANGES b/CHANGES
index 4063fa1a4d442c43d749af0082575edda9c5cc82..e949c73042e0be428a3c230b70c58ecd12089a98 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+6046.  [bug]           TLS session resumption might lead to handshake
+                       failures when client certificates are used for
+                       authentication (Mutual TLS).  This has been fixed.
+                       [GL #3725]
+
 6045.  [cleanup]       The list of supported DNSSEC algorithms changed log
                        level from "warning" to "notice" to match named's other
                        startup messages. [GL !7217]