diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-02 21:30:16 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-02 21:44:59 +0000 |
commit | ee5b1e28a271faafed2e29233e7baf2f77a77f94 (patch) | |
tree | e2df5c918b6a1e513af8481de9f06cac1b7fe609 /doc | |
parent | e5b60be7f6f924ea9730f4829c2eb8d955cb14bf (diff) |
Fix OCSP proof verification for direct-signed proofs. Bug 1909
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3a6684f25..e9b0705f4 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -125,6 +125,10 @@ JH/31 Fix longstanding bug with aborted TLS server connection handling. Under Exim did stdio operations after fclose. This was exposed by a recent change which nulled out the file handle after the fclose. +JH/32 Bug 1909: Fix OCSP proof verification for cases where the proof is + signed directly by the cert-signing cert, rather than an intermediate + OCSP-signing cert. This is the model used by LetsEncrypt. + Exim version 4.87 ----------------- |