Re: pgsql: Add notBefore and notAfter to SSL cert info display - Mailing list pgsql-committers

From Daniel Gustafsson
Subject Re: pgsql: Add notBefore and notAfter to SSL cert info display
Date
Msg-id F0DF7102-192D-4C21-96AE-9A01AE153AD1@yesql.se
Whole thread Raw
In response to pgsql: Add notBefore and notAfter to SSL cert info display  (Daniel Gustafsson <dgustafsson@postgresql.org>)
Responses Re: pgsql: Add notBefore and notAfter to SSL cert info display
List pgsql-committers
> On 22 Mar 2024, at 21:30, Daniel Gustafsson <dgustafsson@postgresql.org> wrote:
>
> Add notBefore and notAfter to SSL cert info display

plover running OpenBSD 6.9 is unhappy since apparently LibreSSL only added ASN
time diffing in the OpenBSD 7.1 release.  Version 6.9 is out of support from
OpenBSD with 7.4 being the latest (they support 2 releases), but I guess we are
more forgiving in what we support?  (We have only defined a minimum supported
version of OpenSSL, we should do the same for LibreSSL since it's right now
unclear what we support and for how long.) Adding checks for symbol existence
in autoconf/meson seems like the only way forward for now.

--
Daniel Gustafsson




pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use a hash table for catcache.c's CatCList objects.
Next
From: Jacob Champion
Date:
Subject: Re: pgsql: Add notBefore and notAfter to SSL cert info display