]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add SLH_DSA configuration option
authorslontis <shane.lontis@oracle.com>
Tue, 5 Nov 2024 04:18:41 +0000 (15:18 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:13:53 +0000 (10:13 +0100)
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25882)

Configure
INSTALL.md

index f70c14134a48381559526fcfcf4d0083a7fae0f9..fce95fb0d58b9811e2a75a66b1edcb692b5e2df5 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -522,6 +522,7 @@ my @disablables = (
     "shared",
     "siphash",
     "siv",
+    "slh-dsa",
     "sm2",
     "sm2-precomp",
     "sm3",
index 31a50eeb481569037a7fe16cc3007fda28fb3544..7413356bb650dbdf37acb7f725efe6aaf5f64296 100644 (file)
@@ -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.