Add configuration parameter ssl_renegotiation_limit to control

Magnus Hagander <magnus@hagander.net>

Commit: 413d34be4e1f47ce52b02a6c60858ef6f1285578
Author: Magnus Hagander <magnus@hagander.net>
Date: 2010-02-25T13:26:16Z
Releases: 9.0.0
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