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: "Michael Paquier" <michael@paquier.xyz>, "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-28T15:33:04Z
Lists: pgsql-hackers
On Tue Nov 28, 2023 at 9:31 AM CST, Tom Lane wrote:
> "Tristan Partin" <tristan@neon.tech> writes:
> > How are you guys running the tests? I have PG_TEST_EXTRA=ssl and 
> > everything passes for me. Granted, I am using the Meson build.
>
> I'm doing what it says in test/ssl/README:
>
> 	make check PG_TEST_EXTRA=ssl
>
> I don't know whether the meson build has support for running these
> extra "unsafe" tests or not.

Thanks Tom. I'll check again. Maybe I didn't set LD_LIBRARY_PATH when 
running the tests. I have openssl installing to a non-default prefix.

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



Commits

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