Re: Patch to support SSL certificate connections

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Patch to support SSL certificate connections
Date: 2011-01-21 09:17:47
Message-ID: AANLkTikQAQPo9acQt39x4WGbmyPO7M-Cs9FF6AxRTMOC@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Jan 20, 2011 at 23:08, Guillaume Lelarge <guillaume(at)lelarge(dot)info> wrote:
> Le 19/01/2011 00:35, Guillaume Lelarge a écrit :
>> Hi,
>>
>> This patch adds support to specify SSL certificate files and to connect
>> according to those.
>>
>> It's pretty straightforward: four file pickers to handle on dlgServer,
>> and changes in the connection code to add those parameters in the
>> connection string.
>>
>
> A screenshot attached so that you can see the UI without building pgAdmin :)
>
> Comments?

I would move root cert up before the others. Also CRL.

Root cert and CRL are about validating the *server* certificate. Key
and cert file are about SSL authentication of the *client* (thus
*client* certificates). They should definitely be in that order -
perhaps even grouped with a headline?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-21 12:20:13 Re: pgadmin crash on refresh
Previous Message Dave Page 2011-01-21 09:17:34 Re: Number of selected characters.