GnuTLS: fix hanging callout connections
[exim.git] / doc / doc-txt / ChangeLog
index a5367f9608795cca5444ff54136c7337e048f2d6..22ea6ad7bbced0a570ed0465d2f10ea3ab3ea55a 100644 (file)
@@ -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
 -----------------