Re: SSL tests fail on OpenSSL v3.2.0

Tristan Partin <tristan@neon.tech>

From: "Tristan Partin" <tristan@neon.tech>
To: "Tom Lane" <tgl@sss.pgh.pa.us>, "Daniel Gustafsson" <daniel@yesql.se>
Cc: "Bo Anderson" <mail@boanderson.me>, "Michael Paquier" <michael@paquier.xyz>, "Nazir Bilal Yavuz" <byavuz81@gmail.com>, "Andres Freund" <andres@anarazel.de>, "PostgreSQL Hackers" <pgsql-hackers@postgresql.org>
Date: 2023-11-28T15:16:31Z
Lists: pgsql-hackers
On Tue Nov 28, 2023 at 9:00 AM CST, Tom Lane wrote:
> Daniel Gustafsson <daniel@yesql.se> writes:
> > Thats not an issue, we don't support building with BoringSSL.
>
> Right.  I'll work on getting this pushed, unless someone else
> is already on it?

When you say "this" are you referring to the patch I sent or adding 
support for BoringSSL?

-- 
Tristan Partin
Neon (https://neon.tech)



Commits

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