Add SLH_DSA configuration option

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)
This commit is contained in:
slontis 2024-11-05 15:18:41 +11:00 committed by Tomas Mraz
parent d5a4665a21
commit 16395ee9cc
2 changed files with 6 additions and 0 deletions

View File

@ -522,6 +522,7 @@ my @disablables = (
"shared",
"siphash",
"siv",
"slh-dsa",
"sm2",
"sm2-precomp",
"sm3",

View 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.