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

From Erica Zhang
Subject Re:Re: Add support to TLS 1.3 cipher suites and curves lists
Date
Msg-id tencent_F551A28C9CFA3CE8E278FD23E22F261EE607@qq.com
Whole thread Raw
In response to Add support to TLS 1.3 cipher suites and curves lists  ("Erica Zhang" <ericazhangy2021@qq.com>)
Responses Re: Re: Add support to TLS 1.3 cipher suites and curves lists
Re: Re: Add support to TLS 1.3 cipher suites and curves lists
List pgsql-hackers

Hi Peter,
Thanks a lot for the quick response. We are using Postgres instance in our product. For some security consideration, we prefer to use TLS1.3 cipher suites in our product with some customization values instead of default value "HIGH:MEDIUM:+3DES:!aNULL". Moreover we prefer to set a group of ecdh keys instead of a single value.

I see the https://commitfest.postgresql.org/48/ is still open, could it be possible to target for PG17? As I know PG17 is going to be release this year so that we can upgrade our instances to this new version accodingly.

Original Email

Sender:"Peter Eisentraut"< peter@eisentraut.org >;

Sent Time:2024/6/7 16:55

To:"Erica Zhang"< ericazhangy2021@qq.com >;"pgsql-hackers"< pgsql-hackers@lists.postgresql.org >;

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


On 07.06.24 08:10, Erica Zhang wrote:
> I’m a Postgres user and I’m looking into restricting the set of allowed
> ciphers on Postgres and configure a concrete set of curves on our
> postgres instances.

Out of curiosity, why is this needed in practice?

> Could you please help to review to see if you are interested in having
> this change in upcoming Postgres major release(It's should be PG17)?

It would be targetting PG18 now.

pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Reordering DISTINCT keys to match input path's pathkeys
Next
From: Dean Rasheed
Date:
Subject: Re: Proposal to include --exclude-extension Flag in pg_dump