deprecate engines in 3.0
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)master
parent
8c2bfd2512
commit
910b71cf47
|
@ -600,9 +600,8 @@ my @disable_cascades = (
|
|||
|
||||
"cmp" => [ "crmf" ],
|
||||
|
||||
# Padlock engine uses low-level AES APIs which are deprecated
|
||||
sub { $disabled{"deprecated-3.0"} }
|
||||
=> [ "padlockeng" ]
|
||||
=> [ "engine" ]
|
||||
);
|
||||
|
||||
# Avoid protocol support holes. Also disable all versions below N, if version
|
||||
|
|
Loading…
Reference in New Issue