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

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: 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: 2024-09-26 09:01:35
Message-ID: 2CB04559-B1D8-4558-B6F0-8F09093D629F@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is a v7 which address a test failure in the CI. It turns out that the
test_misc module gather GUC names using the :alpha: character class which only
allows alphabetic whereas GUC names can have digits in them. The 0001 patch
fixes this by instead using the :alnum: character class which allows all
alphanumeric characters. This is not directly related to this patch, it just
happened to be exposed by it.

--
Daniel Gustafsson

Attachment Content-Type Size
v7-0001-Handle-alphanumeric-characters-in-matching-GUC-na.patch application/octet-stream 1.2 KB
v7-0002-Raise-the-minimum-supported-OpenSSL-version-to-1..patch application/octet-stream 7.2 KB
v7-0003-Support-configuring-multiple-ECDH-curves.patch application/octet-stream 9.6 KB
v7-0004-Support-configuring-TLSv1.3-cipher-suites.patch application/octet-stream 8.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2024-09-26 09:27:05 Re: Conflict Detection and Resolution
Previous Message Amit Kapila 2024-09-26 08:56:21 Re: Clock-skew management in logical replication