diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-07 21:16:48 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-07 21:16:48 +0100 |
commit | d95313eb794f13bf43af3f0cbcc31491a5091fd2 (patch) | |
tree | 283791f3afd7c3e899e773c1757ae0a848e9dee4 /doc/doc-txt/ChangeLog | |
parent | 6259ba7148cd408d4704850c206dfc2248d2d1cc (diff) |
Openssl client: ocsp stapling on resumed seesion
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 3b1aa2664..239731436 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -121,6 +121,11 @@ JH/27 Support the PIPECONNECT facility in the smtp transport when the helo_data Previously any use of the local address in the EHLO name disabled PIPECONNECT, the common case being to use the rDNS of it. +JH/28 OpenSSL: fix transport-required OCSP stapling verification under session + resumption. Previously verify failed because no certificate status is + passed on the wire for the restarted session. Fix by using the recorded + ocsp status of the stored session for the new connection. + Exim version 4.95 ----------------- |