Searched refs:ngx_ssl_stapling_index (Results 1 – 3 of 3) sorted by relevance
287 extern int ngx_ssl_stapling_index;
171 if (X509_set_ex_data(cert, ngx_ssl_stapling_index, staple) == 0) { in ngx_ssl_stapling_certificate()488 staple = X509_get_ex_data(cert, ngx_ssl_stapling_index); in ngx_ssl_stapling_resolver()519 staple = X509_get_ex_data(cert, ngx_ssl_stapling_index); in ngx_ssl_certificate_status_callback()
136 int ngx_ssl_stapling_index; variable241 ngx_ssl_stapling_index = X509_get_ex_new_index(0, NULL, NULL, NULL, NULL); in ngx_ssl_init()243 if (ngx_ssl_stapling_index == -1) { in ngx_ssl_init()