Re: ecdh support causes unnecessary roundtrips - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: ecdh support causes unnecessary roundtrips
Date
Msg-id 49DF6D0C-63DC-4C35-9719-C7C62E1943EC@yesql.se
Whole thread Raw
In response to Re: ecdh support causes unnecessary roundtrips  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ecdh support causes unnecessary roundtrips
List pgsql-hackers
> On 20 Feb 2026, at 17:07, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> My concern about the fix you suggest is that we won't be testing the
> same thing that people in the field will be using.

Yes and no.  Folks can configure this (and other ssl_* settings) in lots of
different way which are all disjoint from our default.

> I'd rather test the normal configuration
> normally and make people who want to run the test on a FIPS platform
> do something different.

How about a function in Cluster.pm which returns whether the underlying OpenSSL
is using FIPS or not, and if it does we adjust the config to make it not fail
on an unallowed group?  That way we can have a CI job that runs with FIPS and
the adjusted test config, and the rest - along with the Buildfarm - runs the
default config.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: Adding locks statistics
Next
From: Ants Aasma
Date:
Subject: Re: Fix XLogFileReadAnyTLI silently applying divergent WAL from wrong timeline