[continued from previous message]
@@ -17,8 +17,6 @@ my $prefix = {- quotify1($config{prefix}) -};
diff -Nru -w openssl-3.5.0/debian/patches/Fix-P-384-curve-on-lower-than-P9-PPC64-targets.patch openssl-3.5.1/debian/patches/Fix-P-384-curve-on-lower-than-P9-PPC64-targets.patch
--- openssl-3.5.0/debian/patches/Fix-P-384-curve-on-lower-than-P9-PPC64-targets.patch 2025-05-28 22:10:17.000000000 +0200
+++ openssl-3.5.1/debian/patches/Fix-P-384-curve-on-lower-than-P9-PPC64-targets.patch 1970-01-01 01:00:00.000000000 +0100
@@ -1,126 +0,0 @@
-From: "A. Wilcox" <
[email protected]>
-Date: Thu, 17 Apr 2025 08:51:53 -0500
-Subject: Fix P-384 curve on lower-than-P9 PPC64 targets
-
-The change adding an asm implementation of p384_felem_reduce incorrectly
-uses the accelerated version on both targets that support the intrinsics -*and* targets that don't, instead of falling back to the generics on older -targets. This results in crashes when trying to use P-384 on < Power9.
-
-Signed-off-by: Anna Wilcox <
[email protected]>
-Closes: #27350
-Fixes: 85cabd94 ("Fix Minerva timing side-channel signal for P-384 curve on PPC")
-
-Reviewed-by: Dmitry Belyavskiy <
[email protected]>
-Reviewed-by: Tomas Mraz <
[email protected]>
-(Merged from
https://github.com/openssl/openssl/p