Re: Trust intermediate CA for client certificates - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Trust intermediate CA for client certificates
Date
Msg-id 21280.1386016374@sss.pgh.pa.us
Whole thread Raw
In response to Re: Trust intermediate CA for client certificates  (Ian Pilcher <arequipeno@gmail.com>)
Responses Re: Trust intermediate CA for client certificates
List pgsql-hackers
Ian Pilcher <arequipeno@gmail.com> writes:
> On 12/02/2013 02:17 PM, Tom Lane wrote:
>> Isn't that sort of the point?

> I'm not sure what you're asking.  The desired behavior (IMO) would be to
> accept client certificates signed by some intermediate CAs without
> accepting any client certificate that can present a chain back to the
> trusted root.  This is currently not possible, mainly due to the way
> that OpenSSL works.

That notion seems pretty bogus to me.  If you don't trust the root CA to
not hand out child CA certs to untrustworthy people, then you don't really
trust the root CA, do you?  You should just list the certs of the
intermediate CAs you *do* trust in the server's root.crt.

In any case, the idea that this is somehow OpenSSL's fault and another
implementation of the same protocol wouldn't have the same issue sounds
pretty silly.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Trust intermediate CA for client certificates
Next
From: Robert Haas
Date:
Subject: Re: Extension Templates S03E11