Parent Directory | Revision Log | Revision Graph
* Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 2.2.0-19.sme - Remove insecure ciphers [SME: 7916]
1 | diff -ruN smeserver-qpsmtpd-2.2.0.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/tls_ciphers/10ciphers smeserver-qpsmtpd-2.2.0/root/etc/e-smith/templates/var/service/qpsmtpd/config/tls_ciphers/10ciphers |
2 | --- smeserver-qpsmtpd-2.2.0.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/tls_ciphers/10ciphers 2014-01-13 21:07:08.000000000 -0800 |
3 | +++ smeserver-qpsmtpd-2.2.0/root/etc/e-smith/templates/var/service/qpsmtpd/config/tls_ciphers/10ciphers 2014-01-13 21:09:08.000000000 -0800 |
4 | @@ -1,3 +1,5 @@ |
5 | { |
6 | - return $qpsmtpd{tlsCipher} || $modSSL{CipherSuite} || 'HIGH:!SSLv2'; |
7 | + # When updating CipherSuite both e-smith-apache and smeserver-qpsmtpd templates should be updated. |
8 | + return $qpsmtpd{tlsCipher} || $modSSL{CipherSuite} || 'HIGH:!SSLv2:!ADH:!aNULL:!MD5:!RC4'; |
9 | } |
10 | + |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |