diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-07-06 22:23:01 +0100 |
---|---|---|
committer | Janusz Kozerski <j.kozerski@samsung.com> | 2014-10-20 15:25:30 +0200 |
commit | aa8d49774878fb0cf61074cd4cadaa993f9a04f5 (patch) | |
tree | 454a73b7c8a86e29afb545f61ec58547d0cbd0b0 /apps | |
parent | 6f77379c5a417a40a877ba04f765f8488973e53f (diff) | |
download | openssl-aa8d49774878fb0cf61074cd4cadaa993f9a04f5.tar.gz openssl-aa8d49774878fb0cf61074cd4cadaa993f9a04f5.tar.bz2 openssl-aa8d49774878fb0cf61074cd4cadaa993f9a04f5.zip |
s_server usage for certificate status requests
(cherry picked from commit a44f219c009798054d6741e919cba5b2e656dbf4)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/s_server.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/s_server.c b/apps/s_server.c index 8198d7f..5f13395 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; |