Home
last modified time | relevance | path

Searched refs:NGX_DEFAULT_CIPHERS (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.c13 #define NGX_DEFAULT_CIPHERS "HIGH:!aNULL:!MD5" macro
317 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_mail_ssl_merge_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.c17 #define NGX_DEFAULT_CIPHERS "HIGH:!aNULL:!MD5" macro
651 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_stream_ssl_merge_conf()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.c17 #define NGX_DEFAULT_CIPHERS "HIGH:!aNULL:!MD5" macro
642 ngx_conf_merge_str_value(conf->ciphers, prev->ciphers, NGX_DEFAULT_CIPHERS); in ngx_http_ssl_merge_srv_conf()