docs: improve cipher options documentation

Closes #14407
This commit is contained in:
Jan Venekamp 2024-08-16 11:45:26 +02:00 committed by Daniel Stenberg
parent b2488afb18
commit 88727f7ed0
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
11 changed files with 118 additions and 94 deletions

View file

@ -69,8 +69,8 @@ const struct helptxt helptext[] = {
{" --cert-type <type>",
"Certificate type (DER/PEM/ENG/P12)",
CURLHELP_TLS},
{" --ciphers <list of ciphers>",
"SSL ciphers to use",
{" --ciphers <list>",
"TLS 1.2 (1.1, 1.0) ciphers to use",
CURLHELP_TLS},
{" --compressed",
"Request compressed response",
@ -515,7 +515,7 @@ const struct helptxt helptext[] = {
"Client certificate type for HTTPS proxy",
CURLHELP_PROXY | CURLHELP_TLS},
{" --proxy-ciphers <list>",
"SSL ciphers to use for proxy",
"TLS 1.2 (1.1, 1.0) ciphers to use for proxy",
CURLHELP_PROXY | CURLHELP_TLS},
{" --proxy-crlfile <file>",
"Set a CRL list for proxy",
@ -559,7 +559,7 @@ const struct helptxt helptext[] = {
{" --proxy-ssl-auto-client-cert",
"Auto client certificate for proxy",
CURLHELP_PROXY | CURLHELP_TLS},
{" --proxy-tls13-ciphers <ciphersuite list>",
{" --proxy-tls13-ciphers <list>",
"TLS 1.3 proxy cipher suites",
CURLHELP_PROXY | CURLHELP_TLS},
{" --proxy-tlsauthtype <type>",