pgsql: Add support for using SSL client certificates to authenticate to

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add support for using SSL client certificates to authenticate to
Date: 2008-11-20 11:48:26
Message-ID: 20081120114826.7EF0D7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add support for using SSL client certificates to authenticate to the
database (only for SSL connections, obviously).

Modified Files:
--------------
pgsql/doc/src/sgml:
client-auth.sgml (r1.111 -> r1.112)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml?r1=1.111&r2=1.112)
runtime.sgml (r1.421 -> r1.422)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.421&r2=1.422)
pgsql/src/backend/libpq:
auth.c (r1.172 -> r1.173)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.172&r2=1.173)
hba.c (r1.173 -> r1.174)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.173&r2=1.174)
pg_hba.conf.sample (r1.65 -> r1.66)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pg_hba.conf.sample?r1=1.65&r2=1.66)
pgsql/src/include/libpq:
hba.h (r1.52 -> r1.53)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/hba.h?r1=1.52&r2=1.53)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-11-20 14:04:46 pgsql: TABLE command
Previous Message Magnus Hagander 2008-11-20 09:29:36 pgsql: Control client certificate requesting with the pg_hba option