]> 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)
committerEugene Syromiatnikov <esyr@openssl.org>
Tue, 30 Sep 2025 11:44:22 +0000 (13:44 +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>
CHANGES.md
NEWS.md

index e6d803ebcad73b037ba865d10de5163cbd5bb225..292bd14d0dc307eaa0807a1873cb7fba286a1e59 100644 (file)
@@ -77,6 +77,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 7be303da5d104e4ef24052b094b7e8fa277c2484..795fc78a4ef2998151ad1bfa8599dab79c15ec18 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -39,6 +39,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.
@@ -56,6 +60,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]