From affc941ea6f1c8457c9479958b68800bf7a010b5 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 6 Jul 2014 22:23:01 +0100 Subject: s_server usage for certificate status requests (cherry picked from commit a44f219c009798054d6741e919cba5b2e656dbf4) --- apps/s_server.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') 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; -- cgit v1.2.3