Client certificate authentication

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Client certificate authentication
Date: 2008-11-13 12:31:41
Message-ID: 491C1E2D.8060905@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached patch implements client certificate authentication.

I kept this sitting in my tree without sending it in before the
commitfest because it is entirely dependent on the
not-yet-reviewed-and-applied patch for how to configure client
certificate requesting. But now that I learned how to do it right in
git, breaking it out was very easy :-) Good learning experience.

Anyway. Here it is. Builds on top of the "clientcert option for pg_hba"
patch already on the list.

//Magnus

Attachment Content-Type Size
auth_cert.diff text/x-diff 7.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-11-13 12:41:11 Re: 8.3 .4 + Vista + MingW + initdb = ACCESS_DENIED
Previous Message Markus Wanner 2008-11-13 12:30:15 Re: Synchronization Primitives