Re: SSL tests fail on OpenSSL v3.2.0

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tristan Partin <tristan@neon.tech>, Nazir Bilal Yavuz <byavuz81@gmail.com>, Andres Freund <andres@anarazel.de>, Bo Anderson <mail@boanderson.me>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-11-28T03:47:03Z
Lists: pgsql-hackers
On Mon, Nov 27, 2023 at 08:32:28PM -0500, Tom Lane wrote:
> Since this is something we'd need to back-patch, OpenSSL 0.9.8
> and later are relevant: the v12 branch still supports those.
> It's moot given Bo's claim about the origin of the function,
> though.

Yep, unfortunately this needs to be checked down to 0.9.8.  I've just
done this exercise yesterday for another backpatch..
--
Michael

Commits

  1. Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.