]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md, NEWS.md: update for 3.5.4
authorEugene Syromiatnikov <esyr@openssl.org>
Tue, 30 Sep 2025 09:06:25 +0000 (11:06 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 17 Oct 2025 16:52:09 +0000 (18:52 +0200)
3.5.4 CHANGES.md includes the following:
 * https://github.com/openssl/openssl/pull/28415
 * https://github.com/openssl/openssl/pull/28573
 * https://github.com/openssl/openssl/pull/28603

3.5.4 NEWS.md includes the following:
 * https://github.com/openssl/openssl/pull/28603

Release: Yes
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28734)

CHANGES.md
NEWS.md

index 185c5caf00f421e06445ace0cbb3fd1bb12e550e..87d452e1a737d5abe9bf8b3c30eb874917863471 100644 (file)
@@ -345,6 +345,23 @@ OpenSSL 3.5
 
    *Stanislav Fort*
 
+ * The FIPS provider no longer performs a PCT on key import for ECX keys
+   (that was introduced in 3.5.2), following the latest update
+   on that requirement in FIPS 140-3 IG 10.3.A additional comment 1.
+
+   *Eugene Syromiatnikov*
+
+ * Fixed the length of the ASN.1 sequence for the SM3 digests of RSA-encrypted
+   signatures.
+
+   *Xiao Lou Dong Feng*
+
+ * Reverted the synthesised `OPENSSL_VERSION_NUMBER` change for the release
+   builds, as it broke some exiting applications that relied on the previous
+   3.x semantics, as documented in `OpenSSL_version(3)`.
+
+   *Richard Levitte*
+
 ### Changes between 3.5.2 and 3.5.3 [16 Sep 2025]
 
  * Avoided a potential race condition introduced in 3.5.1, where
diff --git a/NEWS.md b/NEWS.md
index a08f2541ccb817c48b2433b4c435b1868bfe3d32..a390bf3492f525936202c394d6e7e24828afcee1 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -80,6 +80,10 @@ This release incorporates the following bug fixes and mitigations:
   * Fix Out-of-bounds read in HTTP client no_proxy handling.
     ([CVE-2025-9232])
 
+  * Reverted the synthesised `OPENSSL_VERSION_NUMBER` change for the release
+    builds, as it broke some exiting applications that relied on the previous
+    3.x semantics, as documented in `OpenSSL_version(3)`.
+
 ### Major changes between OpenSSL 3.5.2 and OpenSSL 3.5.3 [16 Sep 2025]
 
 OpenSSL 3.5.3 is a bug fix release.
@@ -97,6 +101,8 @@ This release incorporates the following bug fixes and mitigations:
 
 OpenSSL 3.5.2 is a bug fix release.
 
+This release incorporates the following bug fixes and mitigations:
+
   * The FIPS provider now performs a PCT on key import for RSA, EC and ECX.
 
 ### Major changes between OpenSSL 3.5.0 and OpenSSL 3.5.1 [1 Jul 2025]