Author: nbd Date: 2014-10-18 11:19:51 +0200 (Sat, 18 Oct 2014) New Revision: 42948
Added: branches/barrier_breaker/package/libs/polarssl/patches/100-disable_sslv3.patch Log: polarssl: disable SSLv3 support, fixes CVE-2014-3566 (POODLE) Signed-off-by: Felix Fietkau <[email protected]> Backport of r42947 Added: branches/barrier_breaker/package/libs/polarssl/patches/100-disable_sslv3.patch =================================================================== --- branches/barrier_breaker/package/libs/polarssl/patches/100-disable_sslv3.patch (rev 0) +++ branches/barrier_breaker/package/libs/polarssl/patches/100-disable_sslv3.patch 2014-10-18 09:19:51 UTC (rev 42948) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
