comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1870:fa7542e40381

Relocated $ssl_client_i_dn, $ssl_client_i_dn_legacy, $ssl_client_serial.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 Dec 2016 17:46:00 +0300
parents fef4ab2d990c
children 5f156621b8b5
comparison
equal deleted inserted replaced
1869:e1d0b56c0310 1870:fa7542e40381
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="29"> 13 rev="30">
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
790 <tag-desc> 790 <tag-desc>
791 returns the SHA1 fingerprint of the client certificate 791 returns the SHA1 fingerprint of the client certificate
792 for an established SSL connection (1.7.1); 792 for an established SSL connection (1.7.1);
793 </tag-desc> 793 </tag-desc>
794 794
795 <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name>
796 <tag-desc>
797 returns the “issuer DN” string of the client certificate
798 for an established SSL connection according to
799 <link url="https://tools.ietf.org/html/rfc2253">RFC 2253</link> (1.11.6);
800 </tag-desc>
801
802 <tag-name id="var_ssl_client_i_dn_legacy"><var>$ssl_client_i_dn_legacy</var></tag-name>
803 <tag-desc>
804 returns the “issuer DN” string of the client certificate
805 for an established SSL connection;
806 <note>
807 Prior to version 1.11.6, the variable name was <var>$ssl_client_i_dn</var>.
808 </note>
809 </tag-desc>
810
795 <tag-name id="var_ssl_client_raw_cert"><var>$ssl_client_raw_cert</var> 811 <tag-name id="var_ssl_client_raw_cert"><var>$ssl_client_raw_cert</var>
796 </tag-name> 812 </tag-name>
797 <tag-desc> 813 <tag-desc>
798 returns the client certificate in the PEM format 814 returns the client certificate in the PEM format
799 for an established SSL connection;
800 </tag-desc>
801
802 <tag-name id="var_ssl_client_serial"><var>$ssl_client_serial</var></tag-name>
803 <tag-desc>
804 returns the serial number of the client certificate
805 for an established SSL connection; 815 for an established SSL connection;
806 </tag-desc> 816 </tag-desc>
807 817
808 <tag-name id="var_ssl_client_s_dn"><var>$ssl_client_s_dn</var></tag-name> 818 <tag-name id="var_ssl_client_s_dn"><var>$ssl_client_s_dn</var></tag-name>
809 <tag-desc> 819 <tag-desc>
819 <note> 829 <note>
820 Prior to version 1.11.6, the variable name was <var>$ssl_client_s_dn</var>. 830 Prior to version 1.11.6, the variable name was <var>$ssl_client_s_dn</var>.
821 </note> 831 </note>
822 </tag-desc> 832 </tag-desc>
823 833
824 <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name> 834 <tag-name id="var_ssl_client_serial"><var>$ssl_client_serial</var></tag-name>
825 <tag-desc> 835 <tag-desc>
826 returns the “issuer DN” string of the client certificate 836 returns the serial number of the client certificate
827 for an established SSL connection according to
828 <link url="https://tools.ietf.org/html/rfc2253">RFC 2253</link> (1.11.6);
829 </tag-desc>
830
831 <tag-name id="var_ssl_client_i_dn_legacy"><var>$ssl_client_i_dn_legacy</var></tag-name>
832 <tag-desc>
833 returns the “issuer DN” string of the client certificate
834 for an established SSL connection; 837 for an established SSL connection;
835 <note>
836 Prior to version 1.11.6, the variable name was <var>$ssl_client_i_dn</var>.
837 </note>
838 </tag-desc> 838 </tag-desc>
839 839
840 <tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name> 840 <tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name>
841 <tag-desc> 841 <tag-desc>
842 returns the end date of the client certificate (1.11.7); 842 returns the end date of the client certificate (1.11.7);