# HG changeset patch # User Maxim Dounin # Date 1464116438 -10800 # Node ID 6f5497797cde1ca60b53bce5c23c59388b29f23b # Parent f855acbd0a944d9d1b25c7262fbbb524d41f7a27 Changed "EDH ciphers" to "DHE ciphers". These are synonyms and both mean "ephemeral Diffie-Hellman", though "DHE" is a variant preferred by relevant standards and recent versions of OpenSSL. It is also in line with "ECDHE" used elsewhere. Additionally, incorrect wording fixed in Russian descriptions. diff -r f855acbd0a94 -r 6f5497797cde xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Tue May 24 20:22:35 2016 +0300 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Tue May 24 22:00:38 2016 +0300 @@ -10,7 +10,7 @@ + rev="20">
@@ -270,7 +270,7 @@ 0.7.2 -Specifies a file with DH parameters for EDH ciphers. +Specifies a file with DH parameters for DHE ciphers. diff -r f855acbd0a94 -r 6f5497797cde xml/en/docs/mail/ngx_mail_ssl_module.xml --- a/xml/en/docs/mail/ngx_mail_ssl_module.xml Tue May 24 20:22:35 2016 +0300 +++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml Tue May 24 22:00:38 2016 +0300 @@ -10,7 +10,7 @@ + rev="9">
@@ -212,7 +212,7 @@ 0.7.2 -Specifies a file with DH parameters for EDH ciphers. +Specifies a file with DH parameters for DHE ciphers. diff -r f855acbd0a94 -r 6f5497797cde xml/en/docs/stream/ngx_stream_ssl_module.xml --- a/xml/en/docs/stream/ngx_stream_ssl_module.xml Tue May 24 20:22:35 2016 +0300 +++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml Tue May 24 22:00:38 2016 +0300 @@ -9,7 +9,7 @@ + rev="6">
@@ -146,7 +146,7 @@ server -Specifies a file with DH parameters for EDH ciphers. +Specifies a file with DH parameters for DHE ciphers. diff -r f855acbd0a94 -r 6f5497797cde xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Tue May 24 20:22:35 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Tue May 24 22:00:38 2016 +0300 @@ -10,7 +10,7 @@ + rev="20">
@@ -270,7 +270,7 @@ 0.7.2 -Указывает файл с параметрами для шифров с обменом EDH-ключами. +Указывает файл с параметрами для DHE-шифров. diff -r f855acbd0a94 -r 6f5497797cde xml/ru/docs/mail/ngx_mail_ssl_module.xml --- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml Tue May 24 20:22:35 2016 +0300 +++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml Tue May 24 22:00:38 2016 +0300 @@ -10,7 +10,7 @@ + rev="9">
@@ -212,7 +212,7 @@ 0.7.2 -Указывает файл с параметрами для шифров с обменом EDH-ключами. +Указывает файл с параметрами для DHE-шифров. diff -r f855acbd0a94 -r 6f5497797cde xml/ru/docs/stream/ngx_stream_ssl_module.xml --- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml Tue May 24 20:22:35 2016 +0300 +++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml Tue May 24 22:00:38 2016 +0300 @@ -9,7 +9,7 @@ + rev="6">
@@ -145,7 +145,7 @@ server -Указывает файл с параметрами для шифров с обменом EDH-ключами. +Указывает файл с параметрами для DHE-шифров.