Parent Directory | Revision Log | Revision Graph
* Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 - Disable TLSv1 [SME: 9169]
1 | diff -Nur e-smith-pop3-2.4.0/root/etc/e-smith/templates/var/service/pop3s/stunnel.conf/10ssl e-smith-pop3-2.4.0_bz9169/root/etc/e-smith/templates/var/service/pop3s/stunnel.conf/10ssl |
2 | --- e-smith-pop3-2.4.0/root/etc/e-smith/templates/var/service/pop3s/stunnel.conf/10ssl 2016-01-06 11:35:33.910454203 +0100 |
3 | +++ e-smith-pop3-2.4.0_bz9169/root/etc/e-smith/templates/var/service/pop3s/stunnel.conf/10ssl 2016-01-06 11:36:20.520469761 +0100 |
4 | @@ -1,4 +1,6 @@ |
5 | cert = /service/imap/ssl/imapd.pem |
6 | +sslVersion = all |
7 | options = NO_SSLv2 |
8 | options = NO_SSLv3 |
9 | +options = NO_TLSv1 |
10 | fips = no |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |