Disable SSLv3 by default

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Emilia Kasper <emilia@openssl.org>

MR: #2203
This commit is contained in:
Kurt Roeckx 2016-03-03 22:45:57 +01:00
parent 1510b5f7ca
commit 9829b5ab52
1 changed files with 2 additions and 0 deletions

View File

@ -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",