Test: adapt 024.cert_auth test to OpenSSL 3.2.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 25 Nov 2024 09:01:34 +0000 (18:01 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 25 Nov 2024 23:09:07 +0000 (08:09 +0900)
commit8b7af6af5c699fa51a95ffb2e4ea0495e5398eeb
tree56e3064957500dfa4a356e1bc06ee2ec51365f8e
parent36100bdfe8c88568d39a1d8707e4ca2b3e71d038
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.
src/test/regression/tests/024.cert_auth/test.sh