Re: Add support to TLS 1.3 cipher suites and curves lists - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Add support to TLS 1.3 cipher suites and curves lists
Date
Msg-id 9B0B35B5-EE65-42DA-8C09-8B73DC14F90D@yesql.se
Whole thread Raw
In response to Re: Add support to TLS 1.3 cipher suites and curves lists  (Dmitry Dolgov <9erthalion6@gmail.com>)
List pgsql-hackers
> On 19 Feb 2026, at 12:56, Dmitry Dolgov <9erthalion6@gmail.com> wrote:

> Unless I'm missing something, that means pre 18 version cannot use
> post-quantum schemes, which have become a part of standard recently. The
> last such version goes out of support in 2029. I know it's a long shot,
> but with that in mind are there any chances of backporting this change set?

The API has been available since OpenSSL 1.1.1 so it would be Ok from that
perspective, but we don't backport non-bugfix changes that change/add
functionality.  In this case it's changing functionalty in a dependency and not
postgres itself, but I think it falls on the same rule.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Amul Sul
Date:
Subject: Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement
Next
From: Alexandre Felipe
Date:
Subject: Re: index prefetching