pgsql: Put back ssl_renegotiation_limit parameter, but only allow 0. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Put back ssl_renegotiation_limit parameter, but only allow 0.
Date
Msg-id E1ZoXU4-0006ov-8d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Put back ssl_renegotiation_limit parameter, but only allow 0.

Per a report from Shay Rojansky, Npgsql sends ssl_renegotiation_limit=0
in the startup packet because it does not support renegotiation; other
clients which have not attempted to support renegotiation might well
behave similarly.  The recent removal of this parameter forces them to
break compatibility with either current PostgreSQL versions, or
previous ones.  Per discussion, the best solution is to accept the
parameter but only allow a value of 0.

Shay Rojansky, edited a little by me.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b06f1f286d5b9beb10cf7dc365cdb7150064e191

Modified Files
--------------
src/backend/utils/misc/guc.c |   19 +++++++++++++++++++
1 file changed, 19 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Put back ssl_renegotiation_limit parameter, but only allow 0.
Next
From: Robert Haas
Date:
Subject: pgsql: Tab complete CREATE EXTENSION .. VERSION.