Fix bug with aborted server TLS connection, under GnuTLS
[users/heiko/exim.git] / doc / doc-txt / ChangeLog
index 80ea2105d1d3bfd2c767990b16f1ef28d338b68d..1fdfc126e1ec3f6ceafa4eb77cdf07dc54f9f988 100644 (file)
@@ -114,6 +114,18 @@ JH/29 Fix the connection_reject log selector to apply to the connect ACL.
 
 JH/30 Bug 1897: fix callouts connection fallback from TLS to cleartext.
 
+PP/01 Changed default Diffie-Hellman parameters to be Exim-specific, created
+      by me.  Added RFC7919 DH primes as an alternative.
+
+PP/02 Unbreak build via pkg-config with new hash support when crypto headers
+      are not in the system include path.
+
+JH/31 Fix longstanding bug with aborted TLS server connection handling.  Under
+      GnuTLS, when a sennsion startup failed (eg because the client disconnected)
+      Exim did stdio operations after fclose.  This was exposed by a recent
+      change which nulled out the file handle after the fclose.
+      
+
 
 Exim version 4.87
 -----------------