From 16395ee9cc10a32f1d523c085d1809e75206bc05 Mon Sep 17 00:00:00 2001 From: slontis Date: Tue, 5 Nov 2024 15:18:41 +1100 Subject: [PATCH] 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) --- Configure | 1 + INSTALL.md | 5 +++++ 2 files changed, 6 insertions(+) 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. -- 2.47.2