From 6dfa998f7ea150f9c6d4e4727cf6d5c82a68a8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Cestm=C3=ADr=20Kalina?= Date: Mon, 27 Sep 2021 22:45:38 +0200 Subject: providers: add Argon2 KDF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://datatracker.ietf.org/doc/rfc9106/ Signed-off-by: Čestmír Kalina Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12256) --- Configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Configure') diff --git a/Configure b/Configure index b6bbec0a85..6ef882f5a3 100755 --- a/Configure +++ b/Configure @@ -408,6 +408,7 @@ my @dtls = qw(dtls1 dtls1_2); my @disablables = ( "acvp-tests", "afalgeng", + "argon2", "aria", "asan", "asm", @@ -669,6 +670,8 @@ my @disable_cascades = ( "threads" => [ "thread-pool" ], "thread-pool" => [ "default-thread-pool" ], + "blake2" => [ "argon2" ], + "deprecated-3.0" => [ "engine", "srp" ] ); -- cgit v1.2.1