diff options
| author | Daniel Gustafsson | 2024-03-22 21:58:41 +0000 |
|---|---|---|
| committer | Daniel Gustafsson | 2024-03-22 21:58:41 +0000 |
| commit | 697f8d266cfb33409f7ccf3319f4448477066329 (patch) | |
| tree | 7f4768814cbdd8967528f588735101436d0479e2 /src/include/libpq | |
| parent | 473182c9523afad10e9507145690d902a0bc7f04 (diff) | |
Revert "Add notBefore and notAfter to SSL cert info display"
This reverts commit 6acb0a628eccab8764e0306582c2b7e2a1441b9b since
LibreSSL didn't support ASN1_TIME_diff until OpenBSD 7.1, leaving
the older OpenBSD animals in the buildfarm complaining.
Per plover in the buildfarm.
Discussion: https://postgr.es/m/F0DF7102-192D-4C21-96AE-9A01AE153AD1@yesql.se
Diffstat (limited to 'src/include/libpq')
| -rw-r--r-- | src/include/libpq/libpq-be.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index 3414899ebf9..4dce7677510 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -294,8 +294,6 @@ extern const char *be_tls_get_cipher(Port *port); extern void be_tls_get_peer_subject_name(Port *port, char *ptr, size_t len); extern void be_tls_get_peer_issuer_name(Port *port, char *ptr, size_t len); extern void be_tls_get_peer_serial(Port *port, char *ptr, size_t len); -extern void be_tls_get_peer_not_before(Port *port, TimestampTz *ptr); -extern void be_tls_get_peer_not_after(Port *port, TimestampTz *ptr); /* * Get the server certificate hash for SCRAM channel binding type |
