]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Make LMS disabled by default
authorPauli <ppzgs1@gmail.com>
Mon, 30 Jun 2025 22:20:54 +0000 (08:20 +1000)
committerPauli <ppzgs1@gmail.com>
Thu, 10 Jul 2025 09:04:37 +0000 (19:04 +1000)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27885)

Configure
INSTALL.md

index fb2a43d9b2f095be9ddb17078985c0436cade3a3..d1586e60a7e0f7a98db71671dfc148d2be31a72d 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -606,6 +606,7 @@ our %disabled = ( # "what"         => "comment"
                   "pie"                 => "default",
                   "jitter"              => "default",
                   "ktls"                => "default",
+                  "lms"                 => "default",
                   "md2"                 => "default",
                   "msan"                => "default",
                   "rc5"                 => "default",
index cbf9da1de2b56e78be51a064add82648fa1972cc..a4b5fadf55b8c760e75a8299fedb06f84bc9218c 100644 (file)
@@ -895,9 +895,9 @@ Don't build the legacy provider.
 
 Disabling this also disables the legacy algorithms: MD2 (already disabled by default).
 
-### no-lms
+### enable-lms
 
-Disable Leighton-Micali Signatures (LMS) support.
+Enable 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).