Re: pgsql: libq support for sslpassword connection param, DER formatkeys - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: libq support for sslpassword connection param, DER formatkeys
Date
Msg-id 20191202015628.GA1696@paquier.xyz
Whole thread Raw
In response to Re: pgsql: libq support for sslpassword connection param, DER formatkeys  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-committers
On Sun, Dec 01, 2019 at 03:16:32PM -0500, Andrew Dunstan wrote:
> No, that's not the issue. The problem is that if we're not building with
> openssl we don't link in fe-secure-openssl.c. It looks like I might need
> to move some stuff from there to fe-secure.c.

We should try to keep as many things in fe-secure-openssl.c as we can
because these are designed to be specific to OpenSSL.  Your solution
with c01ac6d was the right thing to do, thanks.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add dummy versions of new SSL functions for non-SSL builds
Next
From: Michael Paquier
Date:
Subject: pgsql: Refactor query cancellation code into src/fe_utils/