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>
Fri, 29 Aug 2025 06:42:05 +0000 (15:42 +0900)
commit7cfd81bd0da8229a6fe870427c6b77aed005df37
treeed52c109f61b41714bc91eef2379e854282dd273
parent512adaa073d3524d6245fe9148a8689d12cbc4e9
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