Re: Add support to TLS 1.3 cipher suites and curves lists

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Erica Zhang <ericazhangy2021(at)qq(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add support to TLS 1.3 cipher suites and curves lists
Date: 2026-02-23 13:22:53
Message-ID: 9B0B35B5-EE65-42DA-8C09-8B73DC14F90D@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 19 Feb 2026, at 12:56, Dmitry Dolgov <9erthalion6(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexandre Felipe 2026-02-23 13:27:09 Re: index prefetching
Previous Message Amul Sul 2026-02-23 13:20:01 Re: [PATCH] Add pg_get_database_ddl() function to reconstruct CREATE DATABASE statement