Re: Adding support for SSLKEYLOGFILE in the frontend - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: Adding support for SSLKEYLOGFILE in the frontend
Date
Msg-id CAOYmi+mPLa=MJ8WGmAKizkm71QE04GDqdo2py2aRwu76pG+JTA@mail.gmail.com
Whole thread Raw
In response to Re: Adding support for SSLKEYLOGFILE in the frontend  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Thu, Mar 20, 2025 at 3:58 AM Heikki Linnakangas <hlinnaka@iki.fi> wrote:
>
> I'm not sure if openssl has some locking on it,

OpenSSL leaves it up to the application (us). OpenSSL 3.5 will
apparently add a builtin implementation, which from a quick skim does
use locking. As another datapoint, libcurl's implementation appears to
rely on implicit flockfile().

--Jacob



pgsql-hackers by date:

Previous
From: Mahendra Singh Thalor
Date:
Subject: Re: change on_exit_nicely_list array to the dynamic array to increase slots at run time for pg_restore
Next
From: Jacob Champion
Date:
Subject: Re: Adding support for SSLKEYLOGFILE in the frontend