diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-27 23:36:45 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-27 23:38:17 +0100 |
commit | 12db207e9b1112092f527f91b0c3d2ef8d7b8297 (patch) | |
tree | fc556abbef00b19c1f1a3b297de02a1bb577e195 /package/libs/openssl/patches/110-optimize-for-size.patch | |
parent | 4d1515070baeca64fedaca957b6b4156976f3b3a (diff) | |
download | mtk-20170518-12db207e9b1112092f527f91b0c3d2ef8d7b8297.zip mtk-20170518-12db207e9b1112092f527f91b0c3d2ef8d7b8297.tar.gz mtk-20170518-12db207e9b1112092f527f91b0c3d2ef8d7b8297.tar.bz2 |
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.patch | 2 |
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 1721842..0f174a3 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}", |