diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-01 12:18:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-01 12:18:38 +0000 |
commit | ca4014de81e6aa367aa0a54c49b4c3d4b137814c (patch) | |
tree | 47c9a125b457e95b832faf4bbcb1a6b72fa6ff0a /doc | |
parent | cbaecb979ad04aeb7eb2fce524facc862496b8b7 (diff) |
OpenSSL: fix tls_eccurve setting explicit curve/group. Bug 2954
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ee86f52d6..f51a23c9c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -94,6 +94,10 @@ JH/19 Bug 2911: Fix a recursion in DNS lookups. Previously, if the main option whine (as this is likely a configuration error), and returning DNS_NOMATCH. +JH/20 Bug 2954: (OpenSSL) Fix setting of explicit EC curve/group. Previously + this always failed, probably leading to the usual downgrade to in-clear + connections. + Exim version 4.96 ----------------- |