comparison xml/en/docs/http/ngx_http_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 fb41de2d765a
children d16409187314
comparison
equal deleted inserted replaced
2768:9dd8c203a54a 2769:16f6fa718be2
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="53"> 13 rev="54">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
605 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters 605 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters
606 (1.1.13, 1.0.12) work only when OpenSSL 1.0.1 or higher is used. 606 (1.1.13, 1.0.12) work only when OpenSSL 1.0.1 or higher is used.
607 </note> 607 </note>
608 <note> 608 <note>
609 The <literal>TLSv1.3</literal> parameter (1.13.0) works only when 609 The <literal>TLSv1.3</literal> parameter (1.13.0) works only when
610 OpenSSL 1.1.1 built with TLSv1.3 support is used. 610 OpenSSL 1.1.1 or higher is used.
611 </note> 611 </note>
612 </para> 612 </para>
613 613
614 </directive> 614 </directive>
615 615