From 8d7b1d222e7a7a9de35594eac18bd00308d5e7f9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 27 Jun 2011 15:47:51 +0000 Subject: use !aNULL to disable all anonymous cipher suites patch by Rob Stradling --- src/mail/ngx_mail_ssl_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mail') diff --git a/src/mail/ngx_mail_ssl_module.c b/src/mail/ngx_mail_ssl_module.c index de463e96b..9dd9dfd15 100644 --- a/src/mail/ngx_mail_ssl_module.c +++ b/src/mail/ngx_mail_ssl_module.c @@ -9,7 +9,7 @@ #include -#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); -- cgit