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

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

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


Revision 1.1 - (show annotations) (download)
Thu Jan 7 17:50:43 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-15_el6_sme, HEAD
* Thu Jan 7 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-14.sme
- Set TLSv1 back to enabled (but keep a prop to disable it if needed) [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-07 18:47:44.649747105 +0100
3 +++ e-smith-apache-2.4.0_bz9154/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2016-01-07 18:48:33.638744729 +0100
4 @@ -3,6 +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" unless (${'httpd-e-smith'}{'TLSv1'} || 'enabled') eq 'enabled';
10 $OUT .= " -TLSv1.1" unless (${'httpd-e-smith'}{'TLSv1.1'} || 'enabled') eq 'enabled';
11 }

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