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
This commit is contained in:
nbd 2014-10-18 09:19:51 +00:00
parent 249857af0e
commit e44e52157d
1 changed files with 12 additions and 0 deletions

View File

@ -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