SSL client configuration patch - Mailing list pgsql-patches

From pgsql@mohawksoft.com
Subject SSL client configuration patch
Date
Msg-id 44161.24.60.196.157.1210875891.squirrel@mail.mohawksoft.com
Whole thread Raw
List pgsql-patches
This patch adds the ability to specify client certification and keys as
well as root certificates and revocation lists for the client as
parameters in PQconnectdb()

sslkey=fullepath_to_file
sslcert=fullpath_to_cert
ssltrustcrt=fullpath_to_trusted_cert_file
sslcrl=fullpath_to_revocation_list

Also, it fixes a but in client revocation lists that were never looking in
the application directory.

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq object hooks
Next
From: Bruce Momjian
Date:
Subject: Re: Patch to change psql default banner v6