summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_ssl_module.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2024-08-22 14:57:45 +0400
committerSergey Kandaurov <pluknet@nginx.com>2024-08-22 14:57:45 +0400
commit581cf22673fc63e206693294161ea32e691a432f (patch)
treeb2bd2aabcc940281d02c8d715ea56caabd6a66c4 /src/stream/ngx_stream_ssl_module.h
parent48ac1ee9c6a80a183f8cf61915fe1ab5047a43fa (diff)
downloadnginx-581cf22673fc63e206693294161ea32e691a432f.tar.gz
nginx-581cf22673fc63e206693294161ea32e691a432f.tar.bz2
Stream: client certificate validation with OCSP.
Diffstat (limited to 'src/stream/ngx_stream_ssl_module.h')
-rw-r--r--src/stream/ngx_stream_ssl_module.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_ssl_module.h b/src/stream/ngx_stream_ssl_module.h
index 6f6d9aec3..ef3142716 100644
--- a/src/stream/ngx_stream_ssl_module.h
+++ b/src/stream/ngx_stream_ssl_module.h
@@ -53,6 +53,10 @@ typedef struct {
ngx_flag_t session_tickets;
ngx_array_t *session_ticket_keys;
+
+ ngx_uint_t ocsp;
+ ngx_str_t ocsp_responder;
+ ngx_shm_zone_t *ocsp_cache_zone;
} ngx_stream_ssl_srv_conf_t;