Control client certificate requesting with the pg_hba option "clientcert"
Magnus Hagander <magnus@hagander.net>
Control client certificate requesting with the pg_hba option "clientcert" instead of just relying on the root certificate file to be present.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +25 −8 |
| src/backend/libpq/auth.c | modified | +35 −1 |
| src/backend/libpq/be-secure.c | modified | +51 −13 |
| src/backend/libpq/hba.c | modified | +33 −1 |
| src/include/libpq/hba.h | modified | +2 −1 |
| src/include/libpq/libpq.h | modified | +2 −1 |