From 6d2a1eff553b0bd463cce008a25506d89280679f Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 5 Feb 2021 11:28:15 +0000 Subject: Deprecate the low level SRP APIs The OTC decided that all low level APIs should be deprecated. This extends to SRP, even though at the current time there is no "EVP" interface to it. This could be added in a future release. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14132) --- Configure | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Configure') diff --git a/Configure b/Configure index cd11b2e393..12911d988a 100755 --- a/Configure +++ b/Configure @@ -612,13 +612,12 @@ my @disable_cascades = ( sub { !$disabled{"msan"} } => [ "asm" ], - sub { $disabled{cmac}; } => [ "siv" ], - "legacy" => [ "md2" ], + "cmac" => [ "siv" ], + "legacy" => [ "md2" ], "cmp" => [ "crmf" ], - sub { $disabled{"deprecated-3.0"} } - => [ "engine" ] + "deprecated-3.0" => [ "engine", "srp" ] ); # Avoid protocol support holes. Also disable all versions below N, if version -- cgit v1.2.1