changeset 2460:c60a8a15010c

Clarified description of the $ssl_cipher variable. Notably, it contains the only actually used cipher suite.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 06 Nov 2019 20:16:06 +0300
parents 2aad23d07d96
children a1408fb919e3
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, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Nov 05 17:30:26 2019 +0300
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Wed Nov 06 20:16:06 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="47">
+        rev="48">
 
 <section id="summary">
 
@@ -823,7 +823,7 @@
 
 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
 <tag-desc>
-returns the string of ciphers used
+returns the name of the cipher used
 for an established SSL connection;
 </tag-desc>
 
--- a/xml/en/docs/stream/ngx_stream_ssl_module.xml	Tue Nov 05 17:30:26 2019 +0300
+++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml	Wed Nov 06 20:16:06 2019 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_ssl_module"
         link="/en/docs/stream/ngx_stream_ssl_module.html"
         lang="en"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -595,7 +595,7 @@
 
 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
 <tag-desc>
-returns the string of ciphers used
+returns the name of the cipher used
 for an established SSL connection;
 </tag-desc>
 
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Tue Nov 05 17:30:26 2019 +0300
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Wed Nov 06 20:16:06 2019 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="47">
+        rev="48">
 
 <section id="summary">
 
@@ -828,7 +828,7 @@
 
 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
 <tag-desc>
-возвращает строку используемых шифров для установленного SSL-соединения;
+возвращает название используемого шифра для установленного SSL-соединения;
 </tag-desc>
 
 <tag-name id="var_ssl_ciphers"><var>$ssl_ciphers</var></tag-name>
--- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml	Tue Nov 05 17:30:26 2019 +0300
+++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml	Wed Nov 06 20:16:06 2019 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_ssl_module"
         link="/ru/docs/stream/ngx_stream_ssl_module.html"
         lang="ru"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -599,7 +599,7 @@
 
 <tag-name id="var_ssl_cipher"><var>$ssl_cipher</var></tag-name>
 <tag-desc>
-возвращает строку используемых шифров для установленного SSL-соединения;
+возвращает название используемого шифра для установленного SSL-соединения;
 </tag-desc>
 
 <tag-name id="var_ssl_ciphers"><var>$ssl_ciphers</var></tag-name>