Add configuration parameter ssl_renegotiation_limit to control

Magnus Hagander <magnus@hagander.net>

Commit: f8bd81b4cb6970c784e5c8250861df1e09cf323e
Author: Magnus Hagander <magnus@hagander.net>
Date: 2010-02-25T13:26:19Z
Releases: 8.2.16
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