mirror of
https://github.com/curl/curl.git
synced 2026-06-30 10:36:01 +03:00
curl: remove --proxy-ssl* options
There's mostly likely no need to allow setting SSLv2/3 version for HTTPS proxy. Those protocols are insecure by design and deprecated.
This commit is contained in:
parent
c67f842093
commit
720ea577dc
3 changed files with 0 additions and 20 deletions
|
|
@ -199,8 +199,6 @@ static const char *const helptext[] = {
|
|||
" --proxy-pass PASS Pass phrase for the private key for proxy (SSL)",
|
||||
" --proxy-ssl-allow-beast "
|
||||
"Allow security flaw to improve interop for proxy (SSL)",
|
||||
" --proxy-sslv2 Use SSLv2 for proxy (SSL)",
|
||||
" --proxy-sslv3 Use SSLv3 for proxy (SSL)",
|
||||
" --proxy-tlsv1 Use TLSv1 for proxy (SSL)",
|
||||
" --proxy-tlsuser USER TLS username for proxy",
|
||||
" --proxy-tlspassword STRING TLS password for proxy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue