Test: add ssl_ecdh_curve test to 023.ssl_connection.
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 27 Aug 2025 01:14:53 +0000 (10:14 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 27 Aug 2025 01:26:31 +0000 (10:26 +0900)
commitbc678533050a3812dc502b33fb43a68239d6e90c
tree395d441858cc6c249610aa259ffaa04c1333b758
parent768a134b4a77b90daa890e130a4e6ec5ee05cb91
Test: add ssl_ecdh_curve test to 023.ssl_connection.

023.ssl_connection did not cover the test for ssl_ecdh_curve.  This
commit tests it using bad ssl_ecdh_curve parameter to see if connection
between frontend and pgpool fails.

Author: Tatsuo Ishii <ishii@postgresql.org>
Backpatch-through: v4.2
src/test/regression/tests/023.ssl_connection/test.sh