Re: Removal of support for OpenSSL 0.9.8 and 1.0.0

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Daniel Gustafsson <daniel@yesql.se>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2020-01-03T04:45:37Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> On Thu, Jan 02, 2020 at 09:30:42AM -0500, Tom Lane wrote:
>> BTW, the referenced patch only removes the configure check for
>> SSL_get_current_compression

> The actual patch I am proposing to finish merging is
> 0003 as posted here, which is the remaining piece:
> https://www.postgresql.org/message-id/20191205083252.GE5064@paquier.xyz

Ah.  The CF app doesn't understand that (and hence the cfbot ditto),
so you might want to repost just the currently-proposed patch to get
the cfbot to try it.

			regards, tom lane



Commits

  1. Remove support for OpenSSL 0.9.8 and 1.0.0

  2. Fix handling of OpenSSL's SSL_clear_options

  3. Remove configure check for OpenSSL's SSL_get_current_compression()