mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Document tls-ciphersuites also in --help output
Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20191204110938.6725-1-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19221.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
8be444df89
commit
0764444b98
1 changed files with 2 additions and 1 deletions
|
|
@ -604,7 +604,8 @@ static const char usage_message[] =
|
|||
" Windows Certificate System Store.\n"
|
||||
#endif
|
||||
"--tls-cipher l : A list l of allowable TLS ciphers separated by : (optional).\n"
|
||||
" : Use --show-tls to see a list of supported TLS ciphers.\n"
|
||||
"--tls-ciphersuites l: A list of allowed TLS 1.3 cipher suites seperated by : (optional)\n"
|
||||
" : Use --show-tls to see a list of supported TLS ciphers (suites).\n"
|
||||
"--tls-cert-profile p : Set the allowed certificate crypto algorithm profile\n"
|
||||
" (default=legacy).\n"
|
||||
"--tls-timeout n : Packet retransmit timeout on TLS control channel\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue