[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Rich Salz
rsalz at openssl.org
Thu Jan 12 14:43:00 UTC 2017
The branch OpenSSL_1_0_2-stable has been updated
via 1f234f71357a6bac7b8b2a54649c07bfe55e9c39 (commit)
from 0ecb682a674c69caee4b8da1c08d23305f484cd8 (commit)
- Log -----------------------------------------------------------------
commit 1f234f71357a6bac7b8b2a54649c07bfe55e9c39
Author: Rich Salz <rsalz at openssl.org>
Date: Tue Jan 10 16:53:35 2017 -0500
GH1986: Document -header flag.
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2209)
-----------------------------------------------------------------------
Summary of changes:
doc/apps/ocsp.pod | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/apps/ocsp.pod b/doc/apps/ocsp.pod
index 9833f08..1bb7958 100644
--- a/doc/apps/ocsp.pod
+++ b/doc/apps/ocsp.pod
@@ -26,6 +26,7 @@ B<openssl> B<ocsp>
[B<-no_nonce>]
[B<-url URL>]
[B<-host host:n>]
+[B<-header name value>]
[B<-path>]
[B<-CApath dir>]
[B<-CAfile file>]
@@ -135,6 +136,14 @@ if the B<host> option is present then the OCSP request is sent to the host
B<hostname> on port B<port>. B<path> specifies the HTTP path name to use
or "/" by default.
+=item B<-header name value>
+
+If sending a request to an OCSP server, then the specified header name and
+value are added to the HTTP request. Note that the B<name> and B<value> must
+be specified as two separate parameters, not as a single quoted string, and
+that the header name does not have the trailing colon.
+Some OCSP responders require a Host header; use this flag to provide it.
+
=item B<-timeout seconds>
connection timeout to the OCSP responder in seconds
More information about the openssl-commits
mailing list