]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add configuration parameter ssl_renegotiation_limit to control
authorMagnus Hagander <magnus@hagander.net>
Thu, 25 Feb 2010 13:26:19 +0000 (13:26 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 25 Feb 2010 13:26:19 +0000 (13:26 +0000)
commitf8bd81b4cb6970c784e5c8250861df1e09cf323e
tree3b24d5ac325d5078ab56a0deedcaac5719f5b9d3
parent2c0914be737f81c2d0c020bf44fb66d92281c3a6
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.
doc/src/sgml/config.sgml
src/backend/libpq/be-secure.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample