aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohannes Bauer <joe@johannes-bauer.com>2017-08-11 19:00:21 -0400
committerRich Salz <rsalz@openssl.org>2017-08-11 19:00:21 -0400
commitbbe9c3d51afa33d883abed3700d33c256afff46b (patch)
tree6863d2da4e709f55b76e34801fc826f9f036587f /apps
parent44e699515568abcae0e77d7315f9b5e393daa6d9 (diff)
downloadopenssl-bbe9c3d51afa33d883abed3700d33c256afff46b.tar.gz
Clarify CLI OCSP documentation
This fixes issue #3043, which ultimately was reported because documentation was not clear on the meaning of the "-ignore_err" option. Update both command line documentation and add this option to manpage. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4143)
Diffstat (limited to 'apps')
-rw-r--r--apps/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 0b938328d4..3e1201ff73 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -108,7 +108,7 @@ const OPTIONS ocsp_options[] = {
{"host", OPT_HOST, 's', "TCP/IP hostname:port to connect to"},
{"port", OPT_PORT, 'p', "Port to run responder on"},
{"ignore_err", OPT_IGNORE_ERR, '-',
- "Ignore Error response from OCSP responder, and retry "},
+ "Ignore error on OCSP request or response and continue running"},
{"noverify", OPT_NOVERIFY, '-', "Don't verify response at all"},
{"nonce", OPT_NONCE, '-', "Add OCSP nonce to request"},
{"no_nonce", OPT_NO_NONCE, '-', "Don't add OCSP nonce to request"},