Home
last modified time | relevance | path

Searched refs:ssl_ciphers (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c41 ngx_str_t ssl_ciphers; member
272 offsetof(ngx_stream_proxy_srv_conf_t, ssl_ciphers),
2064 ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers, "DEFAULT"); in ngx_stream_proxy_merge_srv_conf()
2151 if (ngx_ssl_ciphers(cf, pscf->ssl, &pscf->ssl_ciphers, 0) != NGX_OK) { in ngx_stream_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_uwsgi_module.c53 ngx_str_t ssl_ciphers; member
497 offsetof(ngx_http_uwsgi_loc_conf_t, ssl_ciphers),
1773 ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers, in ngx_http_uwsgi_merge_loc_conf()
2386 if (ngx_ssl_ciphers(cf, uwcf->upstream.ssl, &uwcf->ssl_ciphers, 0) in ngx_http_uwsgi_set_ssl()
H A Dngx_http_grpc_module.c33 ngx_str_t ssl_ciphers; member
365 offsetof(ngx_http_grpc_loc_conf_t, ssl_ciphers),
4280 ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers, in ngx_http_grpc_merge_loc_conf()
4677 if (ngx_ssl_ciphers(cf, glcf->upstream.ssl, &glcf->ssl_ciphers, 0) in ngx_http_grpc_set_ssl()
H A Dngx_http_proxy_module.c96 ngx_str_t ssl_ciphers; member
663 offsetof(ngx_http_proxy_loc_conf_t, ssl_ciphers),
3232 ngx_conf_merge_str_value(conf->ssl_ciphers, prev->ssl_ciphers, in ngx_http_proxy_merge_loc_conf()
4327 if (ngx_ssl_ciphers(cf, plcf->upstream.ssl, &plcf->ssl_ciphers, 0) in ngx_http_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru696 *) Добавление: переменные $ssl_ciphers, $ssl_curves,
8253 *) Добавление: директивы ssl_engine и ssl_ciphers.
H A DCHANGES683 *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start,
8114 *) Feature: the ssl_engine and ssl_ciphers directives.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim587 syn keyword ngxDirective contained ssl_ciphers