[BACK]Return to openssl.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/openssl.1 between version 1.54 and 1.55

version 1.54, 2016/08/18 12:07:21 version 1.55, 2016/08/19 08:46:38
Line 2076 
Line 2076 
 option the situation is reversed:  option the situation is reversed:
 a Netscape certificate sequence is created from a file of certificates.  a Netscape certificate sequence is created from a file of certificates.
 .El  .El
 .\"  
 .\" OCSP  
 .\"  
 .Sh OCSP  .Sh OCSP
 .nr nS 1  .nr nS 1
 .Nm "openssl ocsp"  .Nm "openssl ocsp"
 .Bk -words  
 .Op Fl CA Ar file  .Op Fl CA Ar file
 .Op Fl CAfile Ar file  .Op Fl CAfile Ar file
 .Op Fl CApath Ar directory  .Op Fl CApath Ar directory
 .Op Fl cert Ar file  .Op Fl cert Ar file
 .Op Fl dgst Ar alg  .Op Fl dgst Ar alg
 .Oo  .Op Fl host Ar hostname : Ns Ar port
 .Fl host  
 .Ar hostname : Ns Ar port  
 .Oc  
 .Op Fl index Ar indexfile  .Op Fl index Ar indexfile
 .Op Fl issuer Ar file  .Op Fl issuer Ar file
 .Op Fl ndays Ar days  .Op Fl ndays Ar days
Line 2131 
Line 2124 
 .Op Fl VAfile Ar file  .Op Fl VAfile Ar file
 .Op Fl validity_period Ar nsec  .Op Fl validity_period Ar nsec
 .Op Fl verify_other Ar file  .Op Fl verify_other Ar file
 .Ek  
 .nr nS 0  .nr nS 0
 .Pp  .Pp
 The Online Certificate Status Protocol  The Online Certificate Status Protocol (OCSP)
 .Pq OCSP  enables applications to determine the (revocation) state
 enables applications to determine the  of an identified certificate (RFC 2560).
 .Pq revocation  
 state of an identified certificate  
 .Pq RFC 2560 .  
 .Pp  .Pp
 The  The
 .Nm ocsp  .Nm ocsp
Line 2151 
Line 2140 
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl CAfile Ar file , Fl CApath Ar directory  .It Fl CAfile Ar file , Fl CApath Ar directory
 .Ar file  A file or path containing trusted CA certificates,
 or  used to verify the signature on the OCSP response.
 .Ar path  
 containing trusted CA certificates.  
 These are used to verify the signature on the OCSP response.  
 .It Fl cert Ar file  .It Fl cert Ar file
 Add the certificate  Add the certificate
 .Ar file  .Ar file
Line 2164 
Line 2150 
 .Fl issuer  .Fl issuer
 option, or an error occurs if no issuer certificate is specified.  option, or an error occurs if no issuer certificate is specified.
 .It Fl dgst Ar alg  .It Fl dgst Ar alg
 Sets the digest algorithm to use for certificate identification  Use the digest algorithm
 in the OCSP request.  .Ar alg
   for certificate identification in the OCSP request.
 By default SHA-1 is used.  By default SHA-1 is used.
 .It Xo  .It Xo
 .Fl host Ar hostname : Ns Ar port ,  .Fl host Ar hostname : Ns Ar port ,
 .Fl path Ar path  .Fl path Ar path
 .Xc  .Xc
 If the  Send
 .Fl host  the OCSP request to
 option is present, then the OCSP request is sent to the host  
 .Ar hostname  .Ar hostname
 on port  on
 .Ar port .  .Ar port .
 .Fl path  .Fl path
 specifies the HTTP path name to use, or  specifies the HTTP path name to use, or
 .Sq /  .Pa /
 by default.  by default.
 .It Fl issuer Ar file  .It Fl issuer Ar file
 This specifies the current issuer certificate.  The current issuer certificate,
 This option can be used multiple times.  in PEM format.
 The certificate specified in  Can be used multiple times
 .Ar file  and must come before any
 must be in PEM format.  
 This option  
 .Em must  
 come before any  
 .Fl cert  .Fl cert
 options.  options.
 .It Fl no_cert_checks  .It Fl no_cert_checks
Line 2202 
Line 2184 
 Since this option allows the OCSP response to be signed by any certificate,  Since this option allows the OCSP response to be signed by any certificate,
 it should only be used for testing purposes.  it should only be used for testing purposes.
 .It Fl no_certs  .It Fl no_certs
 Don't include any certificates in signed request.  Don't include any certificates in the signed request.
 .It Fl no_chain  .It Fl no_chain
 Do not use certificates in the response as additional untrusted CA  Do not use certificates in the response as additional untrusted CA
 certificates.  certificates.
 .It Fl no_intern  .It Fl no_intern
 Ignore certificates contained in the OCSP response  Ignore certificates contained in the OCSP response
 when searching for the signer's certificate.  when searching for the signer's certificate.
 With this option, the signer's certificate must be specified with either the  The signer's certificate must be specified with either the
 .Fl verify_other  .Fl verify_other
 or  or
 .Fl VAfile  .Fl VAfile
Line 2219 
Line 2201 
 Since this option tolerates invalid signatures on OCSP responses,  Since this option tolerates invalid signatures on OCSP responses,
 it will normally only be used for testing purposes.  it will normally only be used for testing purposes.
 .It Fl nonce , no_nonce  .It Fl nonce , no_nonce
 Add an OCSP  Add an OCSP nonce extension to a request,
 .Em nonce  or disable an OCSP nonce addition.
 extension to a request or disable an OCSP  
 .Em nonce  
 addition.  
 Normally, if an OCSP request is input using the  Normally, if an OCSP request is input using the
 .Fl respin  .Fl respin
 option no  option no nonce is added:
 .Em nonce  
 is added:  
 using the  using the
 .Fl nonce  .Fl nonce
 option will force addition of a  option will force the addition of a nonce.
 .Em nonce .  
 If an OCSP request is being created (using the  If an OCSP request is being created (using the
 .Fl cert  .Fl cert
 and  and
 .Fl serial  .Fl serial
 options)  options)
 a  a nonce is automatically added; specifying
 .Em nonce  
 is automatically added; specifying  
 .Fl no_nonce  .Fl no_nonce
 overrides this.  overrides this.
 .It Fl noverify  .It Fl noverify
 Don't attempt to verify the OCSP response signature or the  Don't attempt to verify the OCSP response signature or the nonce values.
 .Em nonce  This is normally only be used for debugging
 values.  
 This option will normally only be used for debugging  
 since it disables all verification of the responder's certificate.  since it disables all verification of the responder's certificate.
 .It Fl out Ar file  .It Fl out Ar file
 Specify output  Specify the output file to write to,
 .Ar file ;  or standard output if none is specified.
 default is standard output.  
 .It Fl req_text , resp_text , text  .It Fl req_text , resp_text , text
 Print out the text form of the OCSP request, response, or both, respectively.  Print out the text form of the OCSP request, response, or both, respectively.
 .It Fl reqin Ar file , Fl respin Ar file  .It Fl reqin Ar file , Fl respin Ar file
Line 2276 
Line 2247 
 is added to the request.  is added to the request.
 The serial number is interpreted as a decimal integer unless preceded by  The serial number is interpreted as a decimal integer unless preceded by
 .Sq 0x .  .Sq 0x .
 Negative integers can also be specified by preceding the value with a  Negative integers can also be specified
 .Sq -  by preceding the value with a minus sign.
 sign.  
 .It Fl sign_other Ar file  .It Fl sign_other Ar file
 Additional certificates to include in the signed request.  Additional certificates to include in the signed request.
 .It Fl signer Ar file , Fl signkey Ar file  .It Fl signer Ar file , Fl signkey Ar file
Line 2305 
Line 2275 
 .Pq SSL/TLS  .Pq SSL/TLS
 URLs can be specified.  URLs can be specified.
 .It Fl VAfile Ar file  .It Fl VAfile Ar file
 .Ar file  A file containing explicitly trusted responder certificates.
 containing explicitly trusted responder certificates.  
 Equivalent to the  Equivalent to the
 .Fl verify_other  .Fl verify_other
 and  and
 .Fl trust_other  .Fl trust_other
 options.  options.
 .It Fl validity_period Ar nsec , Fl status_age Ar age  .It Fl validity_period Ar nsec , Fl status_age Ar age
 These options specify the range of times, in seconds, which will be tolerated  The range of times, in seconds, which will be tolerated in an OCSP response.
 in an OCSP response.  Each certificate status response includes a notBefore time
 Each certificate status response includes a  and an optional notAfter time.
 .Em notBefore  
 time and an optional  
 .Em notAfter  
 time.  
 The current time should fall between these two values,  The current time should fall between these two values,
 but the interval between the two times may be only a few seconds.  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  In practice the OCSP responder and clients' clocks may not be precisely
Line 2327 
Line 2292 
 To avoid this the  To avoid this the
 .Fl validity_period  .Fl validity_period
 option can be used to specify an acceptable error range in seconds,  option can be used to specify an acceptable error range in seconds,
 the default value is 5 minutes.  the default value being 5 minutes.
 .Pp  .Pp
 If the  If the notAfter time is omitted from a response,
 .Em notAfter  it means that new status information is immediately available.
 time is omitted from a response, then this means that new status  In this case the age of the notBefore field is checked
 information is immediately available.  to see it is not older than
 In this case the age of the  
 .Em notBefore  
 field is checked to see it is not older than  
 .Ar age  .Ar age
 seconds old.  seconds old.
 By default, this additional check is not performed.  By default, this additional check is not performed.
 .It Fl verify_other Ar file  .It Fl verify_other Ar file
 .Ar file  A file containing additional certificates to search
 containing additional certificates to search when attempting to locate  when attempting to locate the OCSP response signing certificate.
 the OCSP response signing certificate.  Some responders omit the actual signer's certificate from the response,
 Some responders omit the actual signer's certificate from the response;  so this can be used to supply the necessary certificate.
 this option can be used to supply the necessary certificate in such cases.  
 .El  .El
 .Sh OCSP SERVER OPTIONS  .Pp
   The options for the OCSP server are as follows:
 .Bl -tag -width "XXXX"  .Bl -tag -width "XXXX"
 .It Fl CA Ar file  .It Fl CA Ar file
 CA certificate corresponding to the revocation information in  CA certificate corresponding to the revocation information in
 .Ar indexfile .  .Ar indexfile .
 .It Fl index Ar indexfile  .It Fl index Ar indexfile
 .Ar indexfile  .Ar indexfile
 is a text index file in  is a text index file in ca format
 .Nm ca  containing certificate revocation information.
 format containing certificate revocation information.  
 .Pp  .Pp
 If the  If this option is specified,
 .Fl index  
 option is specified, the  
 .Nm ocsp  .Nm ocsp
 utility is in  is in responder mode, otherwise it is in client mode.
 .Em responder  The requests the responder processes can be either specified on
 mode, otherwise it is in  
 .Em client  
 mode.  
 The request(s) the responder processes can be either specified on  
 the command line (using the  the command line (using the
 .Fl issuer  .Fl issuer
 and  and
 .Fl serial  .Fl serial
 options), supplied in a file (using the  options), supplied in a file (using the
 .Fl respin  .Fl respin
 option) or via external OCSP clients (if  option), or via external OCSP clients (if
 .Ar port  .Ar port
 or  or
 .Ar url  .Ar url
 is specified).  is specified).
 .Pp  .Pp
 If the  If this option is present, then the
 .Fl index  
 option is present, then the  
 .Fl CA  .Fl CA
 and  and
 .Fl rsigner  .Fl rsigner
Line 2391 
Line 2344 
 .Ar minutes  .Ar minutes
 or  or
 .Ar days  .Ar days
 when fresh revocation information is available: used in the  when fresh revocation information is available:
 .Ar nextUpdate  used in the nextUpdate field.
 field.  If neither option is present,
 If neither option is present, the  the nextUpdate field is omitted,
 .Em nextUpdate  meaning fresh revocation information is immediately available.
 field is omitted, meaning fresh revocation information is immediately available.  
 .It Fl nrequest Ar number  .It Fl nrequest Ar number
 The OCSP server will exit after receiving  Exit after receiving
 .Ar number  .Ar number
 requests, default unlimited.  requests (the default is unlimited).
 .It Fl port Ar portnum  .It Fl port Ar portnum
 Port to listen for OCSP requests on.  Port to listen for OCSP requests on.
 The port may also be specified using the  May also be specified using the
 .Fl url  .Fl url
 option.  option.
 .It Fl resp_key_id  .It Fl resp_key_id
 Identify the signer certificate using the key ID;  Identify the signer certificate using the key ID;
 default is to use the subject name.  the default is to use the subject name.
 .It Fl resp_no_certs  .It Fl resp_no_certs
 Don't include any certificates in the OCSP response.  Don't include any certificates in the OCSP response.
 .It Fl rkey Ar file  .It Fl rkey Ar file
Line 2421 
Line 2373 
 .It Fl rsigner Ar file  .It Fl rsigner Ar file
 The certificate to sign OCSP responses with.  The certificate to sign OCSP responses with.
 .El  .El
 .Sh OCSP RESPONSE VERIFICATION  
 OCSP Response follows the rules specified in RFC 2560.  
 .Pp  .Pp
 Initially the OCSP responder certificate is located and the signature on  Initially the OCSP responder certificate is located and the signature on
 the OCSP request checked using the responder certificate's public key.  the OCSP request checked using the responder certificate's public key.
 .Pp  
 Then a normal certificate verify is performed on the OCSP responder certificate  Then a normal certificate verify is performed on the OCSP responder certificate
 building up a certificate chain in the process.  building up a certificate chain in the process.
 The locations of the trusted certificates used to build the chain can be  The locations of the trusted certificates used to build the chain can be
Line 2435 
Line 2384 
 and  and
 .Fl CApath  .Fl CApath
 options or they will be looked for in the standard  options or they will be looked for in the standard
 .Nm OpenSSL  .Nm openssl
 certificates  certificates directory.
 directory.  
 .Pp  .Pp
 If the initial verify fails, the OCSP verify process halts with an  If the initial verify fails, the OCSP verify process halts with an error.
 error.  
 .Pp  
 Otherwise the issuing CA certificate in the request is compared to the OCSP  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.  responder certificate: if there is a match then the OCSP verify succeeds.
 .Pp  .Pp
Line 2455 
Line 2401 
 If it is, the OCSP verify succeeds.  If it is, the OCSP verify succeeds.
 .Pp  .Pp
 If none of these checks is successful, the OCSP verify fails.  If none of these checks is successful, the OCSP verify fails.
 .Pp  
 What this effectively means is that if the OCSP responder certificate is  What this effectively means is that if the OCSP responder certificate is
 authorised directly by the CA it is issuing revocation information about  authorised directly by the CA it is issuing revocation information about
 .Pq and it is correctly configured ,  (and it is correctly configured),
 then verification will succeed.  then verification will succeed.
 .Pp  .Pp
 If the OCSP responder is a  If the OCSP responder is a global responder,
 .Em global responder  which can give details about multiple CAs
 which can give details about multiple CAs and has its own separate  and has its own separate certificate chain,
 certificate chain, then its root CA can be trusted for OCSP signing.  then its root CA can be trusted for OCSP signing.
 For example:  For example:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ openssl x509 -in ocspCA.pem -addtrust OCSPSigning \e  $ openssl x509 -in ocspCA.pem -addtrust OCSPSigning \e
Line 2475 
Line 2420 
 with the  with the
 .Fl VAfile  .Fl VAfile
 option.  option.
 .Sh OCSP NOTES  
 As noted, most of the verify options are for testing or debugging purposes.  
 Normally, only the  
 .Fl CApath , CAfile  
 and  
 .Pq if the responder is a `global VA'  
 .Fl VAfile  
 options need to be used.  
 .Pp  
 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.  
 .Pp  
 It is possible to run the  
 .Nm ocsp  
 application in  
 .Em responder  
 mode via a CGI script using the  
 .Fl respin  
 and  
 .Fl respout  
 options.  
 .Sh OCSP EXAMPLES  
 Create an OCSP request and write it to a file:  
 .Bd -literal -offset indent  
 $ openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem \e  
         -reqout req.der  
 .Ed  
 .Pp  
 Send a query to an OCSP responder with URL  
 .Pa http://ocsp.myhost.com/ ,  
 save the response to a file and print it out in text form:  
 .Bd -literal -offset indent  
 $ openssl ocsp -issuer issuer.pem -cert c1.pem -cert c2.pem \e  
         -url http://ocsp.myhost.com/ -resp_text -respout resp.der  
 .Ed  
 .Pp  
 Read in an OCSP response and print out in text form:  
 .Pp  
 .Dl $ openssl ocsp -respin resp.der -text  
 .Pp  
 OCSP server on port 8888 using a standard  
 .Nm ca  
 configuration, and a separate responder certificate.  
 All requests and responses are printed to a file:  
 .Bd -literal -offset indent  
 $ openssl ocsp -index demoCA/index.txt -port 8888 -rsigner \e  
         rcert.pem -CA demoCA/cacert.pem -text -out log.txt  
 .Ed  
 .Pp  
 As above, but exit after processing one request:  
 .Bd -literal -offset indent  
 $ openssl ocsp -index demoCA/index.txt -port 8888 -rsigner \e  
         rcert.pem -CA demoCA/cacert.pem -nrequest 1  
 .Ed  
 .Pp  
 Query status information using internally generated request:  
 .Bd -literal -offset indent  
 $ openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA \e  
         demoCA/cacert.pem -issuer demoCA/cacert.pem -serial 1  
 .Ed  
 .Pp  
 Query status information using request read from a file and write  
 the response to a second file:  
 .Bd -literal -offset indent  
 $ openssl ocsp -index demoCA/index.txt -rsigner rcert.pem -CA \e  
         demoCA/cacert.pem -reqin req.der -respout resp.der  
 .Ed  
 .\"  .\"
 .\" PASSWD  .\" PASSWD
 .\"  .\"

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55