mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
GH350: -help text few s_client and s_server flags
add -help description of sigalgs, client_sigalgs, curves and named_curve Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
8cbb153357
commit
ad775e04f6
13
apps/apps.h
13
apps/apps.h
@ -296,10 +296,15 @@ void unbuffer(FILE *fp);
|
||||
{"no_resumption_on_reneg", OPT_S_ONRESUMP, '-' }, \
|
||||
{"no_legacy_server_connect", OPT_S_NOLEGACYCONN, '-' }, \
|
||||
{"strict", OPT_S_STRICT, '-' }, \
|
||||
{"sigalgs", OPT_S_SIGALGS, 's', }, \
|
||||
{"client_sigalgs", OPT_S_CLIENTSIGALGS, 's', }, \
|
||||
{"curves", OPT_S_CURVES, 's', }, \
|
||||
{"named_curve", OPT_S_NAMEDCURVE, 's', }, \
|
||||
{"sigalgs", OPT_S_SIGALGS, 's', \
|
||||
"Signature algorithms to support (colon-separated list)" }, \
|
||||
{"client_sigalgs", OPT_S_CLIENTSIGALGS, 's', \
|
||||
"Signature algorithms to support for client certificate" \
|
||||
" authentication (colon-separated list)" }, \
|
||||
{"curves", OPT_S_CURVES, 's', \
|
||||
"Elliptic curves to advertise (colon-separated list)" }, \
|
||||
{"named_curve", OPT_S_NAMEDCURVE, 's', \
|
||||
"Elliptic curve used for ECDHE (server-side only)" }, \
|
||||
{"cipher", OPT_S_CIPHER, 's', }, \
|
||||
{"dhparam", OPT_S_DHPARAM, '<' }, \
|
||||
{"debug_broken_protocol", OPT_S_DEBUGBROKE, '-' }
|
||||
|
Loading…
Reference in New Issue
Block a user