]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fixes OSCP->OCSP typo in ocsp command line
authorAlexander Scheel <alex.scheel@hashicorp.com>
Wed, 29 Jun 2022 14:19:58 +0000 (10:19 -0400)
committerHugo Landau <hlandau@openssl.org>
Wed, 6 Jul 2022 07:25:07 +0000 (08:25 +0100)
The existing help text says:

>  -badsig                 Corrupt last byte of loaded OSCP response signature (for test)

but this should be OCSP. This is the only occurrence within the project
of this typo.

CLA: trivial

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18684)

apps/ocsp.c

index 97bde9ec7f062d9d825918b1419302a2160523f5..b1a86dcf5b4ce8cf56ef966c4fc5bc332b0a54bf 100644 (file)
@@ -135,7 +135,7 @@ const OPTIONS ocsp_options[] = {
     {"no_certs", OPT_NO_CERTS, '-',
      "Don't include any certificates in signed request"},
     {"badsig", OPT_BADSIG, '-',
-        "Corrupt last byte of loaded OSCP response signature (for test)"},
+        "Corrupt last byte of loaded OCSP response signature (for test)"},
     {"CA", OPT_CA, '<', "CA certificate"},
     {"nmin", OPT_NMIN, 'p', "Number of minutes before next update"},
     {"nrequest", OPT_REQUEST, 'p',