mirror of https://github.com/openssl/openssl.git
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:
parent
d5a4665a21
commit
16395ee9cc
|
@ -522,6 +522,7 @@ my @disablables = (
|
|||
"shared",
|
||||
"siphash",
|
||||
"siv",
|
||||
"slh-dsa",
|
||||
"sm2",
|
||||
"sm2-precomp",
|
||||
"sm3",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue