Codebase list openssl / f604d03
Fix openssl_fix_for_x32.patch to apply to new upstream version Kurt Roeckx 9 years ago
2 changed file(s) with 11 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
33 - Fixes CVE-2014-3513
44 - Fixes CVE-2014-3567
55 - Add Fallback SCSV support to mitigate CVE-2014-3566
6 - Disables SSLv3 because of CVE-2014-3566
76 - Fixes CVE-2014-3568
8 - Update dgst_hmac.patch to apply to new upstream version
9 - Drop rehash_pod.patch, applied upstream.
7 * Disables SSLv3 because of CVE-2014-3566
8 * Update dgst_hmac.patch to apply to new upstream version
9 * Drop rehash_pod.patch, applied upstream
10 * Fix openssl_fix_for_x32.patch to apply to new upstream version
1011
1112 -- Kurt Roeckx <kurt@roeckx.be> Wed, 15 Oct 2014 19:06:38 +0200
1213
0 Index: openssl-1.0.1c/crypto/bn/asm/x86_64-gcc.c
0 Index: openssl-1.0.1j/crypto/bn/asm/x86_64-gcc.c
11 ===================================================================
2 --- openssl-1.0.1c.orig/crypto/bn/asm/x86_64-gcc.c 2010-02-28 05:38:16.000000000 -0800
3 +++ openssl-1.0.1c/crypto/bn/asm/x86_64-gcc.c 2013-01-17 20:16:12.000000000 -0800
2 --- openssl-1.0.1j.orig/crypto/bn/asm/x86_64-gcc.c
3 +++ openssl-1.0.1j/crypto/bn/asm/x86_64-gcc.c
44 @@ -55,7 +55,7 @@
55 * machine.
66 */
1010 #define BN_ULONG unsigned long long
1111 #else
1212 #define BN_ULONG unsigned long
13 @@ -192,9 +192,9 @@
14 asm (
13 @@ -192,9 +192,9 @@ BN_ULONG bn_add_words (BN_ULONG *rp, con
14 asm volatile (
1515 " subq %2,%2 \n"
1616 ".p2align 4 \n"
1717 - "1: movq (%4,%2,8),%0 \n"
2323 " leaq 1(%2),%2 \n"
2424 " loop 1b \n"
2525 " sbbq %0,%0 \n"
26 @@ -215,9 +215,9 @@
27 asm (
26 @@ -215,9 +215,9 @@ BN_ULONG bn_sub_words (BN_ULONG *rp, con
27 asm volatile (
2828 " subq %2,%2 \n"
2929 ".p2align 4 \n"
3030 - "1: movq (%4,%2,8),%0 \n"