/[smeserver]/rpms/e-smith-apache/sme9/e-smith-apache-2.4.0-disable_tlsv1.patch
ViewVC logotype

Contents of /rpms/e-smith-apache/sme9/e-smith-apache-2.4.0-disable_tlsv1.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Jan 6 15:28:13 2016 UTC (8 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-14_el6_sme, e-smith-apache-2_4_0-13_el6_sme, e-smith-apache-2_4_0-15_el6_sme, HEAD
* Wed Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-13.sme
- Disable TLSv1 [SME: 9154]

1 diff -Nur e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol e-smith-apache-2.4.0_bz9154/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol
2 --- e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2016-01-06 15:57:03.369700074 +0100
3 +++ e-smith-apache-2.4.0_bz9154/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2016-01-06 16:08:32.371654158 +0100
4 @@ -3,4 +3,6 @@
5 $OUT .= "SSLProtocol all";
6 $OUT .= " -SSLv2" unless (${'httpd-e-smith'}{'SSLv2'} || 'disabled') eq 'enabled';
7 $OUT .= " -SSLv3" unless (${'httpd-e-smith'}{'SSLv3'} || 'disabled') eq 'enabled';
8 + $OUT .= " -TLSv1" unless (${'httpd-e-smith'}{'TLSv1'} || 'disabled') eq 'enabled';
9 + $OUT .= " -TLSv1.1" unless (${'httpd-e-smith'}{'TLSv1.1'} || 'enabled') eq 'enabled';
10 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed