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)
"shared",
"siphash",
"siv",
+ "slh-dsa",
"sm2",
"sm2-precomp",
"sm3",
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.