Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1
Date
Msg-id 23061.1569850669@sss.pgh.pa.us
Whole thread Raw
In response to Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1  (Michael Paquier <michael@paquier.xyz>)
Responses Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1
List 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



pgsql-hackers by date:

Previous
From: Yugo Nagata
Date:
Subject: Re: Implementing Incremental View Maintenance
Next
From: Joe Conway
Date:
Subject: Re: add a MAC check for TRUNCATE