Re: PostgreSQL and OpenSSL 4.0.0 - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: PostgreSQL and OpenSSL 4.0.0
Date
Msg-id aeKrQfeyDLVE3cmw@paquier.xyz
Whole thread
In response to PostgreSQL and OpenSSL 4.0.0  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
On Thu, Apr 16, 2026 at 03:32:54PM +0200, Daniel Gustafsson wrote:
> The attached patch, while not pretty, allows libpq and sslinfo to build without
> warnings on OpenSSL 1.1.1 through 4.0.0 as well as on LibreSSL (and there is
> quite some variability in constness across all these API versions).

Thanks for that.  That is super fast.

This is likely going to require a backpatch at some point, right?
What's the impact of the blast in branches where we need to support
OpenSSL down to 1.0.1, which is the minimum version in REL_14_STABLE?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Heads Up: cirrus-ci is shutting down June 1st
Next
From: Michael Paquier
Date:
Subject: Re: docs: Fix format of CREATE FOREIGN TABLE example in postgres_fdw