> 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.