From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | Andreas Karlsson <andreas(at)proxel(dot)se>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] GnuTLS support |
Date: | 2018-01-03 13:32:11 |
Message-ID: | dcb10994-80f1-e9fb-e259-3bdc9d96d8d9@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 1/3/18 04:59, Michael Paquier wrote:
> On Tue, Jan 02, 2018 at 10:54:29PM -0500, Peter Eisentraut wrote:
>> I think the solution is that we need to require that all SSL server-side
>> implementations support all channel binding types.
>
> That could be a stop for Windows and macos SSL implementations then.
I'm surprised by that. I thought tls-server-endpoint is basically
always possible to implement, because all you need is to obtain the peer
certificate and hash it. It seems to me that any SSL implementation
should be able to do that.
> - Have the server publish the -PLUS mechanism only if an SSL
> implementation supports tls-unique.
But then a conforming client will never pick -PLUS.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2018-01-03 13:52:24 | Re: [HACKERS] UPDATE of partition key |
Previous Message | Robert Haas | 2018-01-03 13:11:25 | Re: PATCH: Configurable file mode mask |