Add support for using SSL client certificates to authenticate to the

Magnus Hagander <magnus@hagander.net>

Commit: f179d5ea99b4598689e5aefed376874b68110978
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-11-20T11:48:26Z
Releases: 8.4.0
Add support for using SSL client certificates to authenticate to the
database (only for SSL connections, obviously).

Files

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