From: Kurt Roeckx Date: Thu, 3 Mar 2016 21:45:57 +0000 (+0100) Subject: Disable SSLv3 by default X-Git-Tag: OpenSSL_1_1_0-pre4~353 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9829b5ab52cb5f1891fc48262503b7eec32351b3;p=oweals%2Fopenssl.git Disable SSLv3 by default Reviewed-by: Rich Salz Reviewed-by: Emilia Kasper MR: #2203 --- diff --git a/Configure b/Configure index e57ff602f9..cf49023225 100755 --- a/Configure +++ b/Configure @@ -340,6 +340,8 @@ our %disabled = ( # "what" => "comment" "sctp" => "default", "shared" => "default", "ssl-trace" => "default", + "ssl3" => "default", + "ssl3-method" => "default", "static-engine" => "default", "unit-test" => "default", "weak-ssl-ciphers" => "default",