aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
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 /src/tool_help.c
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 'src/tool_help.c')
-rw-r--r--src/tool_help.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 992a969ce..978d8b601 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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",