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>
Cc: "Daniel Gustafsson" <daniel@yesql.se>, "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:44:18Z
Lists: pgsql-hackers
On Tue Nov 28, 2023 at 9:42 AM CST, Tom Lane wrote:
> "Tristan Partin" <tristan@neon.tech> writes:
> > When you say "this" are you referring to the patch I sent or adding 
> > support for BoringSSL?
>
> I have no interest in supporting BoringSSL.  I just replied to
> Daniel's comment because it seemed to resolve the last concern
> about whether your patch is OK.

If you haven't started fixing the tests, then I'll get to work on it and 
send a new revision before the end of the day. Thanks!

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



Commits

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