changeset 393:b83d332fbdaa

Documented SSL changes in the upcoming 1.0.12 release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Feb 2012 08:54:43 +0000
parents 5fd99d37a3e6
children 245167685006
files xml/en/docs/http/configuring_https_servers.xml xml/en/docs/http/ngx_http_ssl_module.xml xml/ru/docs/http/ngx_http_ssl_module.xml
diffstat 3 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/configuring_https_servers.xml	Fri Feb 03 12:42:07 2012 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Mon Feb 06 08:54:43 2012 +0000
@@ -50,7 +50,7 @@
 Since version 1.0.5, nginx uses “<literal>ssl_protocols SSLv3 TLSv1</literal>”
 and “<literal>ssl_ciphers HIGH:!aNULL:!MD5</literal>” by default,
 so configuring them explicitly only makes sense for the earlier nginx versions.
-Since version 1.1.13, nginx uses
+Since versions 1.1.13 and 1.0.12, nginx uses
 “<literal>ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2</literal>” by default.
 </para>
 
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Fri Feb 03 12:42:07 2012 +0000
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Mon Feb 06 08:54:43 2012 +0000
@@ -250,7 +250,8 @@
 only when using the OpenSSL library version 1.0.1 and higher.
 <note>
 The parameters <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> are
-supported starting from version 1.1.13 so when using OpenSSL version 1.0.1
+supported starting from versions 1.1.13 and 1.0.12
+so when using OpenSSL version 1.0.1
 and higher on older nginx versions these protocols will work but could not
 be disabled.
 </note>
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Fri Feb 03 12:42:07 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Mon Feb 06 08:54:43 2012 +0000
@@ -248,7 +248,8 @@
 только при использовании библиотеки OpenSSL версии 1.0.1 и выше.
 <note>
 Параметры <literal>TLSv1.1</literal> и <literal>TLSv1.2</literal> поддерживаются
-только начиная с версии 1.1.13, поэтому при использовании OpenSSL версии 1.0.1
+только начиная с версий 1.1.13 и 1.0.12,
+поэтому при использовании OpenSSL версии 1.0.1
 и выше на старых версиях nginx эти протоколы работать будут, однако их нельзя
 будет отключить.
 </note>