Re: SSL tests fail on OpenSSL v3.2.0

Tristan Partin <tristan@neon.tech>

From: "Tristan Partin" <tristan@neon.tech>
To: "Jelte Fennema-Nio" <postgres@jeltef.nl>
Cc: "Tom Lane" <tgl@sss.pgh.pa.us>, "Alvaro Herrera" <alvherre@alvh.no-ip.org>, "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: 2024-01-24T16:23:45Z
Lists: pgsql-hackers
On Wed Jan 24, 2024 at 9:58 AM CST, Jelte Fennema-Nio wrote:
> I ran into an SSL issue when using the MSYS2/MINGW build of Postgres
> for the PgBouncer test suite. Postgres crashed whenever you tried to
> open an ssl connection to it.
> https://github.com/msys2/MINGW-packages/issues/19851
>
> I'm wondering if the issue described in this thread could be related
> to the issue I ran into. Afaict the merged patch has not been released
> yet.

Do you have a backtrace? Given that the version is 3.2.0, seems likely.

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



Commits

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