Re: TODO: GNU TLS - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: TODO: GNU TLS
Date
Msg-id 4596878B.8040607@hagander.net
Whole thread Raw
In response to Re: TODO: GNU TLS  (Stephen Frost <sfrost@snowman.net>)
Responses Re: TODO: GNU TLS
Re: TODO: GNU TLS
List pgsql-hackers
Stephen Frost wrote:
> * Martijn van Oosterhout (kleptog@svana.org) wrote:
>> On Sat, Dec 30, 2006 at 02:10:42AM -0500, Tom Lane wrote:
>>> Actually, it's *not* feature-complete even yet.
>> What's missing? I don't see anything on the TODO list relating to
>> this. If you wanted a GnuTLS patch that supported more features than
>> the OpenSSL one, you should have said so. Personally I would have
>> added:
>>
>> - authentication using PGP keys
> 
> This would be the big feature I think is missing from our current SSL
> support.  I don't think it'd be terribly difficult to support with
> either library (I think most of the work would be on the PG user auth
> side, which would be useable by either).

Wouldn't it be a lot more logical to support authentication with X.509
certificates rather than PGP keys? Given that SSL already has that at a
protocol level AFAIK? And if you are doing any kind of enterprise
deployment at lesat, you're likely to have the PKI infrastructure to
deal out X.509 already?

That said, you could do PGP authentication anyway - independent of SSL -
if people wanted it.


//Magnus


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: TODO: GNU TLS
Next
From: Magnus Hagander
Date:
Subject: Re: TODO: GNU TLS