[nginx-site] Documented the $ssl_client_fingerprint_sha256 varia...
Maxim Dounin
mdounin at mdounin.ru
Tue Sep 3 10:18:46 UTC 2024
details: http://freenginx.org/hg/nginx-site/rev/807f064844a5
branches:
changeset: 3097:807f064844a5
user: Maxim Dounin <mdounin at mdounin.ru>
date: Mon Sep 02 09:49:53 2024 +0300
description:
Documented the $ssl_client_fingerprint_sha256 variable.
diffstat:
xml/en/docs/http/ngx_http_ssl_module.xml | 8 +++++++-
xml/en/docs/stream/ngx_stream_ssl_module.xml | 8 +++++++-
xml/ru/docs/http/ngx_http_ssl_module.xml | 8 +++++++-
xml/ru/docs/stream/ngx_stream_ssl_module.xml | 8 +++++++-
4 files changed, 28 insertions(+), 4 deletions(-)
diffs (100 lines):
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” клиентского сертификата
More information about the nginx-devel
mailing list