Add support for using SSL client certificates to authenticate to the
Magnus Hagander <magnus@hagander.net>
Add support for using SSL client certificates to authenticate to the database (only for SSL connections, obviously).
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +30 −1 |
| doc/src/sgml/runtime.sgml | modified | +4 −6 |
| src/backend/libpq/auth.c | modified | +42 −1 |
| src/backend/libpq/hba.c | modified | +40 −3 |
| src/backend/libpq/pg_hba.conf.sample | modified | +1 −1 |
| src/include/libpq/hba.h | modified | +3 −2 |