Re: PostgreSQL and OpenSSL 4.0.0 - Mailing list pgsql-hackers

From Cary Huang
Subject Re: PostgreSQL and OpenSSL 4.0.0
Date
Msg-id 19e03edb6d1.7f49936f6069183.330334679160815231@highgo.ca
Whole thread
In response to Re: PostgreSQL and OpenSSL 4.0.0  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: PostgreSQL and OpenSSL 4.0.0
List pgsql-hackers
Hi

I tried the patch and Postgres and sslinfo compiled with no warnings as
expected.

However, in OpenSSL 4.0, I noticed that it reports certificate revocation
errors differently from previous versions, causing the SSL tests to fail.
The test expects "ssl alert certificate revoked", but OpenSSL 4.0 returns
"tls alert certificate revoked" instead.

I made a patch to make the ssl tests compatible with OpenSSL 4.0 as well.

thanks!

Cary Huang
-------------
HighGo Software Inc. (Canada)
cary.huang@highgo.ca
www.highgo.ca

Attachment

pgsql-hackers by date:

Previous
From: Alexandre Felipe
Date:
Subject: Re: SLOPE - Planner optimizations on monotonic expressions.
Next
From: Daniel Bauman
Date:
Subject: Re: Doc update proposal for the note on log_statement in the runtime config for logging page