mirror of https://github.com/postgres/postgres
5d1833f414
sslinfo was passing the Port->ssl member directly to OpenSSL in order to extract information regarding the connection. This breaks the API provided by the backend TLS implementation, as well as duplicates code for no benefit. Rewrite to make use of the backend API as much as possible. Author: Daniel Gustafsson <daniel@yesql.se> |
||
---|---|---|
.. | ||
Makefile | ||
sslinfo--1.0--1.1.sql | ||
sslinfo--1.1--1.2.sql | ||
sslinfo--1.2.sql | ||
sslinfo.c | ||
sslinfo.control |