diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-12 13:27:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-12 13:27:41 +0100 |
commit | 3d040d098384c48be39e47862d55cac1bc0c578c (patch) | |
tree | 095e9a1b68ef94c4d6def1ebcf51266caef4bbf7 /doc/doc-txt | |
parent | 5056f6873ad9709279cdf8c5c8e1258e7a21f1e7 (diff) |
TLS resumption: restrict session re-use
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 239731436..8c46dcc7d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -126,6 +126,11 @@ JH/28 OpenSSL: fix transport-required OCSP stapling verification under session passed on the wire for the restarted session. Fix by using the recorded ocsp status of the stored session for the new connection. +JH/29 TLS resumption: the key for session lookup in the client now includes + more info that a server could potentially use in configuring a TLS + session, avoiding oferring mismatching sessions to such a server. + Previously only the server IP was used. + Exim version 4.95 ----------------- |