mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
use only strong ciphers by default
This commit is contained in:
parent
136dd8d1e6
commit
3bed0daced
@ -13,7 +13,7 @@ typedef ngx_int_t (*ngx_ssl_variable_handler_pt)(ngx_connection_t *c,
|
||||
ngx_pool_t *pool, ngx_str_t *s);
|
||||
|
||||
|
||||
#define NGX_DEFAULT_CIPHERS "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM"
|
||||
#define NGX_DEFAULT_CIPHERS "HIGH:!ADH:!MD5"
|
||||
|
||||
|
||||
static ngx_int_t ngx_http_ssl_static_variable(ngx_http_request_t *r,
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user