summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-12-30 22:46:25 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2019-02-10 23:57:48 +0000
commitd7f31bb61bd2255d45470d238680ac53eca62264 (patch)
treed7d9b3860c97cd7e7ccfd315a525a70dfa2fd67a /doc
parent8a40db1c6153e108913c6308a95eb71725bddde3 (diff)
OpenSSL: send no TLS1.3 session tickets
(cherry picked from commit 09fa60df6e9929364a2c0830eff1e0f4f27ba095)
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 9e91192cf..c4d86aaa0 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -11,6 +11,10 @@ Exim version 4.93
JH/01 OpenSSL: With debug enabled output keying information sufficient, server
side, to decode a TLS 1.3 packet capture.
+JH/02 OpenSSL: suppress the sending of (stateful) TLS1.3 session tickets.
+ Previously the default library behaviour applied, sending two, each in
+ its own TCP segment.
+
Exim version 4.92
-----------------