Home
last modified time | relevance | path

Searched refs:stapling (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.h57 ngx_flag_t stapling; member
H A Dngx_http_ssl_module.c221 offsetof(ngx_http_ssl_srv_conf_t, stapling),
581 sscf->stapling = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
644 ngx_conf_merge_value(conf->stapling, prev->stapling, 0); in ngx_http_ssl_merge_srv_conf()
845 if (conf->stapling) { in ngx_http_ssl_merge_srv_conf()
1121 if (sscf->ssl.ctx == NULL || !sscf->stapling) { in ngx_http_ssl_init()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru18 использовались переменные и был включён OCSP stapling.
1270 *) Исправление: OCSP stapling в некоторых случаях мог вернуть устаревший
2334 *) Добавление: поддержка OCSP stapling.
H A DCHANGES18 directives and OCSP stapling was enabled.
1249 *) Bugfix: OCSP stapling might return an expired OCSP response in some
2282 *) Feature: OCSP stapling support.