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:07:50 +0000
commitde87dd46c1283f899a9ecf4ccc72db74f36afbf2 (patch)
tree0cd9c78ff8987c6c3e5e34a9d41faa89b8a5c04e /apps
parent333fad9f2de1dea99552fcb424b312ca1a390f85 (diff)
Add documentation on -timeout option in the ocsp utility
PR#3612 Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
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 902546ff61..5143a4dd22 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -650,6 +650,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;
}