diff options
| author | Vladimir Homutov <vl@nginx.com> | 2021-10-19 12:19:59 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2021-10-19 12:19:59 +0300 |
| commit | df472eecc043700275ecae2655206163c786f758 (patch) | |
| tree | eb6a4ced98b3928b9dd0edf59f7b0237b695a221 /src/stream/ngx_stream_ssl_module.h | |
| parent | a9f4f25b72c39653795dfb4b1f13b55625fb9fbc (diff) | |
| download | nginx-df472eecc043700275ecae2655206163c786f758.tar.gz nginx-df472eecc043700275ecae2655206163c786f758.tar.bz2 | |
Stream: the "ssl_alpn" directive.
The directive sets the server list of supported application protocols
and requires one of this protocols to be negotiated if client is using
ALPN.
Diffstat (limited to 'src/stream/ngx_stream_ssl_module.h')
| -rw-r--r-- | src/stream/ngx_stream_ssl_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_ssl_module.h b/src/stream/ngx_stream_ssl_module.h index c6e24bef3..e7c825e9b 100644 --- a/src/stream/ngx_stream_ssl_module.h +++ b/src/stream/ngx_stream_ssl_module.h @@ -42,6 +42,7 @@ typedef struct { ngx_str_t client_certificate; ngx_str_t trusted_certificate; ngx_str_t crl; + ngx_str_t alpn; ngx_str_t ciphers; |
