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-28T16:07:18Z
Lists: pgsql-hackers
On Tue Nov 28, 2023 at 10:06 AM CST, Tom Lane wrote:
> "Tristan Partin" <tristan@neon.tech> writes:
> > On Tue Nov 28, 2023 at 9:42 AM CST, Tom Lane wrote:
> >> 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!
>
> No need, I can finish it up from here.

Sweet. I appreciate your help.

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



Commits

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