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-17 23:34:45 |
Message-ID: | CAOYmi+nneWZind7pDV2FqV_UGE5_0uYReB99KQfH5YryWcyfaQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Mar 13, 2025 at 2:41 PM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> 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 =)
Here is a squash fix to change the capitalization -- this passes
locally for LibreSSL 3.4 to 3.8 and OpenSSL 1.1.1 to 3.5.
(Hmm, my LibreSSLs are a little out of date; it looks like I need to
add 3.9 and 4.0 to the suite.)
Thanks,
--Jacob
Attachment | Content-Type | Size |
---|---|---|
v2-0001-Add-x25519-to-the-default-set-of-curves.patch | application/octet-stream | 3.1 KB |
v2-0002-squash-Add-x25519-to-the-default-set-of-curves.patch | application/octet-stream | 2.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Euler Taveira | 2025-03-17 23:43:28 | Re: Separate GUC for replication origins |
Previous Message | Jacob Champion | 2025-03-17 23:26:40 | Re: dblink: Add SCRAM pass-through authentication |