Document certificate status request options.

Conflicts:

	doc/apps/s_client.pod
	doc/apps/s_server.pod
(cherry picked from commit b197c770a6a6ec3d17d7d310a9b64570f044eca0)
This commit is contained in:
Dr. Stephen Henson 2014-07-06 22:16:21 +01:00
parent d8426e6b7d
commit 1326733457
2 changed files with 29 additions and 0 deletions

View File

@ -47,6 +47,7 @@ B<openssl> B<s_client>
[B<-sess_out filename>] [B<-sess_out filename>]
[B<-sess_in filename>] [B<-sess_in filename>]
[B<-rand file(s)>] [B<-rand file(s)>]
[B<-status>]
=head1 DESCRIPTION =head1 DESCRIPTION
@ -259,6 +260,11 @@ Multiple files can be specified separated by a OS-dependent character.
The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
all others. all others.
=item B<-status>
sends a certificate status request to the server (OCSP stapling). The server
response (if any) is printed out.
=back =back
=head1 CONNECTED COMMANDS =head1 CONNECTED COMMANDS

View File

@ -56,6 +56,10 @@ B<openssl> B<s_server>
[B<-no_ticket>] [B<-no_ticket>]
[B<-id_prefix arg>] [B<-id_prefix arg>]
[B<-rand file(s)>] [B<-rand file(s)>]
[B<-status>]
[B<-status_verbose>]
[B<-status_timeout nsec>]
[B<-status_url url>]
=head1 DESCRIPTION =head1 DESCRIPTION
@ -287,6 +291,25 @@ Multiple files can be specified separated by a OS-dependent character.
The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
all others. all others.
=item B<-status>
enables certificate status request support (aka OCSP stapling).
=item B<-status_verbose>
enables certificate status request support (aka OCSP stapling) and gives
a verbose printout of the OCSP response.
=item B<-status_timeout nsec>
sets the timeout for OCSP response to B<nsec> seconds.
=item B<-status_url url>
sets a fallback responder URL to use if no responder URL is present in the
server certificate. Without this option an error is returned if the server
certificate does not contain a responder address.
=back =back
=head1 CONNECTED COMMANDS =head1 CONNECTED COMMANDS