diff src/mail/ngx_mail_ssl_module.c @ 3196:b7e68ee09e0c

use only strong ciphers by default
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Oct 2009 14:46:13 +0000
parents dd2ae3872634
children dd1570b6f237
line wrap: on
line diff
--- 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);