diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-26 15:35:58 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-26 15:52:44 +0100 |
commit | 4cfb21b860882e76c3d3147b01708b347d0f9a0d (patch) | |
tree | 50973ae96ddfa46926054ceb3871807c7a89d940 /doc | |
parent | fdf263214d6536aba14944283ffc131597870a46 (diff) |
OpenSSL: Fix client-side tls_verify_cert_hostnames behaviour
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 34ce96d5f..86584d3d0 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -121,6 +121,10 @@ PP/01 Fix default prime selection to be consistent. execution flows will use the same DH primes (currently exim.dev.20160529.3). +JH/25 OpenSSL: Fix beck-compatibiility behaviour surrounding tls_certificates + option in smtp transport, to match the documentation. Previously + verification was not being done in some cases where it should have been. + Exim version 4.94 ----------------- |