]> git.kaiwu.me - nginx.git/commit
OCSP: certificate status cache.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 22 May 2020 14:25:27 +0000 (17:25 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 22 May 2020 14:25:27 +0000 (17:25 +0300)
commit5727f9a1e0cca082eb1f3e599e0453a7a9cfe319
tree226f265d416302816b9c9d92b7ad21348f05a3f0
parent60438ae395d83b0f8b21bf667a1e260d60c3f46a
OCSP: certificate status cache.

When enabled, certificate status is stored in cache and is used to validate
the certificate in future requests.

New directive ssl_ocsp_cache is added to configure the cache.
src/event/ngx_event_openssl.h
src/event/ngx_event_openssl_stapling.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_ssl_module.h