# HG changeset patch # User Sergey Kandaurov # Date 1543591734 -10800 # Node ID e2e71f9477a8026c54f7c5432cd7c88865120fc9 # Parent a1d0238ffb61e6a0acb11946f925d839ba04b6bc Added note about ssl_dhparam defaults. diff -r a1d0238ffb61 -r e2e71f9477a8 xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Tue Nov 27 19:04:53 2018 +0300 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Fri Nov 30 18:28:54 2018 +0300 @@ -10,7 +10,7 @@ + rev="44">
@@ -285,6 +285,14 @@ Specifies a file with DH parameters for DHE ciphers. + +By default no parameters are set, +and therefore DHE ciphers will not be used. + +Prior to version 1.11.0, builtin parameters were used by default. + + + diff -r a1d0238ffb61 -r e2e71f9477a8 xml/en/docs/mail/ngx_mail_ssl_module.xml --- a/xml/en/docs/mail/ngx_mail_ssl_module.xml Tue Nov 27 19:04:53 2018 +0300 +++ b/xml/en/docs/mail/ngx_mail_ssl_module.xml Fri Nov 30 18:28:54 2018 +0300 @@ -10,7 +10,7 @@ + rev="19">
@@ -245,6 +245,14 @@ Specifies a file with DH parameters for DHE ciphers. + +By default no parameters are set, +and therefore DHE ciphers will not be used. + +Prior to version 1.11.0, builtin parameters were used by default. + + + diff -r a1d0238ffb61 -r e2e71f9477a8 xml/en/docs/stream/ngx_stream_ssl_module.xml --- a/xml/en/docs/stream/ngx_stream_ssl_module.xml Tue Nov 27 19:04:53 2018 +0300 +++ b/xml/en/docs/stream/ngx_stream_ssl_module.xml Fri Nov 30 18:28:54 2018 +0300 @@ -9,7 +9,7 @@ + rev="19">
@@ -213,6 +213,14 @@ Specifies a file with DH parameters for DHE ciphers. + +By default no parameters are set, +and therefore DHE ciphers will not be used. + +Prior to version 1.11.0, builtin parameters were used by default. + + + diff -r a1d0238ffb61 -r e2e71f9477a8 xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Tue Nov 27 19:04:53 2018 +0300 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Fri Nov 30 18:28:54 2018 +0300 @@ -10,7 +10,7 @@ + rev="44">
@@ -287,6 +287,14 @@ Указывает файл с параметрами для DHE-шифров. + +По умолчанию параметры не заданы, +и соответственно DHE-шифры не будут использоваться. + +До версии 1.11.0 по умолчанию использовались встроенные параметры. + + + diff -r a1d0238ffb61 -r e2e71f9477a8 xml/ru/docs/mail/ngx_mail_ssl_module.xml --- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml Tue Nov 27 19:04:53 2018 +0300 +++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml Fri Nov 30 18:28:54 2018 +0300 @@ -10,7 +10,7 @@ + rev="19">
@@ -245,6 +245,14 @@ Указывает файл с параметрами для DHE-шифров. + +По умолчанию параметры не заданы, +и соответственно DHE-шифры не будут использоваться. + +До версии 1.11.0 по умолчанию использовались встроенные параметры. + + + diff -r a1d0238ffb61 -r e2e71f9477a8 xml/ru/docs/stream/ngx_stream_ssl_module.xml --- a/xml/ru/docs/stream/ngx_stream_ssl_module.xml Tue Nov 27 19:04:53 2018 +0300 +++ b/xml/ru/docs/stream/ngx_stream_ssl_module.xml Fri Nov 30 18:28:54 2018 +0300 @@ -9,7 +9,7 @@ + rev="19">
@@ -213,6 +213,14 @@ Указывает файл с параметрами для DHE-шифров. + +По умолчанию параметры не заданы, +и соответственно DHE-шифры не будут использоваться. + +До версии 1.11.0 по умолчанию использовались встроенные параметры. + + +