summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndré Guerreiro <aguerreiro1985@gmail.com>2014-11-27 10:11:33 +0000
committerMatt Caswell <matt@openssl.org>2014-11-27 14:14:52 +0000
commit4d3df37bc7fd33d0bec5da04d2572caa0cdbab75 (patch)
tree9a493a644a0a6fb507c08a8026479fcaab7c9e3f /apps
parent261e64b85ec7e3407702c25e296872240cb6360e (diff)
Add documentation on -timeout option in the ocsp utility
PR#3612 Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit de87dd46c1283f899a9ecf4ccc72db74f36afbf2)
Diffstat (limited to 'apps')
-rw-r--r--apps/ocsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 44e8ba022f..6f85c9340a 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -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;
}