Re: Serverside SNI support in libpq - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Serverside SNI support in libpq
Date
Msg-id 763777.1773848150@sss.pgh.pa.us
Whole thread Raw
In response to Re: Serverside SNI support in libpq  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Serverside SNI support in libpq
List pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> On 18 Mar 2026, at 15:33, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> IIRC longfin is using some fairly old hand-built openssl installation.

> Thanks for confirming, that matches with my local repro which required building
> 1.1.1 on macOS. Did you build with Apple clang or a a stock clang/gcc?

It's been awhile, but I can't imagine that I didn't use Apple's
compiler of the time.  [ Checks longfin's host... ]  The files
in that openssl tree are all dated Nov 20 2018, so it's probably
due for a refresh in any case.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Junwang Zhao
Date:
Subject: Re: Eliminating SPI / SQL from some RI triggers - take 3
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: [PATCH] Add `headerscheck` run_target to meson