summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-22 09:06:24 -0400
committerPhil Pennock <pdp@exim.org>2012-05-22 09:06:24 -0400
commit98a3b5270f8d5c172d26a407dbf7405755b4e976 (patch)
treeeac07337d5212bd3a1baeae5456829c73006ff50
parent6cda585a113e2f9192663338d241cec0e5bbfe23 (diff)
downloadexim4-98a3b5270f8d5c172d26a407dbf7405755b4e976.tar.gz
OCSP description: minor nits
-rw-r--r--doc/doc-txt/experimental-spec.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt
index 74b14fe06..5dd6832b1 100644
--- a/doc/doc-txt/experimental-spec.txt
+++ b/doc/doc-txt/experimental-spec.txt
@@ -55,12 +55,13 @@ contents are always valid. Exim will expand the "tls_ocsp_file" option
on each connection, so a new file will be handled transparently on the
next connection.
-Exim will check for a validity next update timestamp in the OCSP proof;
+Exim will check for a valid next update timestamp in the OCSP proof;
if not present, or if the proof has expired, it will be ignored.
At this point in time, we're gathering feedback on use, to determine if
it's worth adding complexity to the Exim daemon to periodically re-fetch
-OCSP files and somehow handling multiple files.
+OCSP files and somehow handling multiple files. There is no client support
+for OCSP in Exim, this is feature expected to be used by mail clients.