mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:53:31 +03:00
tls13-docs: mention it is only for OpenSSL >= 1.1.1
Reported-by: Jay Satiro Co-authored-by: Jay Satiro Fixes #3938 Closes #3946
This commit is contained in:
parent
ca09d96574
commit
7e590b3ecd
6 changed files with 23 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue