Control client certificate requesting with the pg_hba option "clientcert"

Magnus Hagander <magnus@hagander.net>

Commit: 3c486fbd1c8e8f79902a40ef929c4ed54f122561
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-11-20T09:29:36Z
Releases: 8.4.0
Control client certificate requesting with the pg_hba option "clientcert"
instead of just relying on the root certificate file to be present.

Files

PathChange+/−
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