Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-07 01:16:21 +0400
committerDr. Stephen Henson <steve@openssl.org>2014-07-07 01:40:01 +0400
commitcba3f1c739f012aaadb85aaefaf8de424d2695e2 (patch)
tree4e7a07183ea437bb9b08b6b5795f644be772da66 /doc/apps/s_client.pod
parenta44f219c009798054d6741e919cba5b2e656dbf4 (diff)
Document certificate status request options.
Diffstat (limited to 'doc/apps/s_client.pod')
-rw-r--r--doc/apps/s_client.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index f4155c4064..4bccba1f2e 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -76,6 +76,7 @@ B<openssl> B<s_client>
[B<-sess_in filename>]
[B<-rand file(s)>]
[B<-serverinfo types>]
+[B<-status>]
=head1 DESCRIPTION
@@ -327,6 +328,11 @@ a list of comma-separated TLS Extension Types (numbers between 0 and
The server's response (if any) will be encoded and displayed as a PEM
file.
+=item B<-status>
+
+sends a certificate status request to the server (OCSP stapling). The server
+response (if any) is printed out.
+
=back
=head1 CONNECTED COMMANDS