# HG changeset patch # User Sergey Kandaurov # Date 1573060566 -10800 # Node ID c60a8a15010cbf15ff9d71a3f2ce49d482a74e59 # Parent 2aad23d07d9625755a63e13e2d71e0d5a382ee3f Clarified description of the $ssl_cipher variable. Notably, it contains the only actually used cipher suite. diff -r 2aad23d07d96 -r c60a8a15010c xml/en/docs/http/ngx_http_ssl_module.xml --- 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 @@ + rev="48">
@@ -823,7 +823,7 @@ $ssl_cipher -returns the string of ciphers used +returns the name of the cipher used for an established SSL connection; diff -r 2aad23d07d96 -r c60a8a15010c xml/en/docs/stream/ngx_stream_ssl_module.xml --- 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 @@ + rev="22">
@@ -595,7 +595,7 @@ $ssl_cipher -returns the string of ciphers used +returns the name of the cipher used for an established SSL connection; diff -r 2aad23d07d96 -r c60a8a15010c xml/ru/docs/http/ngx_http_ssl_module.xml --- 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 @@ + rev="48">
@@ -828,7 +828,7 @@ $ssl_cipher -возвращает строку используемых шифров для установленного SSL-соединения; +возвращает название используемого шифра для установленного SSL-соединения; $ssl_ciphers diff -r 2aad23d07d96 -r c60a8a15010c xml/ru/docs/stream/ngx_stream_ssl_module.xml --- 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 @@ + rev="22">
@@ -599,7 +599,7 @@ $ssl_cipher -возвращает строку используемых шифров для установленного SSL-соединения; +возвращает название используемого шифра для установленного SSL-соединения; $ssl_ciphers