]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update CHANGES and NEWS for security release
authorNeil Horman <nhorman@openssl.org>
Tue, 11 Feb 2025 13:36:29 +0000 (08:36 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 11 Feb 2025 13:45:34 +0000 (08:45 -0500)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit cf9d6685fda656c07fab8527750284f4446a7372)

CHANGES.md
NEWS.md

index 3c12059d8257c6bb3cd6780d9617b0a821c3f63b..2f1962426881341fe76c3f8c4375a81603efeaf3 100644 (file)
@@ -28,6 +28,17 @@ OpenSSL 3.3
 
 ### Changes between 3.3.2 and 3.3.3 [xx XXX xxxx]
 
+ * Fixed RFC7250 handshakes with unauthenticated servers don't abort as expected.
+
+   Clients using RFC7250 Raw Public Keys (RPKs) to authenticate a
+   server may fail to notice that the server was not authenticated, because
+   handshakes don't abort as expected when the SSL_VERIFY_PEER verification mode
+   is set.
+
+   ([CVE-2024-12797])
+
+   *Viktor Dukhovni*
+
  * Fixed timing side-channel in ECDSA signature computation.
 
    There is a timing signal of around 300 nanoseconds when the top word of
diff --git a/NEWS.md b/NEWS.md
index 4e6a796ddd24e8825ee65b7900389c86d77ea10e..93621fea439d15a814814b36717c856ed8b517c0 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -24,10 +24,13 @@ OpenSSL 3.3
 ### Major changes between OpenSSL 3.3.2 and OpenSSL 3.3.3 [under development]
 
 OpenSSL 3.3.3 is a security patch release. The most severe CVE fixed in this
-release is Low.
+release is High.
 
 This release incorporates the following bug fixes and mitigations:
 
+  * Fixed RFC7250 handshakes with unauthenticated servers don't abort as expected.
+    ([CVE-2024-12797])
+
   * Fixed timing side-channel in ECDSA signature computation.
     ([CVE-2024-13176])