From 720ea577dc2f850c24adbba463e307eed017bc11 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 Nov 2016 00:07:45 +0100 Subject: 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. --- docs/curl.1 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') 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 " Same as \fI--tlsauthtype\fP but used in HTTPS proxy context. (Added in 7.52.0) -- cgit v1.2.3