Add configuration parameter ssl_renegotiation_limit to control

Magnus Hagander <magnus@hagander.net>

Commit: 0a1ec273a0a15567658b8fc09e7b3890c965aac6
Author: Magnus Hagander <magnus@hagander.net>
Date: 2010-02-25T13:26:23Z
Releases: 8.3.10
Add configuration parameter ssl_renegotiation_limit to control
how often we do SSL session key renegotiation. Can be set to
0 to disable renegotiation completely, which is required if
a broken SSL library is used (broken patches to CVE-2009-3555
a known cause) or when using a client library that can't do
renegotiation.

Files