]> git.kaiwu.me - nginx.git/commit
SSL: added $ssl_alpn_protocol variable.
authorVladimir Homutov <vl@nginx.com>
Thu, 14 Oct 2021 08:46:23 +0000 (11:46 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 14 Oct 2021 08:46:23 +0000 (11:46 +0300)
commita9f4f25b72c39653795dfb4b1f13b55625fb9fbc
tree4e1b6722c8d032e5c2bae39a3edab1743bf92b86
parent1db517fb71aed6d6fffc8347086f89eb29b83dea
SSL: added $ssl_alpn_protocol variable.

The variable contains protocol selected by ALPN during handshake and
is empty otherwise.
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_ssl_module.c
src/stream/ngx_stream_ssl_module.c