From 21cca9d89899960e973450590300fc5a576cb830 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 22 Oct 2025 15:07:10 +0200 Subject: [PATCH] Disable also argon2, scrypt and slh-dsa with no-bulk Reviewed-by: Neil Horman Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28970) --- Configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configure b/Configure index 6cc03bf2fee..2d89667176d 100755 --- a/Configure +++ b/Configure @@ -631,7 +631,7 @@ our %disabled = ( # "what" => "comment" my @disable_cascades = ( # "what" => [ "cascade", ... ] "bulk" => [ "shared", "dso", - "aria", "async", "atexit", "autoload-config", + "argon2", "aria", "async", "atexit", "autoload-config", "blake2", "bf", "camellia", "cast", "chacha", "cmac", "cms", "cmp", "comp", "ct", "des", "dgram", "dh", "dsa", @@ -641,8 +641,8 @@ my @disable_cascades = ( "md4", "ml-dsa", "ml-kem", "multiblock", "nextprotoneg", "ocsp", "ocb", "poly1305", "psk", "rc2", "rc4", "rmd160", - "seed", "siphash", "siv", - "sm3", "sm4", "srp", + "scrypt", "seed", "siphash", "siv", + "slh-dsa", "sm3", "sm4", "srp", "srtp", "ssl3-method", "ssl-trace", "tfo", "ts", "ui-console", "whirlpool", -- 2.47.3