Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c92 static ngx_int_t ngx_ssl_stapling_file(ngx_conf_t *cf, ngx_ssl_t *ssl,
186 if (ngx_ssl_stapling_file(cf, ssl, staple, file) != NGX_OK) { in ngx_ssl_stapling_certificate()
218 ngx_ssl_stapling_file(ngx_conf_t *cf, ngx_ssl_t *ssl, in ngx_ssl_stapling_file() function