Re: sslinfo extension - add notbefore and notafter timestamps

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: Cary Huang <cary(dot)huang(at)highgo(dot)ca>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: sslinfo extension - add notbefore and notafter timestamps
Date: 2024-10-28 08:59:35
Message-ID: 0E8C9A6C-EEFC-4296-B9E7-F1886172BA6C@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The recent bump in minmum required versions of OpenSSL and LibreSSL made me
remember to revisit this patch which was previously reverted due to library
incompatibility (with *both* OpenSSL and LibreSSL on different APIs).

The attached removes the timestamp conversion workaround which is no longer
needed.

--
Daniel Gustafsson

Attachment Content-Type Size
v13-0001-Add-notBefore-and-notAfter-to-SSL-cert-info-disp.patch application/octet-stream 26.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Lakhin 2024-10-28 09:00:00 Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR)
Previous Message Nitin Motiani 2024-10-28 08:57:03 Re: Inval reliability, especially for inplace updates