diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-16 12:35:40 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-16 12:35:40 -0400 |
commit | 53947857fdb3c00bb673f6d2ac326dc4ccf01c6e (patch) | |
tree | 9db97260f5c53e86dc39ba554fb8d6732e4749a3 /doc/doc-txt/NewStuff | |
parent | 17c761988f30054827a9951761d93ffeeaad0cb7 (diff) | |
parent | 3f7eeb86e15557a030b86e90d62708e96d68c023 (diff) |
Merge branch 'experimental_ocsp'
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 57102958a..d41d79c83 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -80,6 +80,14 @@ Version 4.78 SNI support has been added to Exim's GnuTLS integration too. +12. 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 ------------ |