summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-04-25 17:07:35 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-04-25 17:59:39 +0100
commitd9acfc1ce677f0bfd16f1555f3762af13b8e5a7b (patch)
treef63c7511d4b7f94e8e30b4e7b38eba591ce53cf3 /doc
parenteb2fb50d46b0a27db9ccc32d3f4f32ece817402c (diff)
GnuTLS 3.6.7 cipher strings
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2c57ce64b..a85841af6 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -80,6 +80,15 @@ HS/02 Bug 2392: exigrep does case sensitive *option* processing (as it
JH/15 Use unsigned when creating bitmasks in macros, to avoid build errors
on some platforms for bit 31.
+JH/16 GnuTLS: rework ciphersuite strings under recent library versions. Thanks
+ to changes apparently associated with TLS1.3 handling some of the APIs
+ previously used were either nonfunctional or inappropriate. Strings
+ like TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM__AEAD:256
+ and TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_128_CBC__SHA256:128 replace
+ the previous TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 .
+ This affects log line X= elements, the $tls_{in,out}_cipher variables,
+ and the use of specific cipher names in the encrypted= ACL condition.
+
Exim version 4.92
-----------------