diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-03-19 15:33:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-03-19 15:33:31 +0000 |
commit | c09dbcfb71f4b9a42cbfd8a20e0be6bfa1b12488 (patch) | |
tree | fbfe02daeab9d4b577194acbb9b171c48236a587 /doc | |
parent | 254f38d1c5ada5e4df0bccb385dc466549620c71 (diff) |
OpenSSL: Fix aggregation of messages.
Broken-by: a5ffa9b475
Diffstat (limited to 'doc')
-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 7a0a9c6d3..2085a3b7b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -42,6 +42,11 @@ JH/08 Add hardening against SRV & TLSA lookups the hit CNAMEs (a nonvalid JH/09 Logging: Fix initial listening-on line for multiple ports for an IP when the OS reports them interleaved with other addresses. +JH/10 OpenSSL: Fix aggregation of messages. Previously, when PIPELINING was + used both for input and for a verify callout, both encrypted, SMTP + responses being sent by the server could be lost. This resulted in + dropped connections and sometimes bounces generated by a peer sending + to this system. Exim version 4.92 |