From d8e04cdbc743bf45c8b82ccc3d72dee24842c9be Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Tue, 13 Dec 2022 14:14:43 +0200 Subject: [PATCH] Update CHANGES [GL #3725] Mention that TLS session resumption for Mutual TLS has been fixed. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 4063fa1a4d..e949c73042 100644 --- 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]