comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1824:e8811a423130

Added RFC2253-compliant $ssl_client_s_dn, $ssl_client_i_dn and legacy vars.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 21 Oct 2016 22:26:56 +0300
parents 3fa0944ddc6a
children 2ef67c4d2226
comparison
equal deleted inserted replaced
1823:fd5656dab254 1824:e8811a423130
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="24"> 13 rev="25">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
791 </tag-desc> 791 </tag-desc>
792 792
793 <tag-name id="var_ssl_client_s_dn"><var>$ssl_client_s_dn</var></tag-name> 793 <tag-name id="var_ssl_client_s_dn"><var>$ssl_client_s_dn</var></tag-name>
794 <tag-desc> 794 <tag-desc>
795 returns the “subject DN” string of the client certificate 795 returns the “subject DN” string of the client certificate
796 for an established SSL connection according to
797 <link url="https://tools.ietf.org/html/rfc2253">RFC 2253</link> (1.11.6);
798 </tag-desc>
799
800 <tag-name id="var_ssl_client_s_dn_legacy"><var>$ssl_client_s_dn_legacy</var></tag-name>
801 <tag-desc>
802 returns the “subject DN” string of the client certificate
796 for an established SSL connection; 803 for an established SSL connection;
804 <note>
805 Prior to version 1.11.6, the variable name was <var>$ssl_client_s_dn</var>.
806 </note>
797 </tag-desc> 807 </tag-desc>
798 808
799 <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name> 809 <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name>
810 <tag-desc>
811 returns the “issuer DN” string of the client certificate
812 for an established SSL connection according to
813 <link url="https://tools.ietf.org/html/rfc2253">RFC 2253</link> (1.11.6);
814 </tag-desc>
815
816 <tag-name id="var_ssl_client_i_dn_legacy"><var>$ssl_client_i_dn_legacy</var></tag-name>
800 <tag-desc> 817 <tag-desc>
801 returns the “issuer DN” string of the client certificate 818 returns the “issuer DN” string of the client certificate
802 for an established SSL connection; 819 for an established SSL connection;
820 <note>
821 Prior to version 1.11.6, the variable name was <var>$ssl_client_i_dn</var>.
822 </note>
803 </tag-desc> 823 </tag-desc>
804 824
805 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name> 825 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name>
806 <tag-desc> 826 <tag-desc>
807 returns the result of client certificate verification: 827 returns the result of client certificate verification: