From: Arne Schwabe Date: Wed, 4 Dec 2019 11:09:38 +0000 (+0100) Subject: Document tls-ciphersuites also in --help output X-Git-Tag: v2.5_beta1~233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0764444b98f58da7d9ceb2e8975cbfa84ea2d95b;p=thirdparty%2Fopenvpn.git Document tls-ciphersuites also in --help output Signed-off-by: Arne Schwabe Acked-by: Gert Doering 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 --- diff --git a/src/openvpn/options.c b/src/openvpn/options.c index ebe553af1..49affc29b 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -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"