This option will be used by the base code for enabling
Leighton-Micali Signatures (LMS)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27885)
"jitter",
"ktls",
"legacy",
+ "lms",
"loadereng",
"makedepend",
"md2",
"des", "dgram", "dh", "dsa",
"ec", "engine",
"filenames",
- "idea", "ktls",
+ "idea", "ktls", "lms",
"md4", "ml-dsa", "ml-kem", "multiblock",
"nextprotoneg", "ocsp", "ocb", "poly1305", "psk",
"rc2", "rc4", "rmd160",
Disabling this also disables the legacy algorithms: MD2 (already disabled by default).
+### no-lms
+
+Disable Leighton-Micali Signatures (LMS) support.
+Support is currently limited to verification only as per
+[SP 800-208](https://csrc.nist.gov/pubs/sp/800/208/final).
+
### no-makedepend
Don't generate dependencies.