]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-disableSSLv3.patch
- rebuild with mysql 5.7
[packages/dovecot.git] / dovecot-disableSSLv3.patch
CommitLineData
dbd55700
AM
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
5a0821ca
MG
4
5 # SSL protocols to use
dbd55700 6 #ssl_protocols = !SSLv3
5a0821ca
MG
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
This page took 0.0216229999999999 seconds and 4 git commands to generate.