]> 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:26 +0000 (13:26 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 25 Feb 2010 13:26:26 +0000 (13:26 +0000)
commit5ea449e06e78544818716a4342c23934b9e25d5a
tree405c1628b37e9c221c36e3f17b0f1905811b99a4
parent29667c8536fc99472d22ac617dd965bf5c4f1c5f
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