1 |
vip-ire |
1.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 |
|
|
} |