Add documentation on -timeout option in the ocsp utility
authorAndré Guerreiro <aguerreiro1985@gmail.com>
Thu, 27 Nov 2014 10:11:33 +0000 (10:11 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 14:14:52 +0000 (14:14 +0000)
PR#3612

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit de87dd46c1283f899a9ecf4ccc72db74f36afbf2)

apps/ocsp.c
doc/apps/ocsp.pod

index 44e8ba022f9eae3fa508038fb758cecb15d2b1d7..6f85c9340aab6e249a62331329755c35a8262199 100644 (file)
@@ -649,6 +649,7 @@ int MAIN(int argc, char **argv)
                BIO_printf (bio_err, "-resp_key_id       identify reponse by signing certificate key ID\n");
                BIO_printf (bio_err, "-nrequest n        number of requests to accept (default unlimited)\n");
                BIO_printf (bio_err, "-<dgst alg>     use specified digest in the request\n");
+               BIO_printf (bio_err, "-timeout n timeout connection to OCSP responder after n seconds\n");
                goto end;
                }
 
index af2e12e418bf43944e8419212e5cb99fe4099615..38f026afc1b679af6cd950587c9dc45b0357d3c7 100644 (file)
@@ -133,6 +133,10 @@ 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<-timeout seconds>
+
+connection timeout to the OCSP responder in seconds
+
 =item B<-CAfile file>, B<-CApath pathname>
 
 file or pathname containing trusted CA certificates. These are used to verify