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
-
Remove support for OpenSSL 0.9.8 and 1.0.0
- 7b283d0e1d1d 13.0 landed
-
Fix handling of OpenSSL's SSL_clear_options
- 7ad544fd8e45 11.7 landed
- 902276ff1309 12.2 landed
- 7d0bcb047717 13.0 landed
-
Remove configure check for OpenSSL's SSL_get_current_compression()
- 28f4bba66b57 13.0 landed