diff xml/ru/docs/http/ngx_http_ssl_module.xml @ 1499:3687cc9a3592

Removed SSLv3 from the default value of ssl_protocols and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 May 2015 14:48:44 +0300
parents acba294382d6
children ee91c95fca48
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Thu May 28 10:14:26 2015 +0000
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Thu May 28 14:48:44 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="18">
+        rev="19">
 
 <section id="summary">
 
@@ -352,7 +352,7 @@
     [<literal>TLSv1</literal>]
     [<literal>TLSv1.1</literal>]
     [<literal>TLSv1.2</literal>]</syntax>
-<default>SSLv3 TLSv1 TLSv1.1 TLSv1.2</default>
+<default>TLSv1 TLSv1.1 TLSv1.2</default>
 <context>http</context>
 <context>server</context>