diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-13 16:45:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-13 16:46:36 +0000 |
commit | bd95ffc2ba87fbd3c752df17bc8fd9c01586d45a (patch) | |
tree | 259bdd888c16473199ef19f81589a41c00fd9e58 /doc | |
parent | 5c329a4388e7113925109e093e8cbb12ddf6fa8b (diff) |
GnuTLS: fix hanging callout connections
Broken-by: 925ac8e4f1
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 a5367f960..22ea6ad7b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -121,6 +121,11 @@ JH/24 Bug 2524: fix the cyrus_sasl auth driver gssapi usage. A previous fix block of data. Investigation showed the copy to actually be needless, the data being length-specified. +JH/25 Fix use of concurrent TLS connections under GnuTLS. When a callout was + done during a receiving connection, and both used TLS, global info was + used rather than per-connection info for tracking the state of data + queued for transmission. This could result in a connection hang. + Exim version 4.93 ----------------- |