TLS: Deprecate RFC 5114 DH params. Bug 1895
[exim.git] / doc / doc-txt / ChangeLog
index 1d4b3c1c5d27da05d8d1cc30849581848eab129e..e7c7085f81aaa578904dc104c38268f09e47c5b7 100644 (file)
@@ -53,6 +53,18 @@ JH/11 Fix use of $sender_host_name in daemon process.  When used in certain
       connection was never replaced for subsequent connections.  Found by
       Wakko Warner.
 
+JH/12 Bug 2838: Fix for i32lp64 hard-align platforms. Found for SPARC Linux,
+      though only once PCRE2 was introduced: the memory accounting used under
+      debug offset allocations by an int, giving a hard trap in early startup.
+      Change to using a size_t.  Debug and fix by John Paul Adrian Glaubitz.
+
+JH/13 Bug 2845: Fix handling of tls_require_ciphers for OpenSSL when a value
+      with underbars is given.  The write-protection of configuration introduced
+      in 4.95 trapped when normalisation was applied to an option not needing
+      expansion action.
+
+JH/14 Bug 1895: TLS: Deprecate RFC 5114 Diffie-Hellman parameters.
+
 
 Exim version 4.95
 -----------------