Searched refs:ocsp (Results 1 – 1 of 1) sorted by relevance
603 OCSP_RESPONSE *ocsp; in ngx_ssl_stapling_ocsp_handler() local610 ocsp = NULL; in ngx_ssl_stapling_ocsp_handler()624 if (ocsp == NULL) { in ngx_ssl_stapling_ocsp_handler()717 OCSP_RESPONSE_free(ocsp); in ngx_ssl_stapling_ocsp_handler()721 ocsp = NULL; in ngx_ssl_stapling_ocsp_handler()769 if (ocsp) { in ngx_ssl_stapling_ocsp_handler()1216 OCSP_REQUEST *ocsp; in ngx_ssl_ocsp_create_request() local1218 ocsp = OCSP_REQUEST_new(); in ngx_ssl_ocsp_create_request()1219 if (ocsp == NULL) { in ngx_ssl_ocsp_create_request()1313 OCSP_REQUEST_free(ocsp); in ngx_ssl_ocsp_create_request()[all …]