pgsql: Avoid using the X25519 curve in ssl tests - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Avoid using the X25519 curve in ssl tests
Date
Msg-id E1vrzkG-0016yo-2r@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid using the X25519 curve in ssl tests

The X25519 curve is disallowed when OpenSSL is configured for
FIPS mode which makes the testsuite fail.  Since X25519 isn't
required for the tests we can remove it to allow FIPS enabled
configurations to run the tests.

Author: Daniel Gustafsson <daniel@yesql.se>
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/3521653.1770666093@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07e90c6913586a5c46e55e162771aaa5a33811ba

Modified Files
--------------
src/test/ssl/t/SSL/Server.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Change remaining StaticAssertStmt() to StaticAssertDecl()
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Don't reset 'latest_page_number' when replaying multixid truncat