Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c40 ngx_uint_t ssl_protocols; member
265 offsetof(ngx_stream_proxy_srv_conf_t, ssl_protocols),
2060 ngx_conf_merge_bitmask_value(conf->ssl_protocols, prev->ssl_protocols, in ngx_stream_proxy_merge_srv_conf()
2121 if (ngx_ssl_create(pscf->ssl, pscf->ssl_protocols, NULL) != NGX_OK) { in ngx_stream_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_uwsgi_module.c52 ngx_uint_t ssl_protocols; member
490 offsetof(ngx_http_uwsgi_loc_conf_t, ssl_protocols),
1769 ngx_conf_merge_bitmask_value(conf->ssl_protocols, prev->ssl_protocols, in ngx_http_uwsgi_merge_loc_conf()
2354 if (ngx_ssl_create(uwcf->upstream.ssl, uwcf->ssl_protocols, NULL) in ngx_http_uwsgi_set_ssl()
H A Dngx_http_grpc_module.c32 ngx_uint_t ssl_protocols; member
358 offsetof(ngx_http_grpc_loc_conf_t, ssl_protocols),
4276 ngx_conf_merge_bitmask_value(conf->ssl_protocols, prev->ssl_protocols, in ngx_http_grpc_merge_loc_conf()
4645 if (ngx_ssl_create(glcf->upstream.ssl, glcf->ssl_protocols, NULL) in ngx_http_grpc_set_ssl()
H A Dngx_http_proxy_module.c95 ngx_uint_t ssl_protocols; member
656 offsetof(ngx_http_proxy_loc_conf_t, ssl_protocols),
3228 ngx_conf_merge_bitmask_value(conf->ssl_protocols, prev->ssl_protocols, in ngx_http_proxy_merge_loc_conf()
4295 if (ngx_ssl_create(plcf->upstream.ssl, plcf->ssl_protocols, NULL) in ngx_http_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru531 *) Добавление: параметр TLSv1.3 в директиве ssl_protocols.
2682 *) Добавление: параметры TLSv1.1 и TLSv1.2 в директиве ssl_protocols.
7440 *) Исправление: директива ssl_protocols позволяла задать только один
7533 *) Добавление: директивы ssl_protocols и ssl_prefer_server_ciphers
H A DCHANGES521 *) Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive.
2631 "ssl_protocols" directive.
7311 *) Bugfix: the "ssl_protocols" directive allowed to specify the single
7403 *) Feature: the "ssl_protocols" and "ssl_prefer_server_ciphers"
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim598 syn keyword ngxDirective contained ssl_protocols