Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>,
Jeff Davis <pgsql@j-davis.com>
Date: 2019-09-30T13:37:49Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > On Fri, Sep 27, 2019 at 11:44:57AM +0900, Michael Paquier wrote: >> We need to do something similar to c3d41cc for the test, as per the >> attached. I have tested that with OpenSSL 1.0.1 and 1.0.2 to stress >> both scenarios. >> Any objections to this fix? > Committed as a12c75a1. The committed fix looks odd: isn't the number of executed tests the same in both code paths? (I didn't try it yet.) regards, tom lane
Commits
-
Fix SSL test for libpq connection parameter channel_binding
- a12c75a10482 13.0 landed