diff src/mail/ngx_mail_ssl_module.c @ 3938:1e90599af73b

use !aNULL to disable all anonymous cipher suites patch by Rob Stradling
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Jun 2011 15:47:51 +0000
parents dd1570b6f237
children b1f48fa31e6c f87edc142316
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  "HIGH:!ADH:!MD5"
+#define NGX_DEFAULT_CIPHERS  "HIGH:!aNULL:!MD5"
 
 
 static void *ngx_mail_ssl_create_conf(ngx_conf_t *cf);