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. --- src/tool_help.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tool_help.c') 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", -- cgit v1.2.3