Support specifying filename for SSL certificate, key, root certificate store
Magnus Hagander <magnus@hagander.net>
Support specifying filename for SSL certificate, key, root certificate store and certificate revokation list by using connection parameters or environment variables. Original patch by Mark Woodward, heavily reworked by Alvaro Herrera and Magnus Hagander.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +89 −21 |
| src/interfaces/libpq/fe-connect.c | modified | +33 −3 |
| src/interfaces/libpq/fe-secure.c | modified | +76 −46 |
| src/interfaces/libpq/libpq-int.h | modified | +6 −1 |