aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_ssl_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-07 14:46:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-07 14:46:13 +0000
commit3bed0daced69a8ac0836041eee7e0b4bea58309e (patch)
tree130d02110cba8b2d60266253a749267084309a24 /src/mail/ngx_mail_ssl_module.c
parent136dd8d1e692de0f5b96c6f1da51188737d630b0 (diff)
downloadnginx-3bed0daced69a8ac0836041eee7e0b4bea58309e.tar.gz
nginx-3bed0daced69a8ac0836041eee7e0b4bea58309e.zip
use only strong ciphers by default
Diffstat (limited to 'src/mail/ngx_mail_ssl_module.c')
-rw-r--r--src/mail/ngx_mail_ssl_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail/ngx_mail_ssl_module.c b/src/mail/ngx_mail_ssl_module.c
index c9a9f35d8..90f2b1b2b 100644
--- a/src/mail/ngx_mail_ssl_module.c
+++ b/src/mail/ngx_mail_ssl_module.c
@@ -9,7 +9,7 @@
#include <ngx_mail.h>
-#define NGX_DEFAULT_CIPHERS "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM"
+#define NGX_DEFAULT_CIPHERS "HIGH:!ADH:!MD5"
static void *ngx_mail_ssl_create_conf(ngx_conf_t *cf);