From 25171e08031b63b5eb4dd2e1d79eac4e8deca3d6 Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 24 Jan 2025 07:55:48 +1100 Subject: [PATCH] Add changes entry for LMS verification Reviewed-by: Viktor Dukhovni Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/27885) --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 666622378e7..a3b252df531 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 `` 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 -- 2.47.3