You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add notBefore and notAfter to SSL cert info display
This adds the X509 attributes notBefore and notAfter to sslinfoas well as pg_stat_ssl to allow verifying and identifying thevalidity period of the current client certificate. OpenSSL hasAPIs for extracting notAfter and notBefore, but they are onlysupported in recent versions so we have to calculate the datesby hand in order to make this work for the older versions ofOpenSSL that we still support.Original patch by Cary Huang with additional hacking by Jacoband myself.Author: Cary Huang <cary.huang@highgo.ca>Co-author: Jacob Champion <jacob.champion@enterprisedb.com>Co-author: Daniel Gustafsson <daniel@yesql.se>Discussion:https://postgr.es/m/182b8565486.10af1a86f158715.2387262617218380588@highgo.ca