Re: Add ssl_(supported|shared)_groups to sslinfo

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add ssl_(supported|shared)_groups to sslinfo
Date: 2026-03-21 13:25:18
Message-ID: tuobeew3dd3eubtelwroocwgac3jhlselwshs2km5ovei77tao@wghkpdvvthbi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Thu, Mar 19, 2026 at 04:15:35PM +0100, Dmitry Dolgov wrote:
> > On Wed, Mar 18, 2026 at 12:18:52PM +0100, Dmitry Dolgov wrote:
> > Added those into the documentation, will create a CF item.
>
> And had to fix one thing right away, the installable version was
> missing.

Looks like the functions required for this are not available on some
supported versions of openssl and some platforms, so I've expanded the
patch to verify their presence. A somewhat confusing part is that some
of the API functions are real functions and some are just wrappers, for
the latter the declaration has to be checked.

As a note, when I was testing it, for some reason autoconf 2.69 was
moving few unrelevant blocks around without changing anything. I've
tried to avoid those, hopefully it worked out just fine.

Attachment Content-Type Size
v5-0001-contrib-sslinfo-Add-ssl_group_info.patch text/plain 14.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-03-21 14:16:29 Re: Row pattern recognition
Previous Message Robert Haas 2026-03-21 13:13:59 Re: pg_plan_advice