Re: pgsql: Implement channel binding tls-server-end-point for SCRAM

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Implement channel binding tls-server-end-point for SCRAM
Date: 2018-01-05 17:56:27
Message-ID: 20180105175627.tndhtwsztuekz54n@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Peter Eisentraut wrote:
> On 1/5/18 09:28, Michael Paquier wrote:
> > In order to do things cleanly, we should make this TAP test
> > conditional on the version of OpenSSL.
>
> How about looking into pg_config.h, like in the attached patch?

I suppose if this starts to spread, we'll come up with a better approach
... maybe generating a Perl file with variables that can be slurped more
ellegantly, or something like that. (We mentioned the need for
config-based test selection re. patches for new SSL implementations.)

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-01-05 19:11:30 pgsql: pg_upgrade: simplify code layout in a few places
Previous Message Alvaro Herrera 2018-01-05 15:17:49 pgsql: Fix failure to delete spill files of aborted transactions

Browse pgsql-hackers by date

  From Date Subject
Next Message Jesper Pedersen 2018-01-05 18:04:08 Re: [HACKERS] path toward faster partition pruning
Previous Message Tom Lane 2018-01-05 17:33:13 Re: Condition variable live lock