components/lighttpd/patches/02-sslv3-disable.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 11 Jun 2015 20:52:26 -0700
changeset 4479 68cd14867fa2
parent 4349 c997b59f70f0
child 5738 fc0e1d002c9e
child 7159 59b406bc4a3a
permissions -rw-r--r--
19969975 gcc 4.8.2 regression to old GNU linkonce

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;