comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 1978:8f1a568a8bbf

Documented "TLSv1.3" parameter of the "ssl_protocols" directive. While here, cleaned up a note about using OpenSSL on older nginx versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 25 Apr 2017 18:17:41 +0300
parents 66a30a380fba
children 3d9e7993c201
comparison
equal deleted inserted replaced
1977:57a1ef2902bf 1978:8f1a568a8bbf
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="16"> 12 rev="17">
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)
317 <syntax> 317 <syntax>
318 [<literal>SSLv2</literal>] 318 [<literal>SSLv2</literal>]
319 [<literal>SSLv3</literal>] 319 [<literal>SSLv3</literal>]
320 [<literal>TLSv1</literal>] 320 [<literal>TLSv1</literal>]
321 [<literal>TLSv1.1</literal>] 321 [<literal>TLSv1.1</literal>]
322 [<literal>TLSv1.2</literal>]</syntax> 322 [<literal>TLSv1.2</literal>]
323 [<literal>TLSv1.3</literal>]</syntax>
323 <default>TLSv1 TLSv1.1 TLSv1.2</default> 324 <default>TLSv1 TLSv1.1 TLSv1.2</default>
324 <context>stream</context> 325 <context>stream</context>
325 <context>server</context> 326 <context>server</context>
326 327
327 <para> 328 <para>
328 Enables the specified protocols. 329 Enables the specified protocols.
330 <note>
329 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters work 331 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters work
330 only when the OpenSSL library of version 1.0.1 or higher is used. 332 only when OpenSSL 1.0.1 or higher is used.
333 </note>
334 <note>
335 The <literal>TLSv1.3</literal> parameter (1.13.0) works only when
336 OpenSSL 1.1.1 built with TLSv1.3 support is used.
337 </note>
331 </para> 338 </para>
332 339
333 </directive> 340 </directive>
334 341
335 342