Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: "Zuk, Kacper" <kzuk(at)akamai(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection
Date: 2016-10-07 09:26:17
Message-ID: 1d89f547-27ba-1d4d-4a4a-d54439de7afa@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10/05/2016 12:10 PM, Heikki Linnakangas wrote:
> I came up with the attached patch for this. As threatened, it uses a
> separate SSL context for each connection. That simplifies the code
> somewhat, and fixes the bugs. Kacper's test case is included in this.
> (This is for git master, stable branches will need small tweaking to
> make the patch apply.)

I hear no objections, so committed and back-patched that.

Thanks for the report and analysis, Kacper!

- Heikki

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Zuk, Kacper 2016-10-07 09:58:12 Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection
Previous Message debaratis 2016-10-07 08:51:01 BUG #14359: serial datatype issue