Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection
Date
Msg-id 1d89f547-27ba-1d4d-4a4a-d54439de7afa@iki.fi
Whole thread Raw
In response to Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection  ("Zuk, Kacper" <kzuk@akamai.com>)
List 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

pgsql-bugs by date:

Previous
From: debaratis@techmahindra.com
Date:
Subject: BUG #14359: serial datatype issue
Next
From: "Zuk, Kacper"
Date:
Subject: Re: BUG #14329: libpq doesn't send complete client certificate chain on first SSL connection