From 833a34dac360328a1db0968d7d483597ea9990dc Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 11 Aug 2025 14:22:40 +0100 Subject: [PATCH] fips: add news & changes entry for DetECDSA Reviewed-by: Shane Lontis Reviewed-by: Neil Horman Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28213) --- CHANGES.md | 5 +++++ NEWS.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bb5be066a4a..6e14af25d95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -155,6 +155,11 @@ OpenSSL 3.6 *Daniel Van Geest (CryptoNext Security)* + * Added support for FIPS 186-5 deterministic ECDSA signature + generation to the FIPS provider. + + *Dimitri John Ledkov* + OpenSSL 3.5 ----------- diff --git a/NEWS.md b/NEWS.md index 38bd7289994..cbdb54e7ef4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -36,6 +36,9 @@ changes: * Added an `openssl configutl` utility for processing the openssl configuration file and dumping the equal configuration file. + * Added support for FIPS 186-5 deterministic ECDSA signature + generation to the FIPS provider. + ### Major changes between OpenSSL 3.5.0 and OpenSSL 3.5.1 [under development] OpenSSL 3.5.1 is a security patch release. The most severe CVE fixed in this -- 2.47.3