]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-disableSSLv3.patch
- up to 2.2.24
[packages/dovecot.git] / dovecot-disableSSLv3.patch
CommitLineData
5a0821ca
MG
1diff -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
This page took 0.048059 seconds and 4 git commands to generate.