From: Dr. Stephen Henson Date: Sun, 6 Jul 2014 21:23:01 +0000 (+0100) Subject: s_server usage for certificate status requests X-Git-Tag: OpenSSL_1_0_1i~46 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=b7c97625989c312a8adbf1284db4ae52f0e64f56 s_server usage for certificate status requests (cherry picked from commit a44f219c009798054d6741e919cba5b2e656dbf4) --- diff --git a/apps/s_server.c b/apps/s_server.c index 8198d7f065..5f13395381 100644 --- a/apps/s_server.c +++ b/apps/s_server.c @@ -562,6 +562,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;