> On Mon, Feb 23, 2026 at 08:48:02AM -0800, Jacob Champion wrote: > On Mon, Feb 23, 2026 at 6:32 AM Daniel Gustafsson <[email protected]> wrote: > > +CREATE FUNCTION ssl_shared_groups() RETURNS text > > I don't feel strongly about this, so feel free to disregard: Is there > a reason this API is focusing on the shared group list as opposed to > the actual negotiated group in use? The latter seems more widely > useful to me, and it'd match up with ssl_cipher(). (Or maybe we > already have the negotiated group somewhere and I just never noticed?)
No deep reason, it was just useful for some particular experiments and for gathering understanding of what's going on. Would you find it reasonable to have both, shared groups and the negotiated group, or having only the latter is strictly better?
