aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-27 08:01:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-06-02 16:15:45 +0200
commit7e590b3ecd2d4c061d8e001b25b869460bbdc560 (patch)
treec0cb5d970f5069b4099b78181c107e6612e44a70 /src/tool_help.c
parentca09d96574e6a321fa141182bfa7c18faa7cd627 (diff)
tls13-docs: mention it is only for OpenSSL >= 1.1.1
Reported-by: Jay Satiro Co-authored-by: Jay Satiro Fixes #3938 Closes #3946
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index ad6b6a107..9209a13dd 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -335,8 +335,8 @@ static const struct helptxt helptext[] = {
"SPNEGO proxy service name"},
{" --proxy-ssl-allow-beast",
"Allow security flaw for interop for HTTPS proxy"},
- {" --proxy-tls13-ciphers <ciphersuite list>",
- "TLS 1.3 proxy cipher suites"},
+ {" --proxy-tls13-ciphers <list>",
+ "TLS 1.3 ciphersuites for proxy (OpenSSL)"},
{" --proxy-tlsauthtype <type>",
"TLS authentication type for HTTPS proxy"},
{" --proxy-tlspassword <string>",
@@ -445,8 +445,8 @@ static const struct helptxt helptext[] = {
"Transfer based on a time condition"},
{" --tls-max <VERSION>",
"Set maximum allowed TLS version"},
- {" --tls13-ciphers <list of TLS 1.3 ciphersuites>",
- "TLS 1.3 cipher suites to use"},
+ {" --tls13-ciphers <list>",
+ "TLS 1.3 ciphersuites (OpenSSL)"},
{" --tlsauthtype <type>",
"TLS authentication type"},
{" --tlspassword",