Re: Add ssl_(supported|shared)_groups to sslinfo - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: Add ssl_(supported|shared)_groups to sslinfo
Date
Msg-id CAOYmi+nkT7rkbNd6que0wtz=epOikgBKSDR88DQ=cyNJwiUw8Q@mail.gmail.com
Whole thread
In response to Re: Add ssl_(supported|shared)_groups to sslinfo  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Add ssl_(supported|shared)_groups to sslinfo
List pgsql-hackers
On Mon, Feb 23, 2026 at 6:32 AM Daniel Gustafsson <daniel@yesql.se> 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?)

--Jacob



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: some validate_relation_kind() tidying
Next
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Support reading large objects with pg_read_all_data