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 <[email protected]> Reported-by: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
