changeset 1863:fef4ab2d990c

Removed unnecessary version for "FAILED:reason" in $ssl_client_verify.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 14 Dec 2016 19:20:40 +0300
parents 621daf1b77d0
children 543f654ce08a
files xml/en/docs/http/ngx_http_ssl_module.xml xml/en/docs/mail/ngx_mail_auth_http_module.xml xml/ru/docs/http/ngx_http_ssl_module.xml xml/ru/docs/mail/ngx_mail_auth_http_module.xml
diffstat 4 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Dec 13 17:51:59 2016 +0300
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Wed Dec 14 19:20:40 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -857,7 +857,7 @@
 <tag-desc>
 returns the result of client certificate verification:
 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”,
-(1.11.7) and “<literal>NONE</literal>” if a certificate was not present;
+and “<literal>NONE</literal>” if a certificate was not present;
 <note>
 Prior to version 1.11.7, the “<literal>FAILED</literal>” result
 did not contain the <value>reason</value> string.
--- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Tue Dec 13 17:51:59 2016 +0300
+++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Wed Dec 14 19:20:40 2016 +0300
@@ -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="7">
+        rev="8">
 
 <section id="directives" name="Directives">
 
@@ -208,8 +208,8 @@
 <header>Auth-SSL-Verify</header> will contain
 the result of client certificate verification, if
 <link doc="ngx_mail_ssl_module.xml" id="ssl_verify_client">enabled</link>:
-“<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”
-(1.11.7), and “<literal>NONE</literal>” if a certificate was not present.
+“<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”,
+and “<literal>NONE</literal>” if a certificate was not present.
 <note>
 Prior to version 1.11.7, the “<literal>FAILED</literal>” result
 did not contain the <value>reason</value> string.
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Tue Dec 13 17:51:59 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Wed Dec 14 19:20:40 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -860,7 +860,7 @@
 <tag-desc>
 возвращает результат проверки клиентского сертификата:
 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”
-(1.11.7) и, если сертификат не был предоставлен — “<literal>NONE</literal>”;
+и, если сертификат не был предоставлен, “<literal>NONE</literal>”;
 <note>
 До версии 1.11.7 результат “<literal>FAILED</literal>”
 не содержал строку <value>reason</value>.
--- a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml	Tue Dec 13 17:51:59 2016 +0300
+++ b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml	Wed Dec 14 19:20:40 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_auth_http_module"
         link="/ru/docs/mail/ngx_mail_auth_http_module.html"
         lang="ru"
-        rev="7">
+        rev="8">
 
 <section id="directives" name="Директивы">
 
@@ -207,7 +207,7 @@
 заголовок <header>Auth-SSL-Verify</header> содержит
 результат проверки клиентского сертификата:
 “<literal>SUCCESS</literal>”, “<literal>FAILED:</literal><value>reason</value>”
-(1.11.7) и, если сертификат не был предоставлен — “<literal>NONE</literal>”.
+и, если сертификат не был предоставлен, “<literal>NONE</literal>”.
 <note>
 До версии 1.11.7 результат “<literal>FAILED</literal>”
 не содержал строку <value>reason</value>.