Re: Retire support for OpenSSL 1.1.1 due to raised API requirements - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Retire support for OpenSSL 1.1.1 due to raised API requirements
Date
Msg-id B4B09533-A987-41A1-8509-307FB4088B09@yesql.se
Whole thread Raw
In response to Re: Retire support for OpenSSL 1.1.1 due to raised API requirements  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Retire support for OpenSSL 1.1.1 due to raised API requirements
List pgsql-hackers
> On 10 Sep 2024, at 10:44, Daniel Gustafsson <daniel@yesql.se> wrote:

> This change will be committed together with the TLSv1.3 cipher suite pathcset,
> just wanted to bring it up here and not hide it in another thread.

In the TLSv1.3 cipher suite thread it was brought up that this bump in minimum
version would bump the minimum version of libressl to 3.4, whcih corresponds to
the OpenBSD 3.4 release (from October 2021).  The OpenBSD project only supports
the two last releases (7.7 will be the latest by the time v18 ships it seems)
and I assume LibreSSL follows that since they don't state anything else AFAICT.
To keep this from being buried on another thread I figured I'd bring it up here
as well.

We don't explicitly mention which libressl version we support, if we raise it
as proposed here then perhaps it's a good time to state that in the docs.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: [PATCH] Check for TupleTableSlot nullness before dereferencing
Next
From: Shubham Khanna
Date:
Subject: Re: Pgoutput not capturing the generated columns