2001-01-14 08:52:19 +08:00
|
|
|
=pod
|
2019-10-31 11:35:08 +08:00
|
|
|
{- OpenSSL::safe::output_do_not_edit_headers(); -}
|
2019-10-13 05:45:56 +08:00
|
|
|
|
2001-01-14 08:52:19 +08:00
|
|
|
=head1 NAME
|
|
|
|
|
2020-02-19 00:52:12 +08:00
|
|
|
openssl-ocsp - Online Certificate Status Protocol command
|
2001-01-14 08:52:19 +08:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2020-02-06 22:24:07 +08:00
|
|
|
=head2 OCSP Client
|
|
|
|
|
2001-01-14 08:52:19 +08:00
|
|
|
B<openssl> B<ocsp>
|
2016-02-06 00:58:45 +08:00
|
|
|
[B<-help>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-out> I<file>]
|
|
|
|
[B<-issuer> I<file>]
|
|
|
|
[B<-cert> I<file>]
|
|
|
|
[B<-serial> I<n>]
|
|
|
|
[B<-signer> I<file>]
|
|
|
|
[B<-signkey> I<file>]
|
|
|
|
[B<-sign_other> I<file>]
|
2020-02-06 22:24:07 +08:00
|
|
|
[B<-nonce>]
|
|
|
|
[B<-no_nonce>]
|
2001-01-14 08:52:19 +08:00
|
|
|
[B<-req_text>]
|
|
|
|
[B<-resp_text>]
|
|
|
|
[B<-text>]
|
2020-02-06 22:24:07 +08:00
|
|
|
[B<-no_certs>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-reqout> I<file>]
|
|
|
|
[B<-respout> I<file>]
|
|
|
|
[B<-reqin> I<file>]
|
|
|
|
[B<-respin> I<file>]
|
|
|
|
[B<-url> I<URL>]
|
2019-10-02 00:16:29 +08:00
|
|
|
[B<-host> I<host>:I<port>]
|
2015-04-26 04:07:28 +08:00
|
|
|
[B<-header>]
|
Document most missing options
Add cmd-nits make target.
Listing options should stop when it hits the "parameters" separator.
Add missing .pod.in files to doc/man1/build.info
Tweak find-doc-nits to try openssl-XXX before XXX for POD files and
change an error messavge to be more useful.
Fix the following pages: ca, cms, crl, dgst, enc,
engine, errstr, gendsa, genrsa, list, ocsp, passwd, pkcs7, pkcs12, rand,
rehash, req, rsautil, s_server, speed, s_time,
sess_id, smime, srp, ts, x509.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10873)
2020-01-17 02:40:52 +08:00
|
|
|
[B<-timeout> I<seconds>]
|
2001-01-14 08:52:19 +08:00
|
|
|
[B<-path>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-VAfile> I<file>]
|
|
|
|
[B<-validity_period> I<n>]
|
|
|
|
[B<-status_age> I<n>]
|
2001-01-20 09:26:28 +08:00
|
|
|
[B<-noverify>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-verify_other> I<file>]
|
2001-03-09 21:57:14 +08:00
|
|
|
[B<-trust_other>]
|
|
|
|
[B<-no_intern>]
|
2003-03-26 08:46:47 +08:00
|
|
|
[B<-no_signature_verify>]
|
2001-03-09 21:57:14 +08:00
|
|
|
[B<-no_cert_verify>]
|
|
|
|
[B<-no_chain>]
|
|
|
|
[B<-no_cert_checks>]
|
2015-02-24 21:52:21 +08:00
|
|
|
[B<-no_explicit>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-port> I<num>]
|
2017-08-12 07:00:21 +08:00
|
|
|
[B<-ignore_err>]
|
2020-02-06 22:24:07 +08:00
|
|
|
|
|
|
|
=head2 OCSP Server
|
|
|
|
|
|
|
|
B<openssl> B<ocsp>
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-index> I<file>]
|
|
|
|
[B<-CA> I<file>]
|
|
|
|
[B<-rsigner> I<file>]
|
|
|
|
[B<-rkey> I<file>]
|
2019-12-26 12:20:46 +08:00
|
|
|
[B<-passin> I<arg>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-rother> I<file>]
|
|
|
|
[B<-rsigopt> I<nm>:I<v>]
|
Document most missing options
Add cmd-nits make target.
Listing options should stop when it hits the "parameters" separator.
Add missing .pod.in files to doc/man1/build.info
Tweak find-doc-nits to try openssl-XXX before XXX for POD files and
change an error messavge to be more useful.
Fix the following pages: ca, cms, crl, dgst, enc,
engine, errstr, gendsa, genrsa, list, ocsp, passwd, pkcs7, pkcs12, rand,
rehash, req, rsautil, s_server, speed, s_time,
sess_id, smime, srp, ts, x509.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10873)
2020-01-17 02:40:52 +08:00
|
|
|
[B<-rmd> I<digest>]
|
|
|
|
[B<-badsig>]
|
2003-03-26 08:46:47 +08:00
|
|
|
[B<-resp_no_certs>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-nmin> I<n>]
|
|
|
|
[B<-ndays> I<n>]
|
2003-03-26 08:46:47 +08:00
|
|
|
[B<-resp_key_id>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-nrequest> I<n>]
|
2020-02-06 22:24:07 +08:00
|
|
|
[B<-multi> I<process-count>]
|
2019-09-26 03:20:11 +08:00
|
|
|
[B<-rcid> I<digest>]
|
2019-10-02 23:13:03 +08:00
|
|
|
[B<-I<digest>>]
|
2019-10-13 05:45:56 +08:00
|
|
|
{- $OpenSSL::safe::opt_trust_synopsis -}
|
2019-10-13 05:45:56 +08:00
|
|
|
{- $OpenSSL::safe::opt_v_synopsis -}
|
2020-02-25 12:29:30 +08:00
|
|
|
{- $OpenSSL::safe::opt_provider_synopsis -}
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-10-11 23:52:12 +08:00
|
|
|
=for openssl ifdef multi
|
2019-09-23 07:49:25 +08:00
|
|
|
|
2001-01-14 08:52:19 +08:00
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2001-01-16 06:19:30 +08:00
|
|
|
The Online Certificate Status Protocol (OCSP) enables applications to
|
|
|
|
determine the (revocation) state of an identified certificate (RFC 2560).
|
|
|
|
|
Command docs: fix up command references
Almost all OpenSSL commands are in reality 'openssl cmd', so make sure
they are refered to like that and not just as the sub-command.
Self-references are avoided as much as is possible, and replaced with
"this command". In some cases, we even avoid that with a slight
rewrite of the sentence or paragrah they were in. However, in the few
cases where a self-reference is still admissible, they are done in
bold, i.e. openssl-speed.pod references itself like this:
B<openssl speed>
References to other commands are done as manual links, i.e. CA.pl.pod
references 'openssl req' like this: L<openssl-req(1)>
Some commands are examples rather than references; we enclose those in
C<>.
While we are it, we abolish "utility", replacing it with "command", or
remove it entirely in some cases.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10065)
2019-10-02 01:43:36 +08:00
|
|
|
This command performs many common OCSP tasks. It can be used
|
2001-01-14 08:52:19 +08:00
|
|
|
to print out requests and responses, create requests and send queries
|
2001-07-13 21:13:44 +08:00
|
|
|
to an OCSP responder and behave like a mini OCSP server itself.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2016-12-13 00:14:40 +08:00
|
|
|
=head1 OPTIONS
|
2016-05-26 02:29:57 +08:00
|
|
|
|
|
|
|
This command operates as either a client or a server.
|
|
|
|
The options are described below, divided into those two modes.
|
|
|
|
|
|
|
|
=head2 OCSP Client Options
|
2001-01-14 08:52:19 +08:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2016-02-06 00:58:45 +08:00
|
|
|
=item B<-help>
|
|
|
|
|
|
|
|
Print out a usage message.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-out> I<filename>
|
2001-01-14 08:52:19 +08:00
|
|
|
|
|
|
|
specify output filename, default is standard output.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-issuer> I<filename>
|
2001-01-14 08:52:19 +08:00
|
|
|
|
|
|
|
This specifies the current issuer certificate. This option can be used
|
2020-05-06 19:51:50 +08:00
|
|
|
multiple times.
|
|
|
|
This option B<MUST> come before any B<-cert> options.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-cert> I<filename>
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
Add the certificate I<filename> to the request. The issuer certificate
|
|
|
|
is taken from the previous B<-issuer> option, or an error occurs if no
|
2001-01-14 08:52:19 +08:00
|
|
|
issuer certificate is specified.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-serial> I<num>
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
Same as the B<-cert> option except the certificate with serial number
|
2001-01-20 09:26:28 +08:00
|
|
|
B<num> is added to the request. The serial number is interpreted as a
|
2019-10-02 02:29:52 +08:00
|
|
|
decimal integer unless preceded by C<0x>. Negative integers can also
|
|
|
|
be specified by preceding the value by a C<-> sign.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-signer> I<filename>, B<-signkey> I<filename>
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
Sign the OCSP request using the certificate specified in the B<-signer>
|
|
|
|
option and the private key specified by the B<-signkey> option. If
|
|
|
|
the B<-signkey> option is not present then the private key is read
|
2001-01-14 08:52:19 +08:00
|
|
|
from the same file as the certificate. If neither option is specified then
|
|
|
|
the OCSP request is not signed.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-sign_other> I<filename>
|
2003-03-26 08:46:47 +08:00
|
|
|
|
|
|
|
Additional certificates to include in the signed request.
|
|
|
|
|
2001-01-14 08:52:19 +08:00
|
|
|
=item B<-nonce>, B<-no_nonce>
|
|
|
|
|
|
|
|
Add an OCSP nonce extension to a request or disable OCSP nonce addition.
|
2019-10-02 00:16:29 +08:00
|
|
|
Normally if an OCSP request is input using the B<-reqin> option no
|
|
|
|
nonce is added: using the B<-nonce> option will force addition of a nonce.
|
|
|
|
If an OCSP request is being created (using B<-cert> and B<-serial> options)
|
|
|
|
a nonce is automatically added specifying B<-no_nonce> overrides this.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
|
|
|
=item B<-req_text>, B<-resp_text>, B<-text>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Print out the text form of the OCSP request, response or both respectively.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-reqout> I<file>, B<-respout> I<file>
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
Write out the DER encoded certificate request or response to I<file>.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-reqin> I<file>, B<-respin> I<file>
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
Read OCSP request or response file from I<file>. These option are ignored
|
2001-01-14 08:52:19 +08:00
|
|
|
if OCSP request or response creation is implied by other options (for example
|
2019-10-02 00:16:29 +08:00
|
|
|
with B<-serial>, B<-cert> and B<-host> options).
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-url> I<responder_url>
|
2001-03-09 21:57:14 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Specify the responder URL. Both HTTP and HTTPS (SSL/TLS) URLs can be specified.
|
2001-03-09 21:57:14 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
=item B<-host> I<hostname>:I<port>, B<-path> I<pathname>
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
If the B<-host> option is present then the OCSP request is sent to the host
|
|
|
|
I<hostname> on port I<port>. The B<-path> option specifies the HTTP pathname
|
|
|
|
to use or "/" by default. This is equivalent to specifying B<-url> with scheme
|
GH650: Minor tidying around the ocsp app
The ocsp utility is something of a jack-of-all-trades; most anything
related to the OCSP can be done with it. In particular, the manual
page calls out that it can be used as either a client or a server
of the protocol, but there are also a few things that it can do
which do not quite fit into either role, such as encoding an OCSP
request but not sending it, printing out a text form of an OCSP
response (or request) from a file akin to the asn1parse utility,
or performing a lookup into the server-side revocation database
without actually sending a request or response. All three of these
are documented as examples in the manual page, but the documentation
prior to this commit is somewhat misleading, in that when printing
the text form of an OCSP response, the code also attempts to
verify the response, displaying an error message and returning
failure if the response does not verify. (It is possible that
the response would be able to verify with the given example, since
the default trust roots are used for that verification, but OCSP
responses frequently have alternate certification authorities
that would require passing -CAfile or -CApath for verification.)
Tidy up the documentation by passing -noverify for the case of
converting from binary to textual representation, and also
change a few instances of -respin to -reqin as appropriate, note
that the -url option provides the same functionality as the -host
and -path options, clarify that the example that saves an OCSP
response to a file will also perform verification on that response,
and fix a couple grammar nits in the manual page.
Also remove an always-true conditional for rdb != NULL -- there
are no codepaths in which it could be initialized at the time of
this check.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2016-02-10 10:29:21 +08:00
|
|
|
http:// and the given hostname, port, and pathname.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
=item B<-header> I<name>=I<value>
|
2015-04-26 04:07:28 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
Adds the header I<name> with the specified I<value> to the OCSP request
|
2015-04-26 04:07:28 +08:00
|
|
|
that is sent to the responder.
|
|
|
|
This may be repeated.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-timeout> I<seconds>
|
2014-11-27 18:11:33 +08:00
|
|
|
|
2018-03-06 04:18:04 +08:00
|
|
|
Connection timeout to the OCSP responder in seconds.
|
|
|
|
On POSIX systems, when running as an OCSP responder, this option also limits
|
|
|
|
the time that the responder is willing to wait for the client request.
|
|
|
|
This time is measured from the time the responder accepts the connection until
|
|
|
|
the complete request is received.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-verify_other> I<file>
|
2001-03-09 21:57:14 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
File containing additional certificates to search when attempting to locate
|
2001-03-09 21:57:14 +08:00
|
|
|
the OCSP response signing certificate. Some responders omit the actual signer's
|
2001-09-07 14:13:40 +08:00
|
|
|
certificate from the response: this option can be used to supply the necessary
|
2001-03-09 21:57:14 +08:00
|
|
|
certificate in such cases.
|
|
|
|
|
|
|
|
=item B<-trust_other>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
The certificates specified by the B<-verify_other> option should be explicitly
|
2001-03-09 21:57:14 +08:00
|
|
|
trusted and no additional checks will be performed on them. This is useful
|
2001-09-07 14:13:40 +08:00
|
|
|
when the complete responder certificate chain is not available or trusting a
|
2001-03-09 21:57:14 +08:00
|
|
|
root CA is not appropriate.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-VAfile> I<file>
|
2001-03-09 21:57:14 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
File containing explicitly trusted responder certificates. Equivalent to the
|
2008-02-26 02:11:47 +08:00
|
|
|
B<-verify_other> and B<-trust_other> options.
|
2001-03-09 21:57:14 +08:00
|
|
|
|
2001-01-20 09:26:28 +08:00
|
|
|
=item B<-noverify>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Don't attempt to verify the OCSP response signature or the nonce
|
|
|
|
values. This option will normally only be used for debugging since it
|
|
|
|
disables all verification of the responders certificate.
|
2001-03-09 21:57:14 +08:00
|
|
|
|
|
|
|
=item B<-no_intern>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Ignore certificates contained in the OCSP response when searching for the
|
2001-03-09 21:57:14 +08:00
|
|
|
signers certificate. With this option the signers certificate must be specified
|
2008-02-26 02:11:47 +08:00
|
|
|
with either the B<-verify_other> or B<-VAfile> options.
|
2001-03-09 21:57:14 +08:00
|
|
|
|
2003-03-26 08:46:47 +08:00
|
|
|
=item B<-no_signature_verify>
|
2001-03-09 21:57:14 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Don't check the signature on the OCSP response. Since this option
|
|
|
|
tolerates invalid signatures on OCSP responses it will normally only be
|
|
|
|
used for testing purposes.
|
2001-03-09 21:57:14 +08:00
|
|
|
|
|
|
|
=item B<-no_cert_verify>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Don't verify the OCSP response signers certificate at all. Since this
|
|
|
|
option allows the OCSP response to be signed by any certificate it should
|
|
|
|
only be used for testing purposes.
|
2001-03-09 21:57:14 +08:00
|
|
|
|
|
|
|
=item B<-no_chain>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Do not use certificates in the response as additional untrusted CA
|
2001-03-09 21:57:14 +08:00
|
|
|
certificates.
|
|
|
|
|
2015-02-24 21:52:21 +08:00
|
|
|
=item B<-no_explicit>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Do not explicitly trust the root CA if it is set to be trusted for OCSP signing.
|
2015-02-24 21:52:21 +08:00
|
|
|
|
2001-03-09 21:57:14 +08:00
|
|
|
=item B<-no_cert_checks>
|
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Don't perform any additional checks on the OCSP response signers certificate.
|
2001-03-09 21:57:14 +08:00
|
|
|
That is do not make any checks to see if the signers certificate is authorised
|
2001-09-07 14:13:40 +08:00
|
|
|
to provide the necessary status information: as a result this option should
|
2001-03-09 21:57:14 +08:00
|
|
|
only be used for testing purposes.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-validity_period> I<nsec>, B<-status_age> I<age>
|
2001-03-09 21:57:14 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
These options specify the range of times, in seconds, which will be tolerated
|
2016-05-12 22:24:06 +08:00
|
|
|
in an OCSP response. Each certificate status response includes a B<notBefore>
|
|
|
|
time and an optional B<notAfter> time. The current time should fall between
|
|
|
|
these two values, but the interval between the two times may be only a few
|
|
|
|
seconds. In practice the OCSP responder and clients clocks may not be precisely
|
|
|
|
synchronised and so such a check may fail. To avoid this the
|
|
|
|
B<-validity_period> option can be used to specify an acceptable error range in
|
|
|
|
seconds, the default value is 5 minutes.
|
|
|
|
|
|
|
|
If the B<notAfter> time is omitted from a response then this means that new
|
|
|
|
status information is immediately available. In this case the age of the
|
2019-10-02 00:16:29 +08:00
|
|
|
B<notBefore> field is checked to see it is not older than I<age> seconds old.
|
2016-05-12 22:24:06 +08:00
|
|
|
By default this additional check is not performed.
|
2001-01-20 09:26:28 +08:00
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-rcid> I<digest>
|
2017-04-20 03:35:16 +08:00
|
|
|
|
|
|
|
This option sets the digest algorithm to use for certificate identification
|
Command docs: fix up command references
Almost all OpenSSL commands are in reality 'openssl cmd', so make sure
they are refered to like that and not just as the sub-command.
Self-references are avoided as much as is possible, and replaced with
"this command". In some cases, we even avoid that with a slight
rewrite of the sentence or paragrah they were in. However, in the few
cases where a self-reference is still admissible, they are done in
bold, i.e. openssl-speed.pod references itself like this:
B<openssl speed>
References to other commands are done as manual links, i.e. CA.pl.pod
references 'openssl req' like this: L<openssl-req(1)>
Some commands are examples rather than references; we enclose those in
C<>.
While we are it, we abolish "utility", replacing it with "command", or
remove it entirely in some cases.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10065)
2019-10-02 01:43:36 +08:00
|
|
|
in the OCSP response. Any digest supported by the L<openssl-dgst(1)> command can
|
2017-04-20 03:35:16 +08:00
|
|
|
be used. The default is the same digest algorithm used in the request.
|
|
|
|
|
2019-10-02 23:13:03 +08:00
|
|
|
=item B<-I<digest>>
|
2007-12-04 20:41:28 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
This option sets digest algorithm to use for certificate identification in the
|
2016-05-12 22:24:06 +08:00
|
|
|
OCSP request. Any digest supported by the OpenSSL B<dgst> command can be used.
|
|
|
|
The default is SHA-1. This option may be used multiple times to specify the
|
|
|
|
digest used by subsequent certificate identifiers.
|
2007-12-04 20:41:28 +08:00
|
|
|
|
2019-10-13 05:45:56 +08:00
|
|
|
{- $OpenSSL::safe::opt_trust_item -}
|
|
|
|
|
2019-10-13 05:45:56 +08:00
|
|
|
{- $OpenSSL::safe::opt_v_item -}
|
|
|
|
|
2020-02-25 12:29:30 +08:00
|
|
|
{- $OpenSSL::safe::opt_provider_item -}
|
|
|
|
|
2001-01-14 08:52:19 +08:00
|
|
|
=back
|
|
|
|
|
2016-05-26 02:29:57 +08:00
|
|
|
=head2 OCSP Server Options
|
2001-07-13 21:13:44 +08:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-index> I<indexfile>
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
The I<indexfile> parameter is the name of a text index file in B<ca>
|
2017-03-30 05:38:30 +08:00
|
|
|
format containing certificate revocation information.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
Command docs: fix up command references
Almost all OpenSSL commands are in reality 'openssl cmd', so make sure
they are refered to like that and not just as the sub-command.
Self-references are avoided as much as is possible, and replaced with
"this command". In some cases, we even avoid that with a slight
rewrite of the sentence or paragrah they were in. However, in the few
cases where a self-reference is still admissible, they are done in
bold, i.e. openssl-speed.pod references itself like this:
B<openssl speed>
References to other commands are done as manual links, i.e. CA.pl.pod
references 'openssl req' like this: L<openssl-req(1)>
Some commands are examples rather than references; we enclose those in
C<>.
While we are it, we abolish "utility", replacing it with "command", or
remove it entirely in some cases.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10065)
2019-10-02 01:43:36 +08:00
|
|
|
If the B<-index> option is specified then this command switches to
|
|
|
|
responder mode, otherwise it is in client mode. The request(s) the responder
|
2019-10-02 00:16:29 +08:00
|
|
|
processes can be either specified on the command line (using B<-issuer>
|
|
|
|
and B<-serial> options), supplied in a file (using the B<-reqin> option)
|
|
|
|
or via external OCSP clients (if B<-port> or B<-url> is specified).
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
If the B<-index> option is present then the B<-CA> and B<-rsigner> options
|
2017-03-30 05:38:30 +08:00
|
|
|
must also be present.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-CA> I<file>
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
CA certificate corresponding to the revocation information in the index
|
|
|
|
file given with B<-index>.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-rsigner> I<file>
|
2001-07-13 21:13:44 +08:00
|
|
|
|
|
|
|
The certificate to sign OCSP responses with.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-rkey> I<file>
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
The private key to sign OCSP responses with: if not present the file
|
2019-10-02 00:16:29 +08:00
|
|
|
specified in the B<-rsigner> option is used.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2019-12-26 12:20:46 +08:00
|
|
|
=item B<-passin> I<arg>
|
|
|
|
|
|
|
|
The private key password source. For more information about the format of I<arg>
|
|
|
|
see L<openssl(1)/Pass Phrase Options>.
|
|
|
|
|
2020-02-06 22:24:07 +08:00
|
|
|
=item B<-rother> I<file>
|
|
|
|
|
|
|
|
Additional certificates to include in the OCSP response.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-rsigopt> I<nm>:I<v>
|
2017-12-13 05:01:22 +08:00
|
|
|
|
|
|
|
Pass options to the signature algorithm when signing OCSP responses.
|
|
|
|
Names and values of these options are algorithm-specific.
|
|
|
|
|
Document most missing options
Add cmd-nits make target.
Listing options should stop when it hits the "parameters" separator.
Add missing .pod.in files to doc/man1/build.info
Tweak find-doc-nits to try openssl-XXX before XXX for POD files and
change an error messavge to be more useful.
Fix the following pages: ca, cms, crl, dgst, enc,
engine, errstr, gendsa, genrsa, list, ocsp, passwd, pkcs7, pkcs12, rand,
rehash, req, rsautil, s_server, speed, s_time,
sess_id, smime, srp, ts, x509.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/10873)
2020-01-17 02:40:52 +08:00
|
|
|
=item B<-rmd> I<digest>
|
|
|
|
|
|
|
|
The digest to use when signing the response.
|
|
|
|
|
|
|
|
=item B<-badsig>
|
|
|
|
|
|
|
|
Corrupt the response signature before writing it; this can be useful
|
|
|
|
for testing.
|
|
|
|
|
2020-02-06 22:24:07 +08:00
|
|
|
=item B<-resp_no_certs>
|
|
|
|
|
|
|
|
Don't include any certificates in the OCSP response.
|
|
|
|
|
|
|
|
=item B<-resp_key_id>
|
|
|
|
|
|
|
|
Identify the signer certificate using the key ID, default is to use the
|
|
|
|
subject name.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-port> I<portnum>
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Port to listen for OCSP requests on. The port may also be specified
|
|
|
|
using the B<url> option.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2017-08-12 07:00:21 +08:00
|
|
|
=item B<-ignore_err>
|
|
|
|
|
|
|
|
Ignore malformed requests or responses: When acting as an OCSP client, retry if
|
|
|
|
a malformed response is received. When acting as an OCSP responder, continue
|
|
|
|
running instead of terminating upon receiving a malformed request.
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-nrequest> I<number>
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2019-10-02 00:16:29 +08:00
|
|
|
The OCSP server will exit after receiving I<number> requests, default unlimited.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2020-02-06 22:24:07 +08:00
|
|
|
=item B<-multi> I<process-count>
|
|
|
|
|
|
|
|
Run the specified number of OCSP responder child processes, with the parent
|
|
|
|
process respawning child processes as needed.
|
|
|
|
Child processes will detect changes in the CA index file and automatically
|
|
|
|
reload it.
|
|
|
|
When running as a responder B<-timeout> option is recommended to limit the time
|
|
|
|
each child is willing to wait for the client's OCSP response.
|
|
|
|
This option is available on POSIX systems (that support the fork() and other
|
|
|
|
required unix system-calls).
|
|
|
|
|
|
|
|
|
2019-09-26 03:20:11 +08:00
|
|
|
=item B<-nmin> I<minutes>, B<-ndays> I<days>
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2017-03-30 05:38:30 +08:00
|
|
|
Number of minutes or days when fresh revocation information is available:
|
|
|
|
used in the B<nextUpdate> field. If neither option is present then the
|
|
|
|
B<nextUpdate> field is omitted meaning fresh revocation information is
|
|
|
|
immediately available.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
2019-08-16 20:34:16 +08:00
|
|
|
=head1 OCSP RESPONSE VERIFICATION
|
2001-01-20 09:26:28 +08:00
|
|
|
|
|
|
|
OCSP Response follows the rules specified in RFC2560.
|
|
|
|
|
|
|
|
Initially the OCSP responder certificate is located and the signature on
|
2001-09-07 14:13:40 +08:00
|
|
|
the OCSP request checked using the responder certificate's public key.
|
2001-01-20 09:26:28 +08:00
|
|
|
|
|
|
|
Then a normal certificate verify is performed on the OCSP responder certificate
|
|
|
|
building up a certificate chain in the process. The locations of the trusted
|
2019-03-07 22:26:34 +08:00
|
|
|
certificates used to build the chain can be specified by the B<-CAfile>,
|
|
|
|
B<-CApath> or B<-CAstore> options or they will be looked for in the
|
|
|
|
standard OpenSSL certificates directory.
|
2001-01-20 09:26:28 +08:00
|
|
|
|
|
|
|
If the initial verify fails then the OCSP verify process halts with an
|
|
|
|
error.
|
|
|
|
|
|
|
|
Otherwise the issuing CA certificate in the request is compared to the OCSP
|
|
|
|
responder certificate: if there is a match then the OCSP verify succeeds.
|
|
|
|
|
|
|
|
Otherwise the OCSP responder certificate's CA is checked against the issuing
|
|
|
|
CA certificate in the request. If there is a match and the OCSPSigning
|
|
|
|
extended key usage is present in the OCSP responder certificate then the
|
|
|
|
OCSP verify succeeds.
|
|
|
|
|
2015-02-24 21:52:21 +08:00
|
|
|
Otherwise, if B<-no_explicit> is B<not> set the root CA of the OCSP responders
|
|
|
|
CA is checked to see if it is trusted for OCSP signing. If it is the OCSP
|
|
|
|
verify succeeds.
|
2001-01-20 09:26:28 +08:00
|
|
|
|
|
|
|
If none of these checks is successful then the OCSP verify fails.
|
|
|
|
|
|
|
|
What this effectively means if that if the OCSP responder certificate is
|
|
|
|
authorised directly by the CA it is issuing revocation information about
|
|
|
|
(and it is correctly configured) then verification will succeed.
|
|
|
|
|
|
|
|
If the OCSP responder is a "global responder" which can give details about
|
|
|
|
multiple CAs and has its own separate certificate chain then its root
|
2001-03-09 21:57:14 +08:00
|
|
|
CA can be trusted for OCSP signing. For example:
|
2001-01-20 09:26:28 +08:00
|
|
|
|
|
|
|
openssl x509 -in ocspCA.pem -addtrust OCSPSigning -out trustedCA.pem
|
|
|
|
|
2001-03-09 21:57:14 +08:00
|
|
|
Alternatively the responder certificate itself can be explicitly trusted
|
|
|
|
with the B<-VAfile> option.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2001-03-09 21:57:14 +08:00
|
|
|
=head1 NOTES
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2001-03-09 21:57:14 +08:00
|
|
|
As noted, most of the verify options are for testing or debugging purposes.
|
2019-03-07 22:26:34 +08:00
|
|
|
Normally only the B<-CApath>, B<-CAfile>, B<-CAstore> and (if the responder
|
|
|
|
is a 'global VA') B<-VAfile> options need to be used.
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2001-07-13 21:13:44 +08:00
|
|
|
The OCSP server is only useful for test and demonstration purposes: it is
|
|
|
|
not really usable as a full OCSP responder. It contains only a very
|
|
|
|
simple HTTP request handling and can only handle the POST form of OCSP
|
|
|
|
queries. It also handles requests serially meaning it cannot respond to
|
|
|
|
new requests until it has processed the current one. The text index file
|
|
|
|
format of revocation is also inefficient for large quantities of revocation
|
|
|
|
data.
|
|
|
|
|
Command docs: fix up command references
Almost all OpenSSL commands are in reality 'openssl cmd', so make sure
they are refered to like that and not just as the sub-command.
Self-references are avoided as much as is possible, and replaced with
"this command". In some cases, we even avoid that with a slight
rewrite of the sentence or paragrah they were in. However, in the few
cases where a self-reference is still admissible, they are done in
bold, i.e. openssl-speed.pod references itself like this:
B<openssl speed>
References to other commands are done as manual links, i.e. CA.pl.pod
references 'openssl req' like this: L<openssl-req(1)>
Some commands are examples rather than references; we enclose those in
C<>.
While we are it, we abolish "utility", replacing it with "command", or
remove it entirely in some cases.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10065)
2019-10-02 01:43:36 +08:00
|
|
|
It is possible to run this command in responder mode via a CGI
|
2019-10-02 00:16:29 +08:00
|
|
|
script using the B<-reqin> and B<-respout> options.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
2001-01-14 08:52:19 +08:00
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
Create an OCSP request and write it to a file:
|
|
|
|
|
|
|
|
openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem -reqout req.der
|
|
|
|
|
2016-05-20 20:11:46 +08:00
|
|
|
Send a query to an OCSP responder with URL http://ocsp.myhost.com/ save the
|
GH650: Minor tidying around the ocsp app
The ocsp utility is something of a jack-of-all-trades; most anything
related to the OCSP can be done with it. In particular, the manual
page calls out that it can be used as either a client or a server
of the protocol, but there are also a few things that it can do
which do not quite fit into either role, such as encoding an OCSP
request but not sending it, printing out a text form of an OCSP
response (or request) from a file akin to the asn1parse utility,
or performing a lookup into the server-side revocation database
without actually sending a request or response. All three of these
are documented as examples in the manual page, but the documentation
prior to this commit is somewhat misleading, in that when printing
the text form of an OCSP response, the code also attempts to
verify the response, displaying an error message and returning
failure if the response does not verify. (It is possible that
the response would be able to verify with the given example, since
the default trust roots are used for that verification, but OCSP
responses frequently have alternate certification authorities
that would require passing -CAfile or -CApath for verification.)
Tidy up the documentation by passing -noverify for the case of
converting from binary to textual representation, and also
change a few instances of -respin to -reqin as appropriate, note
that the -url option provides the same functionality as the -host
and -path options, clarify that the example that saves an OCSP
response to a file will also perform verification on that response,
and fix a couple grammar nits in the manual page.
Also remove an always-true conditional for rdb != NULL -- there
are no codepaths in which it could be initialized at the time of
this check.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2016-02-10 10:29:21 +08:00
|
|
|
response to a file, print it out in text form, and verify the response:
|
2001-01-14 08:52:19 +08:00
|
|
|
|
|
|
|
openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem \
|
2001-03-09 21:57:14 +08:00
|
|
|
-url http://ocsp.myhost.com/ -resp_text -respout resp.der
|
2001-01-14 08:52:19 +08:00
|
|
|
|
|
|
|
Read in an OCSP response and print out text form:
|
|
|
|
|
GH650: Minor tidying around the ocsp app
The ocsp utility is something of a jack-of-all-trades; most anything
related to the OCSP can be done with it. In particular, the manual
page calls out that it can be used as either a client or a server
of the protocol, but there are also a few things that it can do
which do not quite fit into either role, such as encoding an OCSP
request but not sending it, printing out a text form of an OCSP
response (or request) from a file akin to the asn1parse utility,
or performing a lookup into the server-side revocation database
without actually sending a request or response. All three of these
are documented as examples in the manual page, but the documentation
prior to this commit is somewhat misleading, in that when printing
the text form of an OCSP response, the code also attempts to
verify the response, displaying an error message and returning
failure if the response does not verify. (It is possible that
the response would be able to verify with the given example, since
the default trust roots are used for that verification, but OCSP
responses frequently have alternate certification authorities
that would require passing -CAfile or -CApath for verification.)
Tidy up the documentation by passing -noverify for the case of
converting from binary to textual representation, and also
change a few instances of -respin to -reqin as appropriate, note
that the -url option provides the same functionality as the -host
and -path options, clarify that the example that saves an OCSP
response to a file will also perform verification on that response,
and fix a couple grammar nits in the manual page.
Also remove an always-true conditional for rdb != NULL -- there
are no codepaths in which it could be initialized at the time of
this check.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2016-02-10 10:29:21 +08:00
|
|
|
openssl ocsp -respin resp.der -text -noverify
|
2001-01-14 08:52:19 +08:00
|
|
|
|
2001-07-13 21:13:44 +08:00
|
|
|
OCSP server on port 8888 using a standard B<ca> configuration, and a separate
|
|
|
|
responder certificate. All requests and responses are printed to a file.
|
|
|
|
|
|
|
|
openssl ocsp -index demoCA/index.txt -port 8888 -rsigner rcert.pem -CA demoCA/cacert.pem
|
2016-05-20 20:11:46 +08:00
|
|
|
-text -out log.txt
|
2001-07-13 21:13:44 +08:00
|
|
|
|
|
|
|
As above but exit after processing one request:
|
|
|
|
|
|
|
|
openssl ocsp -index demoCA/index.txt -port 8888 -rsigner rcert.pem -CA demoCA/cacert.pem
|
|
|
|
-nrequest 1
|
|
|
|
|
GH650: Minor tidying around the ocsp app
The ocsp utility is something of a jack-of-all-trades; most anything
related to the OCSP can be done with it. In particular, the manual
page calls out that it can be used as either a client or a server
of the protocol, but there are also a few things that it can do
which do not quite fit into either role, such as encoding an OCSP
request but not sending it, printing out a text form of an OCSP
response (or request) from a file akin to the asn1parse utility,
or performing a lookup into the server-side revocation database
without actually sending a request or response. All three of these
are documented as examples in the manual page, but the documentation
prior to this commit is somewhat misleading, in that when printing
the text form of an OCSP response, the code also attempts to
verify the response, displaying an error message and returning
failure if the response does not verify. (It is possible that
the response would be able to verify with the given example, since
the default trust roots are used for that verification, but OCSP
responses frequently have alternate certification authorities
that would require passing -CAfile or -CApath for verification.)
Tidy up the documentation by passing -noverify for the case of
converting from binary to textual representation, and also
change a few instances of -respin to -reqin as appropriate, note
that the -url option provides the same functionality as the -host
and -path options, clarify that the example that saves an OCSP
response to a file will also perform verification on that response,
and fix a couple grammar nits in the manual page.
Also remove an always-true conditional for rdb != NULL -- there
are no codepaths in which it could be initialized at the time of
this check.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2016-02-10 10:29:21 +08:00
|
|
|
Query status information using an internally generated request:
|
2001-07-13 21:13:44 +08:00
|
|
|
|
|
|
|
openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem
|
|
|
|
-issuer demoCA/cacert.pem -serial 1
|
|
|
|
|
GH650: Minor tidying around the ocsp app
The ocsp utility is something of a jack-of-all-trades; most anything
related to the OCSP can be done with it. In particular, the manual
page calls out that it can be used as either a client or a server
of the protocol, but there are also a few things that it can do
which do not quite fit into either role, such as encoding an OCSP
request but not sending it, printing out a text form of an OCSP
response (or request) from a file akin to the asn1parse utility,
or performing a lookup into the server-side revocation database
without actually sending a request or response. All three of these
are documented as examples in the manual page, but the documentation
prior to this commit is somewhat misleading, in that when printing
the text form of an OCSP response, the code also attempts to
verify the response, displaying an error message and returning
failure if the response does not verify. (It is possible that
the response would be able to verify with the given example, since
the default trust roots are used for that verification, but OCSP
responses frequently have alternate certification authorities
that would require passing -CAfile or -CApath for verification.)
Tidy up the documentation by passing -noverify for the case of
converting from binary to textual representation, and also
change a few instances of -respin to -reqin as appropriate, note
that the -url option provides the same functionality as the -host
and -path options, clarify that the example that saves an OCSP
response to a file will also perform verification on that response,
and fix a couple grammar nits in the manual page.
Also remove an always-true conditional for rdb != NULL -- there
are no codepaths in which it could be initialized at the time of
this check.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2016-02-10 10:29:21 +08:00
|
|
|
Query status information using request read from a file, and write the response
|
|
|
|
to a second file.
|
2001-07-13 21:13:44 +08:00
|
|
|
|
|
|
|
openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA demoCA/cacert.pem
|
|
|
|
-reqin req.der -respout resp.der
|
2015-01-27 19:15:15 +08:00
|
|
|
|
|
|
|
=head1 HISTORY
|
|
|
|
|
2018-12-09 08:02:36 +08:00
|
|
|
The -no_alt_chains option was added in OpenSSL 1.1.0.
|
2015-01-27 19:15:15 +08:00
|
|
|
|
2016-05-18 23:44:05 +08:00
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
2020-04-23 20:55:52 +08:00
|
|
|
Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved.
|
2016-05-18 23:44:05 +08:00
|
|
|
|
2018-12-06 21:04:11 +08:00
|
|
|
Licensed under the Apache License 2.0 (the "License"). You may not use
|
2016-05-18 23:44:05 +08:00
|
|
|
this file except in compliance with the License. You can obtain a copy
|
|
|
|
in the file LICENSE in the source distribution or at
|
|
|
|
L<https://www.openssl.org/source/license.html>.
|
|
|
|
|
|
|
|
=cut
|