Re: ecdh support causes unnecessary roundtrips

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Marko Kreen <markokr(at)gmail(dot)com>, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Subject: Re: ecdh support causes unnecessary roundtrips
Date: 2025-03-13 21:39:35
Message-ID: CAOYmi+kjPLWdb2Qym4Damg5X=sWdVuv0RmRLJ1K04=OKnQgkNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 4, 2025 at 4:05 PM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> > On 4 Mar 2025, at 20:19, Daniel Gustafsson <daniel(at)yesql(dot)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

--Jacob

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-03-13 21:41:12 Re: ecdh support causes unnecessary roundtrips
Previous Message Matheus Alcantara 2025-03-13 21:38:26 Re: dblink: Add SCRAM pass-through authentication