diff xml/en/docs/http/ngx_http_ssl_module.xml @ 2241:b7ac730b96f3

Documented TLS 1.3 early data support with OpenSSL. While here, removed availability note from the $ssl_early_data description.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 25 Sep 2018 23:42:34 +0300
parents 0761b770a94e
children e2e71f9477a8
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="42">
+        rev="43">
 
 <section id="summary">
 
@@ -311,9 +311,8 @@ proxy_set_header Early-Data $ssl_early_d
 </example>
 
 <note>
-The directive is supported only when using the
-<link url="https://boringssl.googlesource.com/boringssl/">BoringSSL</link>
-library.
+The directive is supported when using OpenSSL 1.1.1 or higher (1.15.4) and
+<link url="https://boringssl.googlesource.com/boringssl/">BoringSSL</link>.
 </note>
 </para>
 
@@ -916,11 +915,6 @@ The variable is available only for new s
 returns “<literal>1</literal>” if
 TLS 1.3 <link id="ssl_early_data">early data</link> is used
 and the handshake is not complete, otherwise “” (1.15.3).
-<note>
-The variable is supported only when using the
-<link url="https://boringssl.googlesource.com/boringssl/">BoringSSL</link>
-library.
-</note>
 </tag-desc>
 
 <tag-name id="var_ssl_protocol"><var>$ssl_protocol</var></tag-name>