21147012 problem in UTILITY/LIGHTTPD
authorPetr Sumbera <petr.sumbera@oracle.com>
Tue, 26 May 2015 04:17:44 -0700
changeset 4349 c997b59f70f0
parent 4345 28e38d602d09
child 4350 513380f66f7f
21147012 problem in UTILITY/LIGHTTPD
components/lighttpd/patches/02-sslv3-disable.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/lighttpd/patches/02-sslv3-disable.patch	Tue May 26 04:17:44 2015 -0700
@@ -0,0 +1,16 @@
+Patch origin: in-house
+Patch status: submitted to upstream
+
+http://redmine.lighttpd.net/issues/2647
+
+--- src/configfile.c
++++ src/configfile.c
+@@ -182,7 +182,7 @@
+ 		s->ssl_honor_cipher_order = 1;
+ 		s->ssl_empty_fragments = 0;
+ 		s->ssl_use_sslv2 = 0;
+-		s->ssl_use_sslv3 = 1;
++		s->ssl_use_sslv3 = 0;
+ 		s->use_ipv6      = 0;
+ 		s->set_v6only    = 1;
+ 		s->defer_accept  = 0;