s_server usage for certificate status requests
authorDr. Stephen Henson <steve@openssl.org>
Sun, 6 Jul 2014 21:23:01 +0000 (22:23 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 6 Jul 2014 21:58:58 +0000 (22:58 +0100)
apps/s_server.c

index f3f1dd9ee0f5c6f8024b2d2398b3d5b564d5986d..dcc5c25012f27f132a13225df3188cf9752c4f7a 100644 (file)
@@ -493,6 +493,10 @@ static void sv_usage(void)
        BIO_printf(bio_err," -no_ticket    - disable use of RFC4507bis session tickets\n");
        BIO_printf(bio_err," -legacy_renegotiation - enable use of legacy renegotiation (dangerous)\n");
 #endif
+       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;