diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-23 22:38:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-12 18:58:34 +0000 |
commit | 6d580f19f4a7981174e492a40b32a5cb22fca8f9 (patch) | |
tree | af07b14ed74df56ef09a8d94a552fa83e825d655 /doc | |
parent | 610ff4388b33ddc2753c17eefb8b03e2fdd7e124 (diff) |
Log certificate verification status by default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index b2b703b45..b78662188 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -34820,7 +34820,7 @@ selection marked by asterisks: &` smtp_protocol_error `& SMTP protocol errors &` smtp_syntax_error `& SMTP syntax errors &` subject `& contents of &'Subject:'& on <= lines -&` tls_certificate_verified `& certificate verification status +&`*tls_certificate_verified `& certificate verification status &`*tls_cipher `& TLS cipher suite on <= and => lines &` tls_peerdn `& TLS peer DN on <= and => lines &` tls_sni `& TLS SNI on <= lines diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ab5507808..49059a754 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -22,7 +22,9 @@ JH/05 The value of the tls_verify_certificates smtp transport and main options For GnuTLS, only version 3.0.20 or later. JH/06 Verification of the server certificate for a TLS connection is now tried - (but not required) by default. + (but not required) by default. The verification status is now logged by + default, for both outbound TLS and client-certificate supplying inbound + TLS connections Exim version 4.85 |