From de87dd46c1283f899a9ecf4ccc72db74f36afbf2 Mon Sep 17 00:00:00 2001 From: André Guerreiro Date: Thu, 27 Nov 2014 10:11:33 +0000 Subject: Add documentation on -timeout option in the ocsp utility PR#3612 Reviewed-by: Dr. Stephen Henson --- apps/ocsp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/ocsp.c') 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, "- use specified digest in the request\n"); + BIO_printf (bio_err, "-timeout n timeout connection to OCSP responder after n seconds\n"); goto end; } -- cgit v1.2.3