s_server usage for certificate status requests

(cherry picked from commit a44f219c009798054d6741e919cba5b2e656dbf4)
This commit is contained in:
Dr. Stephen Henson 2014-07-06 22:23:01 +01:00
parent 012f7474f7
commit affc941ea6

View File

@ -584,6 +584,10 @@ static void sv_usage(void)
#endif #endif
BIO_printf(bio_err," -keymatexport label - Export keying material using label\n"); 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," -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; static int local_argc=0;