comparison xml/en/docs/http/ngx_http_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 0b98a81f196b
children fb41de2d765a
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_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="51"> 13 rev="52">
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
433 Prior to version 1.11.0, 433 Prior to version 1.11.0,
434 the <literal>prime256v1</literal> curve was used by default. 434 the <literal>prime256v1</literal> curve was used by default.
435 </note> 435 </note>
436 </para> 436 </para>
437 437
438 <para>
439 <note>
440 When using OpenSSL 1.0.2 or higher,
441 this directive sets the list of curves supported by the server.
442 Thus, in order for ECDSA certificates to work,
443 it is important to include the curves used in the certificates.
444 </note>
445 </para>
446
438 </directive> 447 </directive>
439 448
440 449
441 <directive name="ssl_ocsp"> 450 <directive name="ssl_ocsp">
442 <syntax><literal>on</literal> | 451 <syntax><literal>on</literal> |