From: slontis Date: Tue, 5 Nov 2024 04:18:41 +0000 (+1100) Subject: Add SLH_DSA configuration option X-Git-Tag: openssl-3.5.0-alpha1~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16395ee9cc10a32f1d523c085d1809e75206bc05;p=thirdparty%2Fopenssl.git Add SLH_DSA configuration option Reviewed-by: Paul Dale Reviewed-by: Viktor Dukhovni Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/25882) --- diff --git a/Configure b/Configure index f70c14134a4..fce95fb0d58 100755 --- a/Configure +++ b/Configure @@ -522,6 +522,7 @@ my @disablables = ( "shared", "siphash", "siv", + "slh-dsa", "sm2", "sm2-precomp", "sm3", diff --git a/INSTALL.md b/INSTALL.md index 31a50eeb481..7413356bb65 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -984,6 +984,11 @@ Do not create shared libraries, only static ones. See [Notes on shared libraries](#notes-on-shared-libraries) below. +### no-slh-dsa + +Disable Stateless Hash Based Digital Signature Standard support. +(SLH-DSA is based on SPHINCS+. See NIST.FIPS.205) + ### no-sm2-precomp Disable using the SM2 precomputed table on aarch64 to make the library smaller.