aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/openssl/patches/110-optimize-for-size.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-01-27 23:36:45 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2017-01-27 23:38:17 +0100
commit12db207e9b1112092f527f91b0c3d2ef8d7b8297 (patch)
treefc556abbef00b19c1f1a3b297de02a1bb577e195 /package/libs/openssl/patches/110-optimize-for-size.patch
parent4d1515070baeca64fedaca957b6b4156976f3b3a (diff)
downloadupstream-12db207e9b1112092f527f91b0c3d2ef8d7b8297.tar.gz
upstream-12db207e9b1112092f527f91b0c3d2ef8d7b8297.tar.bz2
upstream-12db207e9b1112092f527f91b0c3d2ef8d7b8297.zip
openssl: update to version 1.0.2k
This fixes the following security problems: CVE-2017-3731: Truncated packet could crash via OOB read CVE-2017-3732: BN_mod_exp may produce incorrect results on x86_64 CVE-2016-7055: Montgomery multiplication may produce incorrect results Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs/openssl/patches/110-optimize-for-size.patch')
-rw-r--r--package/libs/openssl/patches/110-optimize-for-size.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/110-optimize-for-size.patch b/package/libs/openssl/patches/110-optimize-for-size.patch
index 172184228e..0f174a3469 100644
--- a/package/libs/openssl/patches/110-optimize-for-size.patch
+++ b/package/libs/openssl/patches/110-optimize-for-size.patch
@@ -1,6 +1,6 @@
--- a/Configure
+++ b/Configure
-@@ -468,6 +468,12 @@ my %table=(
+@@ -470,6 +470,12 @@ my %table=(
"linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",
"linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}",