Searched refs:ssl_verify_depth (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 46 ngx_uint_t ssl_verify_depth; member 300 offsetof(ngx_stream_proxy_srv_conf_t, ssl_verify_depth), 1999 conf->ssl_verify_depth = NGX_CONF_UNSET_UINT; in ngx_stream_proxy_create_srv_conf() 2074 ngx_conf_merge_uint_value(conf->ssl_verify_depth, in ngx_stream_proxy_merge_srv_conf() 2075 prev->ssl_verify_depth, 1); in ngx_stream_proxy_merge_srv_conf() 2164 pscf->ssl_verify_depth) in ngx_stream_proxy_set_ssl()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_uwsgi_module.c | 54 ngx_uint_t ssl_verify_depth; member 525 offsetof(ngx_http_uwsgi_loc_conf_t, ssl_verify_depth), 1464 conf->ssl_verify_depth = NGX_CONF_UNSET_UINT; in ngx_http_uwsgi_create_loc_conf() 1784 ngx_conf_merge_uint_value(conf->ssl_verify_depth, in ngx_http_uwsgi_merge_loc_conf() 1785 prev->ssl_verify_depth, 1); in ngx_http_uwsgi_merge_loc_conf() 2401 uwcf->ssl_verify_depth) in ngx_http_uwsgi_set_ssl()
|
| H A D | ngx_http_grpc_module.c | 34 ngx_uint_t ssl_verify_depth; member 393 offsetof(ngx_http_grpc_loc_conf_t, ssl_verify_depth), 4193 conf->ssl_verify_depth = NGX_CONF_UNSET_UINT; in ngx_http_grpc_create_loc_conf() 4291 ngx_conf_merge_uint_value(conf->ssl_verify_depth, in ngx_http_grpc_merge_loc_conf() 4292 prev->ssl_verify_depth, 1); in ngx_http_grpc_merge_loc_conf() 4692 glcf->ssl_verify_depth) in ngx_http_grpc_set_ssl()
|
| H A D | ngx_http_proxy_module.c | 97 ngx_uint_t ssl_verify_depth; member 691 offsetof(ngx_http_proxy_loc_conf_t, ssl_verify_depth), 2905 conf->ssl_verify_depth = NGX_CONF_UNSET_UINT; in ngx_http_proxy_create_loc_conf() 3243 ngx_conf_merge_uint_value(conf->ssl_verify_depth, in ngx_http_proxy_merge_loc_conf() 3244 prev->ssl_verify_depth, 1); in ngx_http_proxy_merge_loc_conf() 4342 plcf->ssl_verify_depth) in ngx_http_proxy_set_ssl()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 2979 *) Исправление: директивы ssl_verify_client, ssl_verify_depth и 6759 *) Добавление: директивы ssl_verify_client, ssl_verify_depth и
|
| H A D | CHANGES | 2921 *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and 6626 *) Feature: the "ssl_verify_client", "ssl_verify_depth", and
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 609 syn keyword ngxDirective contained ssl_verify_depth
|