summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-12-21 15:36:42 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-12-21 15:46:59 +0000
commit25fa08681506fa01e9e15406f9d35a853da19476 (patch)
tree67f9a92f67c35e28ea01c59c2d9c1db04fe2ce93 /doc
parentaa672401091ae127b095c2bb479f1de6cc4848ff (diff)
OpenSSL: clear any leftover errors from the stack after SSL_accept succeeds
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e9e83e0ab..785d59bed 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -175,6 +175,11 @@ JH/37 Bug 2341: Send "message delayed" warning MDNs (restricted to external
JH/38 Bug 2351: Log failures to extract envelope addresses from message headers.
+JH/39 OpenSSL: clear the error stack after an SSL_accept(). With anon-auth
+ cipher-suites, an error can be left on the stack even for a succeeding
+ accept; this results in impossible error messages when a later operation
+ actually does fail.
+
Exim version 4.91
-----------------