# HG changeset patch # User Maxim Dounin <mdou...@mdounin.ru> # Date 1725259793 -10800 # Mon Sep 02 09:49:53 2024 +0300 # Node ID 807f064844a578b4eb717ecb254ff4b248a9a08e # Parent ddf686b02cebbb264de66e59be32c8a7b228ea21 Documented the $ssl_client_fingerprint_sha256 variable.
diff --git a/xml/en/docs/http/ngx_http_ssl_module.xml b/xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml +++ b/xml/en/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ <module name="Module ngx_http_ssl_module" link="/en/docs/http/ngx_http_ssl_module.html" lang="en" - rev="63"> + rev="64"> <section id="summary"> @@ -1059,6 +1059,12 @@ returns the SHA1 fingerprint of the clie for an established SSL connection (1.7.1); </tag-desc> +<tag-name id="var_ssl_client_fingerprint_sha256"><var>$ssl_client_fingerprint_sha256</var></tag-name> +<tag-desc> +returns the SHA256 fingerprint of the client certificate +for an established SSL connection (1.27.4); +</tag-desc> + <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name> <tag-desc> returns the “issuer DN” string of the client certificate diff --git a/xml/en/docs/stream/ngx_stream_ssl_module.xml b/xml/en/docs/stream/ngx_stream_ssl_module.xml --- a/xml/en/docs/stream/ngx_stream_ssl_module.xml +++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml @@ -9,7 +9,7 @@ <module name="Module ngx_stream_ssl_module" link="/en/docs/stream/ngx_stream_ssl_module.html" lang="en" - rev="32"> + rev="33"> <section id="summary"> @@ -716,6 +716,12 @@ returns the SHA1 fingerprint of the clie for an established SSL connection (1.11.8); </tag-desc> +<tag-name id="var_ssl_client_fingerprint_sha256"><var>$ssl_client_fingerprint_sha256</var></tag-name> +<tag-desc> +returns the SHA256 fingerprint of the client certificate +for an established SSL connection (1.27.4); +</tag-desc> + <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name> <tag-desc> returns the “issuer DN” string of the client certificate diff --git a/xml/ru/docs/http/ngx_http_ssl_module.xml b/xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ <module name="Модуль ngx_http_ssl_module" link="/ru/docs/http/ngx_http_ssl_module.html" lang="ru" - rev="63"> + rev="64"> <section id="summary"> @@ -1066,6 +1066,12 @@ AES128-SHA:AES256-SHA:0x00ff для установленного SSL-соединения (1.7.1); </tag-desc> +<tag-name id="var_ssl_client_fingerprint_sha256"><var>$ssl_client_fingerprint_sha256</var></tag-name> +<tag-desc> +возвращает SHA256-отпечаток клиентского сертификата +для установленного SSL-соединения (1.27.4); +</tag-desc> + <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name> <tag-desc> возвращает строку “issuer DN” клиентского сертификата diff --git a/xml/ru/docs/stream/ngx_stream_ssl_module.xml b/xml/ru/docs/stream/ngx_stream_ssl_module.xml --- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml +++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml @@ -9,7 +9,7 @@ <module name="Модуль ngx_stream_ssl_module" link="/ru/docs/stream/ngx_stream_ssl_module.html" lang="ru" - rev="32"> + rev="33"> <section id="summary"> @@ -721,6 +721,12 @@ AES128-SHA:AES256-SHA:0x00ff для установленного SSL-соединения (1.11.8); </tag-desc> +<tag-name id="var_ssl_client_fingerprint_sha256"><var>$ssl_client_fingerprint_sha256</var></tag-name> +<tag-desc> +возвращает SHA256-отпечаток клиентского сертификата +для установленного SSL-соединения (1.27.4); +</tag-desc> + <tag-name id="var_ssl_client_i_dn"><var>$ssl_client_i_dn</var></tag-name> <tag-desc> возвращает строку “issuer DN” клиентского сертификата