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

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

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


Revision 1.1 - (show annotations) (download)
Tue Jan 14 04:12:43 2014 UTC (10 years, 4 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-apache-2_2_0-13_el5_sme, e-smith-apache-2_2_0-15_el5_sme, e-smith-apache-2_2_0-12_el5_sme, e-smith-apache-2_2_0-14_el5_sme, HEAD
* Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 2.2.0-12.sme
- Remove insecure ciphers [SME: 7916]

1 diff -ruN e-smith-apache-2.2.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCipherSuite e-smith-apache-2.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCipherSuite
2 --- e-smith-apache-2.2.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCipherSuite 2006-03-14 08:47:18.000000000 -0800
3 +++ e-smith-apache-2.2.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL10SSLCipherSuite 2014-01-13 20:11:51.000000000 -0800
4 @@ -1,3 +1,5 @@
5 -{
6 - $OUT = "SSLCipherSuite $modSSL{CipherSuite}";
7 +{
8 + # When updating CipherSuite both e-smith-apache and smeserver-qpsmtpd templates should be updated.
9 + $OUT = "SSLCipherSuite ";
10 + $OUT .= $modSSL{CipherSuite} || 'HIGH:!SSLv2:!ADH:!aNULL:!MD5:!RC4';
11 }

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