Searched refs:staple (Results 1 – 1 of 1) sorted by relevance
180 staple->name = X509_get_ex_data(staple->cert, in ngx_ssl_stapling_certificate()269 staple->staple.data = buf; in ngx_ssl_stapling_file()270 staple->staple.len = len; in ngx_ssl_stapling_file()525 if (staple->staple.len in ngx_ssl_certificate_status_callback()530 p = OPENSSL_malloc(staple->staple.len); in ngx_ssl_certificate_status_callback()536 ngx_memcpy(p, staple->staple.data, staple->staple.len); in ngx_ssl_certificate_status_callback()738 if (staple->staple.data) { in ngx_ssl_stapling_ocsp_handler()739 ngx_free(staple->staple.data); in ngx_ssl_stapling_ocsp_handler()742 staple->staple = response; in ngx_ssl_stapling_ocsp_handler()820 if (staple->staple.data) { in ngx_ssl_stapling_cleanup()[all …]