Re: OpenSSL 3.0.0 compatibility

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: OpenSSL 3.0.0 compatibility
Date: 2020-06-01 08:44:17
Message-ID: e4e50e50-1991-7459-f244-e9d5e7ae4b67@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-05-31 04:52, Michael Paquier wrote:
> 593d4e4 claims that we only support OpenSSL >= 0.9.8, meaning that
> down to PG 10 we have this requirement, and that PG 9.6 and 9.5 should
> be able to work with OpenSSL 0.9.7 and 0.9.6, but little effort has
> been put in testing these.

Then we can stick a OPENSSL_API_COMPAT=908 into at least PG10, 11, and
12, and probably also into PG9.5 and 9.6 without harm.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-06-01 08:49:04 Re: OpenSSL 3.0.0 compatibility
Previous Message Daniel Gustafsson 2020-06-01 08:39:45 Re: Incorrect comment in be-secure-openssl.c