SSL tests failing for channel_binding with OpenSSL <= 1.0.1

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>
Subject: SSL tests failing for channel_binding with OpenSSL <= 1.0.1
Date: 2019-09-27 02:44:57
Message-ID: 20190927024457.GA8485@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
channel-binding-tests.patch text/x-diff 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2019-09-27 02:47:40 Re: Implementing Incremental View Maintenance
Previous Message Amit Langote 2019-09-27 02:42:32 Re: Instability of partition_prune regression test results