/[smeserver]/rpms/smeserver-dovecot/sme9/smeserver-dovecot-1.4.0-set_cipher_list.patch
ViewVC logotype

Contents of /rpms/smeserver-dovecot/sme9/smeserver-dovecot-1.4.0-set_cipher_list.patch

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


Revision 1.1 - (show annotations) (download)
Thu Feb 23 10:43:21 2017 UTC (7 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-dovecot-1_4_0-21_el6_sme, HEAD
* Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-21.sme
- Better default cipher suite, and honor global suite [SME: 10113]

1 diff -Nur smeserver-dovecot-1.6.0/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/35ssl smeserver-dovecot-1.6.0_bz10110/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/35ssl
2 --- smeserver-dovecot-1.6.0/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/35ssl 2016-02-06 00:43:49.000000000 +0100
3 +++ smeserver-dovecot-1.6.0_bz10110/root/etc/e-smith/templates/etc/dovecot/dovecot.conf/35ssl 2017-02-23 11:28:14.699294650 +0100
4 @@ -9,5 +9,6 @@
5 $proto .= ' !TLSv1' unless ($dovecot{'TLSv1'} || 'enabled') eq 'enabled';
6
7 $OUT .= "ssl_protocols =$proto\n" if ($proto ne '');
8 +$OUT .= "ssl_cipher_list = " . ($dovecot{CipherSuite} || $modSSL{CipherSuite} || 'HIGH:!SSLv2:!ADH:!aNULL:!MD5:!RC4') . "\n";
9
10 }

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