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-02T14:30:42Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > For now, please note that I have added an entry in the CF app: > https://commitfest.postgresql.org/26/2413/ 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. 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