aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-01-14 00:52:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-01-14 00:52:19 +0000
commitb4b1bdd5d36a279b37a303fce34cd08e4e07df9b (patch)
treed3ccec084af70a718064e86f2b4103b37ac45733 /apps/ocsp.c
parent5782ceb2983b9e998b858474224fc011d6f0bd39 (diff)
downloadopenssl-b4b1bdd5d36a279b37a303fce34cd08e4e07df9b.tar.gz
Preliminary ocsp utility documentation.
Fix ocsp usage message.
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 09357ae098..cfd4f18d2e 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -235,9 +235,12 @@ int MAIN(int argc, char **argv)
BIO_printf (bio_err, "OCSP utility\n");
BIO_printf (bio_err, "Usage ocsp [options]\n");
BIO_printf (bio_err, "where options are\n");
+ BIO_printf (bio_err, "-out file output filename\n");
BIO_printf (bio_err, "-issuer file issuer certificate\n");
BIO_printf (bio_err, "-cert file certificate to check\n");
BIO_printf (bio_err, "-serial n serial number to check\n");
+ BIO_printf (bio_err, "-signer file certificate to sign OCSP request with\n");
+ BIO_printf (bio_err, "-signkey file private key to sign OCSP request with\n");
BIO_printf (bio_err, "-req_text print text form of request\n");
BIO_printf (bio_err, "-resp_text print text form of response\n");
BIO_printf (bio_err, "-text print text form of request and response\n");