summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWolfgang Breyha <wbreyha@gmx.net>2018-02-19 18:27:55 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-02-20 12:16:36 +0000
commitdec766a1977250758eb7a3e127e079a9271afd89 (patch)
tree7a660c9f38e2f4615730583326c14d6149cf7c56 /doc
parente34f8ca2022e340d3c0e36260a0232fab306dfcc (diff)
OpenSSL: Fix memory leak during multi-message connections using STARTTLS
Reported-by: Wolfgang Breyha Fix-by: Wolfgang Breyha, with additions from Jeremy Harris
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 4febdc93e..3fd3f384f 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -114,6 +114,10 @@ JH/22 Bug 2236: When a DKIM verification result is overridden by ACL, DMARC
reported the original. Fix to report (as far as possible) the ACL
result replacing the original.
+JH/23 Fix memory leak during multi-message connections using STARTTLS under
+ OpenSSL. Certificate information is loaded for every new TLS startup,
+ and the resources needed to be freed.
+
Exim version 4.90
-----------------