mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
parent
b2488afb18
commit
88727f7ed0
11 changed files with 118 additions and 94 deletions
|
|
@ -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>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue