SSL and USER_CERT_FILE patch - Mailing list pgsql-hackers

From pgsql@mohawksoft.com
Subject SSL and USER_CERT_FILE patch
Date
Msg-id 54312.24.60.196.157.1210877878.squirrel@mail.mohawksoft.com
Whole thread Raw
List pgsql-hackers
I have submitted a patch that does two things: (1) fixes a bug in the
client SSL code that never appended the home directory to the root
revocation list. and (2) adds 4 new fields to the connect string:

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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Bug 3883 revisited
Next
From: "Marko Kreen"
Date:
Subject: Re: [rfc,patch] PL/Proxy in core