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

From Alvaro Herrera
Subject Re: pgsql: Implement channel binding tls-server-end-point for SCRAM
Date
Msg-id 20180105175627.tndhtwsztuekz54n@alvherre.pgsql
Whole thread Raw
In response to Re: pgsql: Implement channel binding tls-server-end-point for SCRAM  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: pgsql: Implement channel binding tls-server-end-point for SCRAM  (Michael Paquier <michael.paquier@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Condition variable live lock
Next
From: Jesper Pedersen
Date:
Subject: Re: [HACKERS] path toward faster partition pruning