From 7e590b3ecd2d4c061d8e001b25b869460bbdc560 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 May 2019 08:01:18 +0200 Subject: tls13-docs: mention it is only for OpenSSL >= 1.1.1 Reported-by: Jay Satiro Co-authored-by: Jay Satiro Fixes #3938 Closes #3946 --- src/tool_help.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tool_help.c') 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 ", - "TLS 1.3 proxy cipher suites"}, + {" --proxy-tls13-ciphers ", + "TLS 1.3 ciphersuites for proxy (OpenSSL)"}, {" --proxy-tlsauthtype ", "TLS authentication type for HTTPS proxy"}, {" --proxy-tlspassword ", @@ -445,8 +445,8 @@ static const struct helptxt helptext[] = { "Transfer based on a time condition"}, {" --tls-max ", "Set maximum allowed TLS version"}, - {" --tls13-ciphers ", - "TLS 1.3 cipher suites to use"}, + {" --tls13-ciphers ", + "TLS 1.3 ciphersuites (OpenSSL)"}, {" --tlsauthtype ", "TLS authentication type"}, {" --tlspassword", -- cgit v1.2.3