summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorČestmír Kalina <ckalina@redhat.com>2021-09-27 22:45:38 +0200
committerPauli <pauli@openssl.org>2023-03-17 11:12:47 +1100
commit6dfa998f7ea150f9c6d4e4727cf6d5c82a68a8da (patch)
tree3d9fcb93c1e3bd8b55f661e09fa30ac519b74368 /Configure
parent0e200d2a19185dab9d73eee90bd6cd0246416a9e (diff)
downloadopenssl-new-6dfa998f7ea150f9c6d4e4727cf6d5c82a68a8da.tar.gz
providers: add Argon2 KDF
https://datatracker.ietf.org/doc/rfc9106/ Signed-off-by: Čestmír Kalina <ckalina@redhat.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12256)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
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" ]
);