Re: Update minimum SSL version
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>, Magnus Hagander <magnus@hagander.net>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-12-06T06:20:32Z
Lists: pgsql-hackers
On Thu, Dec 05, 2019 at 11:40:37PM -0500, Tom Lane wrote: > OK, re-reading the thread, I see the point --- old NetBSD has a weird > OpenSSL version that this would break. OK, let's stay compatible > with that on the back branches. So, your patch on HEAD and Daniel's > in the back branches is the right thing. Please push. Thanks, applied. I have tested Daniel's version with OpenSSL 0.9.8, 1.0.2 and 1.1.0 and the test was able to detect correctly the macro/function in all cases. -- Michael
Commits
-
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
-
Update minimum SSL version
- b1abfec82547 13.0 landed