Re: SSL tests fail on OpenSSL v3.2.0

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Bo Anderson <mail@boanderson.me>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Michael Paquier <michael@paquier.xyz>, Tristan Partin <tristan@neon.tech>, Nazir Bilal Yavuz <byavuz81@gmail.com>, Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-11-28T09:38:12Z
Lists: pgsql-hackers
> On 28 Nov 2023, at 01:29, Bo Anderson <mail@boanderson.me> wrote:

> It probably doesn’t exist in BoringSSL but neither does a lot of things.

Thats not an issue, we don't support building with BoringSSL.

--
Daniel Gustafsson




Commits

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