# HG changeset patch # User Yaroslav Zhuravlev # Date 1635800766 0 # Node ID d164091873143ab144b7ce90a670927743bf45a1 # Parent 03b49685c056bd3b2b71b3a082b570435d1c3726 Documented the $ssl_alpn_protocol variable. diff -r 03b49685c056 -r d16409187314 xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Tue Oct 12 20:51:19 2021 +0100 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Mon Nov 01 21:06:06 2021 +0000 @@ -10,7 +10,7 @@ + rev="55">
@@ -986,6 +986,12 @@ embedded variables: +$ssl_alpn_protocol + +returns the protocol selected by ALPN during the SSL handshake, +or an empty string otherwise (1.21.4); + + $ssl_cipher returns the name of the cipher used diff -r 03b49685c056 -r d16409187314 xml/en/docs/stream/ngx_stream_ssl_module.xml --- a/xml/en/docs/stream/ngx_stream_ssl_module.xml Tue Oct 12 20:51:19 2021 +0100 +++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml Mon Nov 01 21:06:06 2021 +0000 @@ -9,7 +9,7 @@ + rev="26">
@@ -639,6 +639,12 @@ since 1.11.2. +$ssl_alpn_protocol + +returns the protocol selected by ALPN during the SSL handshake, +or an empty string otherwise (1.21.4); + + $ssl_cipher returns the name of the cipher used diff -r 03b49685c056 -r d16409187314 xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Tue Oct 12 20:51:19 2021 +0100 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Mon Nov 01 21:06:06 2021 +0000 @@ -10,7 +10,7 @@ + rev="55">
@@ -993,6 +993,12 @@ встроенные переменные: +$ssl_alpn_protocol + +возвращает протокол, выбранный при помощи ALPN во время операции SSL handshake, +либо пустую строку (1.21.4); + + $ssl_cipher возвращает название используемого шифра для установленного SSL-соединения; diff -r 03b49685c056 -r d16409187314 xml/ru/docs/stream/ngx_stream_ssl_module.xml --- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml Tue Oct 12 20:51:19 2021 +0100 +++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml Mon Nov 01 21:06:06 2021 +0000 @@ -9,7 +9,7 @@ + rev="26">
@@ -643,6 +643,12 @@ начиная с версии 1.11.2. +$ssl_alpn_protocol + +возвращает протокол, выбранный при помощи ALPN во время операции SSL handshake, +либо пустую строку (1.21.4); + + $ssl_cipher возвращает название используемого шифра для установленного SSL-соединения;