comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 393:b83d332fbdaa

Documented SSL changes in the upcoming 1.0.12 release.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Feb 2012 08:54:43 +0000
parents 331a86bc51ff
children 58dd64aef626
comparison
equal deleted inserted replaced
392:5fd99d37a3e6 393:b83d332fbdaa
248 Enables the specified protocols. 248 Enables the specified protocols.
249 The parameters <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> work 249 The parameters <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> work
250 only when using the OpenSSL library version 1.0.1 and higher. 250 only when using the OpenSSL library version 1.0.1 and higher.
251 <note> 251 <note>
252 The parameters <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> are 252 The parameters <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> are
253 supported starting from version 1.1.13 so when using OpenSSL version 1.0.1 253 supported starting from versions 1.1.13 and 1.0.12
254 so when using OpenSSL version 1.0.1
254 and higher on older nginx versions these protocols will work but could not 255 and higher on older nginx versions these protocols will work but could not
255 be disabled. 256 be disabled.
256 </note> 257 </note>
257 </para> 258 </para>
258 259