[pgpool-committers: 10241] pgpool: Test: adapt 024.cert_auth test to OpenSSL 3.2.
Tatsuo Ishii
ishii at postgresql.org
Tue Nov 26 08:20:12 JST 2024
Test: adapt 024.cert_auth test to OpenSSL 3.2.
In the test we check the error message when the target certificate is
revoked. Unfortunately the error message from OpenSSL seems to be
changed from v3.0 to v3.2.
v3.0 or before: "sslv3 alert certificate revoked"
v3.2: "ssl/tls alert certificate revoked"
So fix is checking only "alert certificate revoked" part.
Branch
------
V4_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8b7af6af5c699fa51a95ffb2e4ea0495e5398eeb
Modified Files
--------------
src/test/regression/tests/024.cert_auth/test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list