SSL and USER_CERT_FILE patch

From: pgsql(at)mohawksoft(dot)com
To: pgsql-hackers(at)postgresql(dot)org
Subject: SSL and USER_CERT_FILE patch
Date: 2008-05-15 18:57:58
Message-ID: 54312.24.60.196.157.1210877878.squirrel@mail.mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-05-15 19:15:17 Re: Bug 3883 revisited
Previous Message Tom Lane 2008-05-15 18:44:14 Re: libpq object hooks