diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2020-05-22 17:25:27 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2020-05-22 17:25:27 +0300 |
| commit | 5727f9a1e0cca082eb1f3e599e0453a7a9cfe319 (patch) | |
| tree | 226f265d416302816b9c9d92b7ad21348f05a3f0 /src/http/modules/ngx_http_ssl_module.h | |
| parent | 60438ae395d83b0f8b21bf667a1e260d60c3f46a (diff) | |
| download | nginx-5727f9a1e0cca082eb1f3e599e0453a7a9cfe319.tar.gz nginx-5727f9a1e0cca082eb1f3e599e0453a7a9cfe319.tar.bz2 | |
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.
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
| -rw-r--r-- | src/http/modules/ngx_http_ssl_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.h b/src/http/modules/ngx_http_ssl_module.h index 92d459f60..98aa1be40 100644 --- a/src/http/modules/ngx_http_ssl_module.h +++ b/src/http/modules/ngx_http_ssl_module.h @@ -56,6 +56,7 @@ typedef struct { ngx_uint_t ocsp; ngx_str_t ocsp_responder; + ngx_shm_zone_t *ocsp_cache_zone; ngx_flag_t stapling; ngx_flag_t stapling_verify; |
