/[smeserver]/rpms/e-smith-apache/sme8/e-smith-apache-2.2.0-disable_sslv3.patch
ViewVC logotype

Contents of /rpms/e-smith-apache/sme8/e-smith-apache-2.2.0-disable_sslv3.patch

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


Revision 1.1 - (show annotations) (download)
Tue Dec 9 21:55:54 2014 UTC (9 years, 5 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_2_0-15_el5_sme, HEAD
* Tue Dec 9 2014 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-15.sme
- Disable SSLv3 [SME: 8710]

1 diff -Nur e-smith-apache-2.2.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 e-smith-apache-2.2.0_8710/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3
2 --- e-smith-apache-2.2.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 1970-01-01 01:00:00.000000000 +0100
3 +++ e-smith-apache-2.2.0_8710/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 2014-12-09 22:50:01.251000000 +0100
4 @@ -0,0 +1 @@
5 +disabled
6 diff -Nur e-smith-apache-2.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol e-smith-apache-2.2.0_8710/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol
7 --- e-smith-apache-2.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2014-12-09 22:48:30.637000000 +0100
8 +++ e-smith-apache-2.2.0_8710/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2014-12-09 22:49:44.205000000 +0100
9 @@ -1,5 +1,6 @@
10 {
11 # Specify which SSL Protocols to accept for this context
12 $OUT .= "SSLProtocol all";
13 - $OUT .= " -SSLv2" unless ${'httpd-e-smith'}{'SSLv2'} eq 'enabled';
14 + $OUT .= " -SSLv2" unless (${'httpd-e-smith'}{'SSLv2'} || 'disabled') eq 'enabled';
15 + $OUT .= " -SSLv3" unless (${'httpd-e-smith'}{'SSLv3'} || 'disabled') eq 'enabled';
16 }

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