comparison src/stream/ngx_stream_ssl_module.h @ 7936:b9e02e9b2f1d

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.
author Vladimir Homutov <vl@nginx.com>
date Tue, 19 Oct 2021 12:19:59 +0300
parents 3bff3f397c05
children
comparison
equal deleted inserted replaced
7935:eb6c77e6d55d 7936:b9e02e9b2f1d
40 ngx_str_t dhparam; 40 ngx_str_t dhparam;
41 ngx_str_t ecdh_curve; 41 ngx_str_t ecdh_curve;
42 ngx_str_t client_certificate; 42 ngx_str_t client_certificate;
43 ngx_str_t trusted_certificate; 43 ngx_str_t trusted_certificate;
44 ngx_str_t crl; 44 ngx_str_t crl;
45 ngx_str_t alpn;
45 46
46 ngx_str_t ciphers; 47 ngx_str_t ciphers;
47 48
48 ngx_array_t *passwords; 49 ngx_array_t *passwords;
49 ngx_array_t *conf_commands; 50 ngx_array_t *conf_commands;