1 |
vip-ire |
1.1 |
diff -Nur e-smith-apache-2.4.0/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 e-smith-apache-2.4.0_bz8722/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 |
2 |
|
|
--- e-smith-apache-2.4.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.4.0_bz8722/root/etc/e-smith/db/configuration/defaults/httpd-e-smith/SSLv3 2014-12-09 23:09:06.318000000 +0100 |
4 |
|
|
@@ -0,0 +1 @@ |
5 |
|
|
+disabled |
6 |
|
|
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_bz8722/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol |
7 |
|
|
--- e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2013-02-13 23:59:37.000000000 +0100 |
8 |
|
|
+++ e-smith-apache-2.4.0_bz8722/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL30SSLProtocol 2014-12-09 23:08:48.484000000 +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 |
|
|
} |