comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 2769:16f6fa718be2

Updated TLSv1.3 support notes. Previous notes described some early development snapshot of OpenSSL 1.1.1 with disabled TLSv1.3 by default. It was then enabled in the first alpha. Further, the updated text covers later major releases such as OpenSSL 3.0.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 30 Sep 2021 16:29:20 +0300
parents 78161967514f
children d16409187314
comparison
equal deleted inserted replaced
2768:9dd8c203a54a 2769:16f6fa718be2
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="24"> 12 rev="25">
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)
425 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters work 425 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters work
426 only when OpenSSL 1.0.1 or higher is used. 426 only when OpenSSL 1.0.1 or higher is used.
427 </note> 427 </note>
428 <note> 428 <note>
429 The <literal>TLSv1.3</literal> parameter (1.13.0) works only when 429 The <literal>TLSv1.3</literal> parameter (1.13.0) works only when
430 OpenSSL 1.1.1 built with TLSv1.3 support is used. 430 OpenSSL 1.1.1 or higher is used.
431 </note> 431 </note>
432 </para> 432 </para>
433 433
434 </directive> 434 </directive>
435 435