diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-09 13:23:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-09 13:23:41 +0000 |
commit | 2ceb14d45653b4778105e0eb21c248151fe5ec3a (patch) | |
tree | 1cf646802617c13deba22edeb60050cc32c1a54a /package/libs/openssl/patches/110-optimize-for-size.patch | |
parent | d11fe14771016c8e913835284f82d8acf357a7b3 (diff) | |
download | upstream-2ceb14d45653b4778105e0eb21c248151fe5ec3a.tar.gz upstream-2ceb14d45653b4778105e0eb21c248151fe5ec3a.tar.bz2 upstream-2ceb14d45653b4778105e0eb21c248151fe5ec3a.zip |
openssl: update to 1.0.1f
This version includes this changes:
Don't include gmt_unix_time in TLS server and client random values
Fix for TLS record tampering bug CVE-2013-4353
Fix for TLS version checking bug CVE-2013-6449
Fix for DTLS retransmission bug CVE-2013-6450
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39853 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9869c97d4b..d6cf2b5910 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 -@@ -402,6 +402,10 @@ my %table=( +@@ -403,6 +403,10 @@ my %table=( "linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-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 -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${alpha_asm}", |