diff --git a/openssl-3.changes b/openssl-3.changes index 353cb08..d28ac98 100644 --- a/openssl-3.changes +++ b/openssl-3.changes @@ -18,7 +18,7 @@ Thu Sep 19 08:05:52 UTC 2024 - Angel Yankov - Security fix: [bsc#1230698, CVE-2024-41996] * Validating the order of the public keys in the Diffie-Hellman Key Agreement Protocol, when an approved safe prime is used. - * Added openssl-3-CVE-2024-41996.patch + * Added openssl-CVE-2024-41996.patch ------------------------------------------------------------------- Thu Aug 22 15:18:03 UTC 2024 - Alexander Bergmann diff --git a/openssl-3.spec b/openssl-3.spec index 92d5fbf..4b6c930 100644 --- a/openssl-3.spec +++ b/openssl-3.spec @@ -168,7 +168,7 @@ Patch70: openssl-3-FIPS-Deny-SHA-1-sigver-in-FIPS-provider.patch # PATCH-FIX-UPSTREAM bsc#1229465 CVE-2024-6119: possible denial of service in X.509 name checks Patch71: openssl-CVE-2024-6119.patch # PATCH-FIX-UPSTREAM bsc#1230698 CVE-2024-41996: Validation order of the DH public keys -Patch72: openssl-3-CVE-2024-41996.patch +Patch72: openssl-CVE-2024-41996.patch # PATCH-FIX-UPSTREAM bsc#1220262 CVE-2023-50782: Implicit rejection in PKCS#1 v1.5 Patch73: openssl-CVE-2023-50782.patch # PATCH-FIX-UPSTREAM bsc#1231741 CVE-2024-9143: low-level invalid GF(2^m) parameters lead to OOB memory access diff --git a/openssl-3-CVE-2024-41996.patch b/openssl-CVE-2024-41996.patch similarity index 100% rename from openssl-3-CVE-2024-41996.patch rename to openssl-CVE-2024-41996.patch