]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add changes entry for LMS verification
authorPauli <ppzgs1@gmail.com>
Thu, 23 Jan 2025 20:55:48 +0000 (07:55 +1100)
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)

CHANGES.md

index 666622378e7915d263a0962c5ca76a787181a9e8..a3b252df5319340a925b7565ca1f3ae1b2907565 100644 (file)
@@ -36,6 +36,11 @@ OpenSSL 3.6
 
    *Michael Baentsch*
 
+ * Added LMS signature verification support as per [SP 800-208].  This
+   support is present in both the FIPS and default providers.
+
+   *Shane Lontis and Paul Dale*
+
  * Introduces use of `<stdbool.h>` when handling JSON encoding in
    the OpenSSL codebase, replacing the previous use of `int` for
    these boolean values.
@@ -21517,3 +21522,4 @@ ndif
 [CVE-2002-0655]: https://www.openssl.org/news/vulnerabilities.html#CVE-2002-0655
 [CMVP]: https://csrc.nist.gov/projects/cryptographic-module-validation-program
 [ESV]: https://csrc.nist.gov/Projects/cryptographic-module-validation-program/entropy-validations
+[SP 800-208]: https://csrc.nist.gov/pubs/sp/800/208/final