diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-19 20:14:24 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-19 20:14:24 +0000 |
commit | dc4dc04e65b8011b9242c47099ab1f87f5143b3e (patch) | |
tree | 12bd33742828588cd96a6d474b71e78e66a7ea9c /doc/doc-txt | |
parent | 52f93eed9f96e1630b181857289d5f2423f55cd7 (diff) |
Docs for transport tls_verify_hosts &c.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 1 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 25e153e36..974b9579c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -57,7 +57,6 @@ JH/06 Log outbound-TLS and port details, subject to log selectors, for a JH/07 Add malware type "sock" for talking to simple daemon. JH/08 Bugzilla 1371: Add tls_{,try_}verify_hosts to smtp transport. - OpenSSL only. JH/09 Bugzilla 1431: Support (with limitations) headers_add/headers_remove in routers/transports under cutthrough routing. diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 95b4119d1..c168cf2a7 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -27,10 +27,10 @@ Version 4.83 and a second regex to extract malware_name. The mail spoofile name can be included in the command line. - 5. When built with OpenSSL the smtp transport now supports options - "tls_verify_hosts" and "tls_try_verify_hosts". If either is set the - certificate verification is split from the encryption operation. The - default remains that a failed verification cancels the encryption. + 5. The smtp transport now supports options "tls_verify_hosts" and + "tls_try_verify_hosts". If either is set the certificate verification + is split from the encryption operation. The default remains that a failed + verification cancels the encryption. Version 4.82 |