[PATCH 2 of 2] Documented Auth-SSL-Fingerprint-SHA256 in mail proxy
Maxim Dounin
mdounin at mdounin.ru
Mon Sep 2 07:11:11 UTC 2024
# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1725260939 -10800
# Mon Sep 02 10:08:59 2024 +0300
# Node ID 400dfceb9affedd1167cb28a416a2b3d10d8368e
# Parent 807f064844a578b4eb717ecb254ff4b248a9a08e
Documented Auth-SSL-Fingerprint-SHA256 in mail proxy.
diff --git a/xml/en/docs/mail/ngx_mail_auth_http_module.xml b/xml/en/docs/mail/ngx_mail_auth_http_module.xml
--- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml
+++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml
@@ -10,7 +10,7 @@
<module name="Module ngx_mail_auth_http_module"
link="/en/docs/mail/ngx_mail_auth_http_module.html"
lang="en"
- rev="12">
+ rev="13">
<section id="directives" name="Directives">
@@ -229,7 +229,8 @@ did not contain the <value>reason</value
When the client certificate was present,
its details are passed in the following request headers:
<header>Auth-SSL-Subject</header>, <header>Auth-SSL-Issuer</header>,
-<header>Auth-SSL-Serial</header>, and <header>Auth-SSL-Fingerprint</header>.
+<header>Auth-SSL-Serial</header>, <header>Auth-SSL-Fingerprint</header>,
+and <header>Auth-SSL-Fingerprint-SHA256</header> (1.27.4).
If <link id="auth_http_pass_client_cert"/> is enabled,
the certificate itself is passed in the
<header>Auth-SSL-Cert</header> header.
@@ -254,6 +255,7 @@ Auth-SSL-Subject: /CN=example.com
Auth-SSL-Issuer: /CN=example.com
Auth-SSL-Serial: C07AD56B846B5BFF
Auth-SSL-Fingerprint: 29d6a80a123d13355ed16b4b04605e29cb55a5ad
+Auth-SSL-Fingerprint-SHA256: 8b489b945bd45dd8e229e40f4e9bbc2ee13c70dd82831e197e4084bccc0476d2
</example>
</para>
diff --git a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml
--- a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml
+++ b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml
@@ -10,7 +10,7 @@
<module name="Модуль ngx_mail_auth_http_module"
link="/ru/docs/mail/ngx_mail_auth_http_module.html"
lang="ru"
- rev="12">
+ rev="13">
<section id="directives" name="Директивы">
@@ -227,7 +227,8 @@ url="https://developers.google.com/gmail
Если клиентский сертификат был предоставлен,
информация о нём передаётся в следующих заголовках запроса:
<header>Auth-SSL-Subject</header>, <header>Auth-SSL-Issuer</header>,
-<header>Auth-SSL-Serial</header> и <header>Auth-SSL-Fingerprint</header>.
+<header>Auth-SSL-Serial</header>, <header>Auth-SSL-Fingerprint</header>
+и <header>Auth-SSL-Fingerprint-SHA256</header> (1.27.4).
Если директива <link id="auth_http_pass_client_cert"/> включена,
сам сертификат передаётся в заголовке
<header>Auth-SSL-Cert</header>.
@@ -252,6 +253,7 @@ Auth-SSL-Subject: /CN=example.com
Auth-SSL-Issuer: /CN=example.com
Auth-SSL-Serial: C07AD56B846B5BFF
Auth-SSL-Fingerprint: 29d6a80a123d13355ed16b4b04605e29cb55a5ad
+Auth-SSL-Fingerprint-SHA256: 8b489b945bd45dd8e229e40f4e9bbc2ee13c70dd82831e197e4084bccc0476d2
</example>
</para>
More information about the nginx-devel
mailing list