diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-12-10 20:55:29 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-12-10 21:42:35 +0000 |
commit | 685bbd33eed692f3da8a92241b4cdce95d1792ab (patch) | |
tree | ff09ff86dbc497372e99cf86a41af30640e7e735 /doc | |
parent | 1923663b12d44ff1bbf527a5b145a74fb5a751b7 (diff) |
OpenSSL: fix tls_require_ciphers needing underbar-normalisation. Bug 2845
Broken-by: a746f186fd
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 e40c11a1d..b155e6b9d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -58,6 +58,11 @@ JH/12 Bug 2838: Fix for i32lp64 hard-align platforms. Found for SPARC Linux, 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. + Exim version 4.95 ----------------- |