[exim-cvs] OCSP description: minor nits

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] OCSP description: minor nits
Gitweb: http://git.exim.org/exim.git/commitdiff/98a3b5270f8d5c172d26a407dbf7405755b4e976
Commit:     98a3b5270f8d5c172d26a407dbf7405755b4e976
Parent:     6cda585a113e2f9192663338d241cec0e5bbfe23
Author:     Phil Pennock <pdp@???>
AuthorDate: Tue May 22 09:06:24 2012 -0400
Committer:  Phil Pennock <pdp@???>
CommitDate: Tue May 22 09:06:24 2012 -0400


    OCSP description: minor nits
---
 doc/doc-txt/experimental-spec.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt
index 74b14fe..5dd6832 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.