comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 2789:d16409187314

Documented the $ssl_alpn_protocol variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 01 Nov 2021 21:06:06 +0000
parents 16f6fa718be2
children a281f61b5ad8
comparison
equal deleted inserted replaced
2788:03b49685c056 2789:d16409187314
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_ssl_module" 9 <module name="Module ngx_stream_ssl_module"
10 link="/en/docs/stream/ngx_stream_ssl_module.html" 10 link="/en/docs/stream/ngx_stream_ssl_module.html"
11 lang="en" 11 lang="en"
12 rev="25"> 12 rev="26">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0) 17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0)
637 <para> 637 <para>
638 The <literal>ngx_stream_ssl_module</literal> module supports variables 638 The <literal>ngx_stream_ssl_module</literal> module supports variables
639 since 1.11.2. 639 since 1.11.2.
640 <list type="tag"> 640 <list type="tag">
641 641
642 <tag-name id="var_ssl_alpn_protocol"><var>$ssl_alpn_protocol</var></tag-name>
643 <tag-desc>
644 returns the protocol selected by ALPN during the SSL handshake,
645 or an empty string otherwise (1.21.4);
646 </tag-desc>
647
642 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name> 648 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
643 <tag-desc> 649 <tag-desc>
644 returns the name of the cipher used 650 returns the name of the cipher used
645 for an established SSL connection; 651 for an established SSL connection;
646 </tag-desc> 652 </tag-desc>