Skip to content
Snippets Groups Projects
Commit c1b9d3be authored by nbd's avatar nbd
Browse files

polarssl: disable SSLv3 support, fixes CVE-2014-3566 (POODLE)


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42947 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 225d0e8e
No related branches found
No related tags found
No related merge requests found
--- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment