mirror of
https://github.com/curl/curl.git
synced 2025-09-12 15:12:42 +03:00
curl: move more options to deprecated category
--no-npn, --sslv2, --sslv3 Closes #14109
This commit is contained in:
parent
fe83133d5e
commit
0f12ee8b39
|
@ -8,7 +8,7 @@ Added: 7.36.0
|
||||||
Mutexed:
|
Mutexed:
|
||||||
Requires: TLS
|
Requires: TLS
|
||||||
Help: Disable the NPN TLS extension
|
Help: Disable the NPN TLS extension
|
||||||
Category: tls http
|
Category: deprecated
|
||||||
Multi: boolean
|
Multi: boolean
|
||||||
See-also:
|
See-also:
|
||||||
- no-alpn
|
- no-alpn
|
||||||
|
|
|
@ -9,7 +9,7 @@ Added: 5.9
|
||||||
Mutexed: sslv3 tlsv1 tlsv1.1 tlsv1.2
|
Mutexed: sslv3 tlsv1 tlsv1.1 tlsv1.2
|
||||||
Requires: TLS
|
Requires: TLS
|
||||||
Help: SSLv2
|
Help: SSLv2
|
||||||
Category: tls
|
Category: deprecated
|
||||||
Multi: mutex
|
Multi: mutex
|
||||||
See-also:
|
See-also:
|
||||||
- http1.1
|
- http1.1
|
||||||
|
|
|
@ -9,7 +9,7 @@ Added: 5.9
|
||||||
Mutexed: sslv2 tlsv1 tlsv1.1 tlsv1.2
|
Mutexed: sslv2 tlsv1 tlsv1.1 tlsv1.2
|
||||||
Requires: TLS
|
Requires: TLS
|
||||||
Help: SSLv3
|
Help: SSLv3
|
||||||
Category: tls
|
Category: deprecated
|
||||||
Multi: mutex
|
Multi: mutex
|
||||||
See-also:
|
See-also:
|
||||||
- http1.1
|
- http1.1
|
||||||
|
|
|
@ -422,7 +422,7 @@ const struct helptxt helptext[] = {
|
||||||
CURLHELP_CONNECTION},
|
CURLHELP_CONNECTION},
|
||||||
{" --no-npn",
|
{" --no-npn",
|
||||||
"Disable the NPN TLS extension",
|
"Disable the NPN TLS extension",
|
||||||
CURLHELP_TLS | CURLHELP_HTTP},
|
CURLHELP_DEPRECATED},
|
||||||
{" --no-progress-meter",
|
{" --no-progress-meter",
|
||||||
"Do not show the progress meter",
|
"Do not show the progress meter",
|
||||||
CURLHELP_VERBOSE},
|
CURLHELP_VERBOSE},
|
||||||
|
@ -711,10 +711,10 @@ const struct helptxt helptext[] = {
|
||||||
CURLHELP_TLS},
|
CURLHELP_TLS},
|
||||||
{"-2, --sslv2",
|
{"-2, --sslv2",
|
||||||
"SSLv2",
|
"SSLv2",
|
||||||
CURLHELP_TLS},
|
CURLHELP_DEPRECATED},
|
||||||
{"-3, --sslv3",
|
{"-3, --sslv3",
|
||||||
"SSLv3",
|
"SSLv3",
|
||||||
CURLHELP_TLS},
|
CURLHELP_DEPRECATED},
|
||||||
{" --stderr <file>",
|
{" --stderr <file>",
|
||||||
"Where to redirect stderr",
|
"Where to redirect stderr",
|
||||||
CURLHELP_VERBOSE | CURLHELP_GLOBAL},
|
CURLHELP_VERBOSE | CURLHELP_GLOBAL},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user