Re: ecdh support causes unnecessary roundtrips - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: ecdh support causes unnecessary roundtrips
Date
Msg-id 1BD20EFE-D748-4E36-AC52-86267AB85B7A@yesql.se
Whole thread Raw
In response to Re: ecdh support causes unnecessary roundtrips  (Jacob Champion <jacob.champion@enterprisedb.com>)
Responses Re: ecdh support causes unnecessary roundtrips
Re: ecdh support causes unnecessary roundtrips
List pgsql-hackers
> On 13 Mar 2025, at 22:39, Jacob Champion <jacob.champion@enterprisedb.com> wrote:
>
> On Tue, Mar 4, 2025 at 4:05 PM Daniel Gustafsson <daniel@yesql.se> wrote:
>>> On 4 Mar 2025, at 20:19, Daniel Gustafsson <daniel@yesql.se> wrote:
>>> Thanks for the reminder, this is sitting on my must-have TODO for 18 and I
>>> agree that we should add x25519 to the default set.
>>
>> And to add some code for that proposal, the attached adds it to the default set.
>
> In mundane-annoyances news, LibreSSL apparently does not accept
> "x25519" and wants "X25519" instead. :D

OpenSSL 3.4 also doesn't like it and AFAICT neither does the upcoming 3.5, just
haven't had the cycles yet to ship out a new patch with all the time-consuming
testing it requires =)

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: ecdh support causes unnecessary roundtrips
Next
From: Melanie Plageman
Date:
Subject: Re: BitmapHeapScan streaming read user and prelim refactoring