OCSP description: minor nits
authorPhil Pennock <pdp@exim.org>
Tue, 22 May 2012 13:06:24 +0000 (09:06 -0400)
committerPhil Pennock <pdp@exim.org>
Tue, 22 May 2012 13:06:24 +0000 (09:06 -0400)
doc/doc-txt/experimental-spec.txt

index 74b14fe066fbabb318e9aeb8dff57e9b868293cf..5dd6832b1f6382cc71aa32f4f0736e99d5a161e8 100644 (file)
@@ -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.
 
 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
 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.