comparison xml/en/docs/stream/ngx_stream_ssl_module.xml @ 2648:78161967514f

Mentioned ECDSA in ssl_ecdh_curve.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 20 Jan 2021 09:38:58 +0000
parents d8bf37d20449
children 16f6fa718be2
comparison
equal deleted inserted replaced
2647:0085d9f7dc3f 2648:78161967514f
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="23"> 12 rev="24">
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)
324 324
325 <para> 325 <para>
326 <note> 326 <note>
327 Prior to version 1.11.0, 327 Prior to version 1.11.0,
328 the <literal>prime256v1</literal> curve was used by default. 328 the <literal>prime256v1</literal> curve was used by default.
329 </note>
330 </para>
331
332 <para>
333 <note>
334 When using OpenSSL 1.0.2 or higher,
335 this directive sets the list of curves supported by the server.
336 Thus, in order for ECDSA certificates to work,
337 it is important to include the curves used in the certificates.
329 </note> 338 </note>
330 </para> 339 </para>
331 340
332 </directive> 341 </directive>
333 342