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:40:01 +0100
commita44f219c009798054d6741e919cba5b2e656dbf4 (patch)
tree4b61f130ac7027c9c95eb1f3db8c3ae6ecb94e9e /apps
parent5ecf1141a51ef862b498de6fa23244a47b547c47 (diff)
s_server usage for certificate status requests
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 a2fa469f06..de8fd57e29 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -557,6 +557,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;