Re: SSL tests fail on OpenSSL v3.2.0 - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: SSL tests fail on OpenSSL v3.2.0
Date
Msg-id ZWVkuRwG_3OkpWhp@paquier.xyz
Whole thread Raw
In response to Re: SSL tests fail on OpenSSL v3.2.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: SSL tests fail on OpenSSL v3.2.0
List 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

Attachment

pgsql-hackers by date:

Previous
From: Alena Rybakina
Date:
Subject: Re: POC, WIP: OR-clause support for indexes
Next
From: Peter Geoghegan
Date:
Subject: Re: POC, WIP: OR-clause support for indexes