diff xml/en/docs/http/configuring_https_servers.xml @ 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 a413dffb0557
children 6135f3c95bf6
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>