summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-06 22:23:01 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-06 22:45:20 +0100
commitaffc941ea6f1c8457c9479958b68800bf7a010b5 (patch)
tree9b65814ba3640bd9e04808f5ac88312ae0ccc750 /apps
parent012f7474f72a1adfd631b34d2e78a9b69d6c97f9 (diff)
s_server usage for certificate status requests
(cherry picked from commit a44f219c009798054d6741e919cba5b2e656dbf4)
Diffstat (limited to 'apps')
-rw-r--r--apps/s_server.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 456b34dae4..0960ffaa50 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -584,6 +584,10 @@ static void sv_usage(void)
#endif
BIO_printf(bio_err," -keymatexport label - Export keying material using label\n");
BIO_printf(bio_err," -keymatexportlen len - Export len bytes of keying material (default 20)\n");
+ BIO_printf(bio_err," -status - respond to certificate status requests\n");
+ BIO_printf(bio_err," -status_verbose - enable status request verbose printout\n");
+ BIO_printf(bio_err," -status_timeout n - status request responder timeout\n");
+ BIO_printf(bio_err," -status_url URL - status request fallback URL\n");
}
static int local_argc=0;