Re: SSL tests fail on OpenSSL v3.2.0

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Tristan Partin" <tristan@neon.tech>
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:31:01Z
Lists: pgsql-hackers
"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.

			regards, tom lane



Commits

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