summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-08 08:20:33 -0700
committerPhil Pennock <pdp@exim.org>2012-05-08 08:20:33 -0700
commit3f7eeb86e15557a030b86e90d62708e96d68c023 (patch)
tree05383e177503f493f05b0ef70da6239866e22ce0 /doc/doc-txt/NewStuff
parent5b4569757c6dc749c250f065705f65c938bffb2e (diff)
OCSP Stapling support, under EXPERIMENTAL_OCSP.
OpenSSL only.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 1c8190597..96839cde6 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -62,6 +62,14 @@ Version 4.78
Those who disagree, or know that they are talking to mail servers that,
even today, are not 8-bit clean, need to turn off this option.
+ 9. With OpenSSL, if built with EXPERIMENTAL_OCSP, a new option tls_ocsp_file
+ is now available. If the contents of the file are valid, then Exim will
+ send that back in response to a TLS status request; this is OCSP Stapling.
+ Exim will not maintain the contents of the file in any way: administrators
+ are responsible for ensuring that it is up-to-date.
+
+ See "experimental-spec.txt" for more details.
+
Version 4.77
------------