Re: Removal of support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Daniel Gustafsson <daniel@yesql.se>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2020-01-03T02:33:59Z
Lists: pgsql-hackers
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, which is fine, but is that even > moving any goalposts? The proposed commit message says the > function exists down to 0.9.8, which is already our minimum. > There's nothing to debate here if that statement is accurate. Oops, sorry for the confusion. There are three patches in the set. 0001 has been already applied as of 28f4bba, and 0002 as of 7d0bcb0 (backpatched with a different fix from Daniel to allow the build to still work). 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 -- Michael
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