]> TLD Linux GIT Repositories - packages/dovecot.git/blob - dovecot-disableSSLv3.patch
- updated to 2.2.33.2, partial PLD merge to keep spec in sync
[packages/dovecot.git] / dovecot-disableSSLv3.patch
1 --- dovecot-2.2.27/doc/example-config/conf.d/10-ssl.conf~       2016-12-03 21:37:57.000000000 +0100
2 +++ dovecot-2.2.27/doc/example-config/conf.d/10-ssl.conf        2016-12-03 21:38:42.082007401 +0100
3 @@ -47,9 +47,10 @@ ssl = no
4  
5  # SSL protocols to use
6  #ssl_protocols = !SSLv3
7 +ssl_protocols = !SSLv2 !SSLv3
8  
9  # SSL ciphers to use
10 -#ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
11 +ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL:!SSLv3
12  
13  # Prefer the server's order of ciphers over client's.
14  #ssl_prefer_server_ciphers = no