From: | pgsql(at)mohawksoft(dot)com |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | SSL client configuration patch |
Date: | 2008-05-15 18:24:51 |
Message-ID: | 44161.24.60.196.157.1210875891.squirrel@mail.mohawksoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
sslconfig.patch | text/x-patch | 5.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-05-15 18:29:25 | Re: Partial match in GIN (next vesrion) |
Previous Message | Tom Lane | 2008-05-15 18:19:16 | Re: libpq object hooks |