Re: ecdh support causes unnecessary roundtrips
Jacob Champion <jacob.champion@enterprisedb.com>
From: Jacob Champion <jacob.champion@enterprisedb.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Andres Freund <andres@anarazel.de>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Marko Kreen <markokr@gmail.com>, Adrian Klaver <adrian.klaver@gmail.com>, Peter Eisentraut <peter_e@gmx.net>, Heikki Linnakangas <hlinnaka@iki.fi>
Date: 2025-03-17T23:34:45Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-x25519-to-the-default-set-of-curves.patch (application/octet-stream) patch v2-0001
- v2-0002-squash-Add-x25519-to-the-default-set-of-curves.patch (application/octet-stream) patch v2-0002
On Thu, Mar 13, 2025 at 2:41 PM Daniel Gustafsson <daniel@yesql.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
Commits
-
doc: Add note to ssl_group config on X25519 and FIPS
- db93988ab0e7 19 (unreleased) landed
-
Avoid using the X25519 curve in ssl tests
- 07e90c691358 19 (unreleased) landed
-
Add X25519 to the default set of curves
- daa02c6bd926 18.0 landed
-
SSL: Support ECDH key exchange
- 3164721462d5 9.4.0 cited