comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 3097:807f064844a5

Documented the $ssl_client_fingerprint_sha256 variable.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 02 Sep 2024 09:49:53 +0300
parents 37e082fd009c
children
comparison
equal deleted inserted replaced
3096:ddf686b02ceb 3097:807f064844a5
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="32"> 12 rev="33">
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)
714 <tag-desc> 714 <tag-desc>
715 returns the SHA1 fingerprint of the client certificate 715 returns the SHA1 fingerprint of the client certificate
716 for an established SSL connection (1.11.8); 716 for an established SSL connection (1.11.8);
717 </tag-desc> 717 </tag-desc>
718 718
719 <tag-name id="var_ssl_client_fingerprint_sha256"><var>$ssl_client_fingerprint_sha256</var></tag-name>
720 <tag-desc>
721 returns the SHA256 fingerprint of the client certificate
722 for an established SSL connection (1.27.4);
723 </tag-desc>
724
719 <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name> 725 <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name>
720 <tag-desc> 726 <tag-desc>
721 returns the “issuer DN” string of the client certificate 727 returns the “issuer DN” string of the client certificate
722 for an established SSL connection according to 728 for an established SSL connection according to
723 <link url="https://datatracker.ietf.org/doc/html/rfc2253">RFC 2253</link> (1.11.8); 729 <link url="https://datatracker.ietf.org/doc/html/rfc2253">RFC 2253</link> (1.11.8);