Re: SSL tests fail on OpenSSL v3.2.0

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Tristan Partin <tristan(at)neon(dot)tech>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Bo Anderson <mail(at)boanderson(dot)me>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SSL tests fail on OpenSSL v3.2.0
Date: 2023-11-28 03:55:37
Message-ID: ZWVkuRwG_3OkpWhp@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 27, 2023 at 09:04:23PM -0500, Tom Lane wrote:
> I can confirm that we also fail when using up-to-date MacPorts, which
> seems to have started shipping 3.2.0 last week or so. I tried the v3
> patch, and while that stops the crash, it looks like 3.2.0 has also
> made some random changes in error messages:
>
> Failed 3/205 subtests
> t/002_scram.pl ..... ok
> t/003_sslinfo.pl ... ok
>
> Guess we'll need to adjust the test script a bit too.

Sigh. We could use an extra check_pg_config() with a routine new in
3.2.0. Looking at CHANGES.md, SSL_get0_group_name() seems to be one
generic choice here.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2023-11-28 03:56:34 Re: POC, WIP: OR-clause support for indexes
Previous Message Alena Rybakina 2023-11-28 03:52:20 Re: POC, WIP: OR-clause support for indexes