From: Artem Boldariev Date: Tue, 13 Dec 2022 12:14:43 +0000 (+0200) Subject: Update CHANGES [GL #3725] X-Git-Tag: v9.19.9~82^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8e04cdbc743bf45c8b82ccc3d72dee24842c9be;p=thirdparty%2Fbind9.git Update CHANGES [GL #3725] Mention that TLS session resumption for Mutual TLS has been fixed. --- diff --git a/CHANGES b/CHANGES index 4063fa1a4d4..e949c73042e 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]