Re: SSL renegotiation

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SSL renegotiation
Date: 2013-09-23 20:51:24
Message-ID: 20130923205121.GM4832@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Here's an updated version; this mainly simplifies code, per comments
from Andres (things were a bit too baroque in places due to the way the
code had evolved, and I hadn't gone over it to simplify it).

The only behavior change is that the renegotiation is requested 1kB
before the limit is hit: the raise to 1% of the configured limit was
removed.

The "fixup" is an incremental on top of the previous version; the other
one is the full v2 patch.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
ssl-renegotiation-1.fixup.patch text/x-diff 4.3 KB
ssl-renegotiation-2.patch text/x-diff 4.6 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-09-24 13:29:01 Re: SSL renegotiation
Previous Message Noah Misch 2013-09-23 20:07:00 pgsql: Use @libdir@ in both of regress/{input, output}/security_label.so

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-09-23 21:03:59 Re: logical changeset generation v6
Previous Message Noah Misch 2013-09-23 20:39:14 Re: pgbench progress report improvements - split 2