mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
More things that don't work together.
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
0c767ddcbb
commit
686c86a430
@ -359,6 +359,7 @@ my @disable_cascades = (
|
||||
"ec" => [ "ecdsa", "ecdh" ],
|
||||
|
||||
"dgram" => [ "dtls", "sctp" ],
|
||||
"sock" => [ "sctp" ],
|
||||
"dtls" => [ @dtls ],
|
||||
|
||||
# SSL 3.0, (D)TLS 1.0 and TLS 1.1 require MD5 and SHA
|
||||
@ -394,6 +395,7 @@ my @disable_cascades = (
|
||||
"shared" => [ "dynamic-engine" ],
|
||||
"engine" => [ "afalgeng" ],
|
||||
"comp" => [ "zlib" ],
|
||||
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
|
||||
);
|
||||
|
||||
# Avoid protocol support holes. Also disable all versions below N, if version
|
||||
|
Loading…
Reference in New Issue
Block a user