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 | c2bbaf439cc81561638478be15891c45f684422d (patch) | |
tree | ddcd1f88e3d80a5457875a982708663426c55d69 /package/libs/openssl/patches/190-remove_timestamp_check.patch | |
parent | 836e9fad4593ccf3df224163bcbb14813975fbd0 (diff) | |
download | upstream-c2bbaf439cc81561638478be15891c45f684422d.tar.gz upstream-c2bbaf439cc81561638478be15891c45f684422d.tar.bz2 upstream-c2bbaf439cc81561638478be15891c45f684422d.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>
SVN-Revision: 39853
Diffstat (limited to 'package/libs/openssl/patches/190-remove_timestamp_check.patch')
-rw-r--r-- | package/libs/openssl/patches/190-remove_timestamp_check.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/openssl/patches/190-remove_timestamp_check.patch b/package/libs/openssl/patches/190-remove_timestamp_check.patch index 2677b2d6f1..460068840e 100644 --- a/package/libs/openssl/patches/190-remove_timestamp_check.patch +++ b/package/libs/openssl/patches/190-remove_timestamp_check.patch @@ -9,7 +9,7 @@ # as we stick to -e, CLEARENV ensures that local variables in lower # Makefiles remain local and variable. $${VAR+VAR} is tribute to Korn -@@ -396,11 +396,6 @@ openssl.pc: Makefile +@@ -397,11 +397,6 @@ openssl.pc: Makefile echo 'Libs.private: $(EX_LIBS)'; \ echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc |