Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c606 ASN1_GENERALIZEDTIME *thisupdate, *nextupdate; in ngx_ssl_stapling_ocsp_handler() local
682 &thisupdate, &nextupdate) in ngx_ssl_stapling_ocsp_handler()
697 if (OCSP_check_validity(thisupdate, nextupdate, 300, -1) != 1) { in ngx_ssl_stapling_ocsp_handler()
703 if (nextupdate) { in ngx_ssl_stapling_ocsp_handler()
704 valid = ngx_ssl_stapling_time(nextupdate); in ngx_ssl_stapling_ocsp_handler()