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

From Dmitry Dolgov
Subject Re: Add ssl_(supported|shared)_groups to sslinfo
Date
Msg-id tuobeew3dd3eubtelwroocwgac3jhlselwshs2km5ovei77tao@wghkpdvvthbi
Whole thread
In response to Re: Add ssl_(supported|shared)_groups to sslinfo  (Dmitry Dolgov <9erthalion6@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pg_plan_advice
Next
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition