summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_ssl_module.h
diff options
context:
space:
mode:
authorsftcd <stephen.farrell@cs.tcd.ie>2025-11-26 14:12:07 +0000
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>2025-12-01 16:33:40 +0400
commitab4f5b2d32c1f621ebdf5816a34b568015b98c63 (patch)
treea2468ce46360587635183191db34da55126ae55d /src/http/modules/ngx_http_ssl_module.h
parentbcb41c91939009b7d01074c9a8f3cef1da13ec50 (diff)
downloadnginx-ab4f5b2d32c1f621ebdf5816a34b568015b98c63.tar.gz
nginx-ab4f5b2d32c1f621ebdf5816a34b568015b98c63.tar.bz2
Add basic ECH shared-mode via OpenSSL.
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.h')
-rw-r--r--src/http/modules/ngx_http_ssl_module.h1
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 9b26529fa..a078d44f8 100644
--- a/src/http/modules/ngx_http_ssl_module.h
+++ b/src/http/modules/ngx_http_ssl_module.h
@@ -49,6 +49,7 @@ typedef struct {
ngx_str_t ciphers;
+ ngx_array_t *ech_files;
ngx_array_t *passwords;
ngx_array_t *conf_commands;