comparison xml/en/docs/mail/ngx_mail_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
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_ssl_module" 10 <module name="Module ngx_mail_ssl_module"
11 link="/en/docs/mail/ngx_mail_ssl_module.html" 11 link="/en/docs/mail/ngx_mail_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="21"> 13 rev="22">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_mail_ssl_module</literal> module provides the necessary 18 The <literal>ngx_mail_ssl_module</literal> module provides the necessary
341 341
342 <para> 342 <para>
343 <note> 343 <note>
344 Prior to version 1.11.0, 344 Prior to version 1.11.0,
345 the <literal>prime256v1</literal> curve was used by default. 345 the <literal>prime256v1</literal> curve was used by default.
346 </note>
347 </para>
348
349 <para>
350 <note>
351 When using OpenSSL 1.0.2 or higher,
352 this directive sets the list of curves supported by the server.
353 Thus, in order for ECDSA certificates to work,
354 it is important to include the curves used in the certificates.
346 </note> 355 </note>
347 </para> 356 </para>
348 357
349 </directive> 358 </directive>
350 359