changeset 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 ddf686b02ceb
children 400dfceb9aff
files xml/en/docs/http/ngx_http_ssl_module.xml xml/en/docs/stream/ngx_stream_ssl_module.xml xml/ru/docs/http/ngx_http_ssl_module.xml xml/ru/docs/stream/ngx_stream_ssl_module.xml
diffstat 4 files changed, 28 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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” клиентского сертификата
--- 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” клиентского сертификата