aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-28 00:07:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-28 00:07:45 +0100
commit720ea577dc2f850c24adbba463e307eed017bc11 (patch)
treee91846c9a65cb376797abf004ce9a13adee9a44e /docs
parentc67f84209335f0db8c4ac30d620290f39abf32b0 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.16
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 51680315f..c455b897f 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -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)