mirror of
https://github.com/curl/curl.git
synced 2026-06-19 09:15:37 +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
|
|
@ -1513,12 +1513,6 @@ sockd/proxy-name. (Added in 7.43.0).
|
|||
.IP "--proxy-ssl-allow-beast"
|
||||
(SSL) Same as \fI--ssl-allow-beast\fP but used in HTTPS proxy context.
|
||||
(Added in 7.52.0)
|
||||
.IP "--proxy-sslv2"
|
||||
(SSL) Same as \fI--sslv2\fP but used in HTTPS proxy context.
|
||||
(Added in 7.52.0)
|
||||
.IP "--proxy-sslv3"
|
||||
(SSL) Same as \fI--sslv3\fP but used in HTTPS proxy context.
|
||||
(Added in 7.52.0)
|
||||
.IP "--proxy-tlsauthtype <authtype>"
|
||||
Same as \fI--tlsauthtype\fP but used in HTTPS proxy context.
|
||||
(Added in 7.52.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue