comparison xml/en/docs/stream/ngx_stream_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 e69e4dbcc760
children e3d3e2ed4275
comparison
equal deleted inserted replaced
1498:fa144d919ef9 1499:3687cc9a3592
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_ssl_module" 9 <module name="Module ngx_stream_ssl_module"
10 link="/en/docs/stream/ngx_stream_ssl_module.html" 10 link="/en/docs/stream/ngx_stream_ssl_module.html"
11 lang="en" 11 lang="en"
12 rev="3"> 12 rev="4">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0) 17 The <literal>ngx_stream_ssl_module</literal> module (1.9.0)
187 [<literal>SSLv2</literal>] 187 [<literal>SSLv2</literal>]
188 [<literal>SSLv3</literal>] 188 [<literal>SSLv3</literal>]
189 [<literal>TLSv1</literal>] 189 [<literal>TLSv1</literal>]
190 [<literal>TLSv1.1</literal>] 190 [<literal>TLSv1.1</literal>]
191 [<literal>TLSv1.2</literal>]</syntax> 191 [<literal>TLSv1.2</literal>]</syntax>
192 <default>SSLv3 TLSv1 TLSv1.1 TLSv1.2</default> 192 <default>TLSv1 TLSv1.1 TLSv1.2</default>
193 <context>stream</context> 193 <context>stream</context>
194 <context>server</context> 194 <context>server</context>
195 195
196 <para> 196 <para>
197 Enables the specified protocols. 197 Enables the specified protocols.