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

From Michael Paquier
Subject SSL tests failing for channel_binding with OpenSSL <= 1.0.1
Date
Msg-id 20190927024457.GA8485@paquier.xyz
Whole thread Raw
Responses Re: SSL tests failing for channel_binding with OpenSSL <= 1.0.1
List pgsql-hackers
Hi all,
(Jeff Davis in CC)

As $subject tells, any version of OpenSSL not including
X509_get_signature_nid() (version <= 1.0.1) causes the SSL tests to
fail.  This has been introduced by d6e612f.

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?

Thanks,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Instability of partition_prune regression test results
Next
From: Tatsuo Ishii
Date:
Subject: Re: Implementing Incremental View Maintenance