This option will be used by the base code for enabling
Leighton-Micali Signatures (LMS)
Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25598)
"jitter",
"ktls",
"legacy",
+ "lms",
"loadereng",
"makedepend",
"md2",
"des", "dgram", "dh", "dsa",
"ec", "engine",
"filenames",
- "idea", "ktls",
+ "idea", "ktls", "lms",
"md4", "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.