sslinfo extension - add notbefore and notafter timestamps - Mailing list pgsql-hackers

From Cary Huang
Subject sslinfo extension - add notbefore and notafter timestamps
Date
Msg-id 182b8565486.10af1a86f158715.2387262617218380588@highgo.ca
Whole thread Raw
Responses Re: sslinfo extension - add notbefore and notafter timestamps
List pgsql-hackers
Hello

I noticed that sslinfo extension does not have functions to return current client certificate's notbefore and notafter timestamps which are also quite important attributes in a X509 certificate. The attached patch adds 2 functions to get notbefore and notafter timestamps from the currently connected client certificate.

thank you!



Cary Huang
-------------
HighGo Software Inc. (Canada)


Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: use ARM intrinsics in pg_lfind32() where available
Next
From: Amit Kapila
Date:
Subject: Re: Fix typo with logical connector (src/backend/commands/vacuumparallel.c)