diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-05 18:24:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-05 19:02:19 +0000 |
commit | 09c17790eec23907b93df1ec7cee746b28dfc836 (patch) | |
tree | 388ffc0b4f7a1bb72521d58f0c128ef78e08ff5f /doc/doc-txt/ChangeLog | |
parent | f6da88972f6404c77bc873873de5f298399cce5b (diff) | |
parent | 8d69247061599b35b60308ca4b75ba529b8dcba2 (diff) |
Do not permit multi-component wildcards on certificate names (OpenSSL, EXPERIMENTAL_CERTNAMES)
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 5a298d161..997a459c8 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -62,6 +62,11 @@ JH/08 Rename the TPDA expermimental facility to Event Actions. The #ifdef TL/06 In test suite, disable OCSP for old versions of openssl which contained early OCSP support, but no stapling (appears to be less than 1.0.0). +JH/09 When compiled with OpenSSL and EXPERIMENTAL_CERTNAMES, the checks on + server certificate names available under the smtp transport option + "tls_verify_cert_hostname" now do not permit multi-component wildcard + matches. + Exim version 4.84 ----------------- |