From 017a15cbd290a6fd008f19d1873071f36a624b1b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 29 Oct 2014 12:51:31 +0000 Subject: New option no-ssl3-method which removes SSLv3_*method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When no-ssl3 is set only make SSLv3 disabled by default. Retain -ssl3 options for s_client/s_server/ssltest. When no-ssl3-method is set SSLv3_*method() is removed and all -ssl3 options. We should document this somewhere, e.g. wiki, FAQ or manual page. Reviewed-by: Emilia Käsper (cherry picked from commit 3881d8106df732fc433d30446625dfa2396da42d) --- Configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Configure') diff --git a/Configure b/Configure index 559d876cd4..3102afdafd 100755 --- a/Configure +++ b/Configure @@ -822,6 +822,11 @@ PROCESS_ARGS: { $disabled{"tls1"} = "option(tls)" } + elsif ($1 eq "ssl3-method") + { + $disabled{"ssl3-method"} = "option(ssl)"; + $disabled{"ssl3"} = "option(ssl)"; + } else { $disabled{$1} = "option"; -- cgit v1.2.3