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

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

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


Revision 1.1 - (show annotations) (download)
Wed Jan 29 07:26:32 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-14_el6_sme, e-smith-apache-2_4_0-12_el6_sme, e-smith-apache-2_4_0-13_el6_sme, e-smith-apache-2_4_0-10_el6_sme, e-smith-apache-2_4_0-9_el6_sme, e-smith-apache-2_4_0-11_el6_sme, e-smith-apache-2_4_0-8_el6_sme, e-smith-apache-2_4_0-15_el6_sme, HEAD
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
- Remove insecure ciphers [SME: 8138]

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