aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-18 09:19:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-18 09:19:51 +0000
commitf1aa2e110c9b3d268e682fc4fdfc839ac2ba24c1 (patch)
tree27324c0cf4282075412689f3f97e4ce71f7267de
parent9e8696a8bd974b4f358c9fe1a9cf52bc7b7b03ce (diff)
downloadupstream-f1aa2e110c9b3d268e682fc4fdfc839ac2ba24c1.tar.gz
upstream-f1aa2e110c9b3d268e682fc4fdfc839ac2ba24c1.tar.bz2
upstream-f1aa2e110c9b3d268e682fc4fdfc839ac2ba24c1.zip
polarssl: disable SSLv3 support, fixes CVE-2014-3566 (POODLE)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r42947 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42948 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/libs/polarssl/patches/100-disable_sslv3.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libs/polarssl/patches/100-disable_sslv3.patch b/package/libs/polarssl/patches/100-disable_sslv3.patch
new file mode 100644
index 0000000000..06312f3471
--- /dev/null
+++ b/package/libs/polarssl/patches/100-disable_sslv3.patch
@@ -0,0 +1,12 @@
+--- a/include/polarssl/config.h
++++ b/include/polarssl/config.h
+@@ -859,8 +859,8 @@
+ * POLARSSL_SHA1_C
+ *
+ * Comment this macro to disable support for SSL 3.0
+- */
+ #define POLARSSL_SSL_PROTO_SSL3
++ */
+
+ /**
+ * \def POLARSSL_SSL_PROTO_TLS1