aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl/patches/100-disable_sslv3.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-07-13 17:44:26 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2016-07-13 23:03:02 +0200
commitbd20cb272e5a9d6812c4ec905049753943ad513b (patch)
treec8048e8b98d903b1edccdd46e60a4a0cc4422575 /package/libs/polarssl/patches/100-disable_sslv3.patch
parent57530dbec64c4dbbec78b00bac818403447b3318 (diff)
downloadupstream-bd20cb272e5a9d6812c4ec905049753943ad513b.tar.gz
upstream-bd20cb272e5a9d6812c4ec905049753943ad513b.tar.bz2
upstream-bd20cb272e5a9d6812c4ec905049753943ad513b.zip
polarssl: update to version 1.3.17
This fixes 3 minor security problems. SSLv3 is deactivated by default now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/libs/polarssl/patches/100-disable_sslv3.patch')
-rw-r--r--package/libs/polarssl/patches/100-disable_sslv3.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libs/polarssl/patches/100-disable_sslv3.patch b/package/libs/polarssl/patches/100-disable_sslv3.patch
deleted file mode 100644
index 56c6c4d235..0000000000
--- a/package/libs/polarssl/patches/100-disable_sslv3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/include/polarssl/config.h
-+++ b/include/polarssl/config.h
-@@ -1011,8 +1011,8 @@
- * POLARSSL_SHA1_C
- *
- * Comment this macro to disable support for SSL 3.0
-- */
- #define POLARSSL_SSL_PROTO_SSL3
-+ */
-
- /**
- * \def POLARSSL_SSL_PROTO_TLS1