]> TLD Linux GIT Repositories - packages/dovecot.git/blob - dovecot-disableSSLv3.patch
- updated to 2.2.23, updated files, PLD merge
[packages/dovecot.git] / dovecot-disableSSLv3.patch
1 diff -urN dovecot/dovecot-2.2.15/doc/example-config/conf.d/10-ssl.conf dovecotorg/dovecot-2.2.15/doc/example-config/conf.d/10-ssl.conf
2 --- dovecot/dovecot-2.2.15/doc/example-config/conf.d/10-ssl.conf        2014-10-03 16:36:00.000000000 +0200
3 +++ dovecotorg/dovecot-2.2.15/doc/example-config/conf.d/10-ssl.conf     2015-01-16 15:52:55.917727519 +0100
4 @@ -46,10 +46,10 @@
5  #ssl_dh_parameters_length = 1024
6  
7  # SSL protocols to use
8 -#ssl_protocols = !SSLv2
9 +ssl_protocols = !SSLv2 !SSLv3
10  
11  # SSL ciphers to use
12 -#ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
13 +ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL:!SSLv3
14  
15  # Prefer the server's order of ciphers over client's.
16  #ssl_prefer_server_ciphers = no