comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1054:c5793e5c30d4

Documented the "ssl_ecdh_curve" directive.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 29 Jan 2014 19:30:25 +0400
parents f7ca80263893
children e26a9f598e40
comparison
equal deleted inserted replaced
1053:6303d4e343a8 1054:c5793e5c30d4
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="9"> 13 rev="10">
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
261 <context>server</context> 261 <context>server</context>
262 <appeared-in>0.7.2</appeared-in> 262 <appeared-in>0.7.2</appeared-in>
263 263
264 <para> 264 <para>
265 Specifies a <value>file</value> with DH parameters for EDH ciphers. 265 Specifies a <value>file</value> with DH parameters for EDH ciphers.
266 </para>
267
268 </directive>
269
270
271 <directive name="ssl_ecdh_curve">
272 <syntax><value>curve</value></syntax>
273 <default>prime256v1</default>
274 <context>http</context>
275 <context>server</context>
276 <appeared-in>1.1.0</appeared-in>
277 <appeared-in>1.0.6</appeared-in>
278
279 <para>
280 Specifies a <value>curve</value> for ECDHE ciphers.
266 </para> 281 </para>
267 282
268 </directive> 283 </directive>
269 284
270 285