Re: [PATCH] Clarify that ssl_groups is for any key exchange groups

From: Ewan Young <kdbase(dot)hack(at)gmail(dot)com>
To: "Si, Evan" <evsi(at)amazon(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Clarify that ssl_groups is for any key exchange groups
Date: 2026-06-04 03:00:34
Message-ID: CAON2xHOaR0_Ga7PwbHgp1yTpXg_bwjj6qeAd2D2Veg6WKvMdSg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 4, 2026 at 1:29 AM Si, Evan <evsi(at)amazon(dot)com> wrote:
>
> On 6/2/26, 11:32 PM, "Ewan Young" <kdbase(dot)hack(at)gmail(dot)com <mailto:kdbase(dot)hack(at)gmail(dot)com>> wrote:
> >
> > +1 for the idea. (I'm fairly new here, so please take my comments with
> > a grain of salt.)
>
> Thanks for the review!
>
> > 1. The comment just above the renamed call in be_tls_init() still
> > says "set up ephemeral DH and ECDH keys". Maybe it should be
> > updated to match?
>
> Right, that makes sense. I did a larger grep and updated comments where I found stale references to curves and (EC)DH.

Thanks! I re-did the grep on v2 and found no remaining stale references.

>
> > 2. The SSLECDHCurve variable (and its "GUC variable for default ECDH
> > curve" comment in be-secure.c) still uses the old naming. I wasn't
> > sure if that was left out intentionally to keep the patch small --
> > if not, would it make sense to rename it too, for consistency with
> > the initialize_groups() rename?
>
> This also seems reasonable. I didn't find usage of this extern outside of Postgres itself in the wild from a brief search.
>
> Attached a revision.
>
> Evan
>

I tested v2 on top of current master:
- applies cleanly, builds without warnings (--with-openssl)
- src/test/ssl TAP suite passes

v2 looks good to me, and I have nothing further.

Best regards,
Ewan Young

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Japin Li 2026-06-04 03:19:02 Improve version detection for online help URL
Previous Message Andres Freund 2026-06-04 02:46:14 Re: Heads Up: cirrus-ci is shutting down June 1st