Improve error reporting for SSL connection failures. Remove redundant
Tom Lane <tgl@sss.pgh.pa.us>
Improve error reporting for SSL connection failures. Remove redundant free operations in client_cert_cb --- openssl will also attempt to free these structures, resulting in core dumps.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure.c | modified | +47 −38 |
| src/interfaces/libpq/fe-secure.c | modified | +22 −12 |