comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 2460:c60a8a15010c

Clarified description of the $ssl_cipher variable. Notably, it contains the only actually used cipher suite.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 06 Nov 2019 20:16:06 +0300
parents 8e35f3af574b
children d8bf37d20449
comparison
equal deleted inserted replaced
2459:2aad23d07d96 2460:c60a8a15010c
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="21"> 12 rev="22">
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)
593 since 1.11.2. 593 since 1.11.2.
594 <list type="tag"> 594 <list type="tag">
595 595
596 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name> 596 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
597 <tag-desc> 597 <tag-desc>
598 returns the string of ciphers used 598 returns the name of the cipher used
599 for an established SSL connection; 599 for an established SSL connection;
600 </tag-desc> 600 </tag-desc>
601 601
602 <tag-name id="var_ssl_ciphers"><var>$ssl_ciphers</var></tag-name> 602 <tag-name id="var_ssl_ciphers"><var>$ssl_ciphers</var></tag-name>
603 <tag-desc> 603 <tag-desc>