]> 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>
Mon, 3 Feb 2025 21:29:22 +0000 (08:29 +1100)
Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/25598)

CHANGES.md

index 51d17b3a9b6a66af60e71c2da8061e8b95e409d6..8665e410826cb7aa1dd40c8fe936e62063c5d431 100644 (file)
@@ -37,6 +37,11 @@ OpenSSL 3.5
 
   *Viktor Dukhovni*
 
+* 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*
+
 * All the BIO_meth_get_*() functions allowing reuse of the internal OpenSSL
   BIO method implementations were deprecated. The reuse is unsafe due to
   dependency on the code of the internal methods not changing.
@@ -21202,3 +21207,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