Re: pgsql: libq support for sslpassword connection param, DER format keys

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: libq support for sslpassword connection param, DER format keys
Date: 2019-12-02 01:56:28
Message-ID: 20191202015628.GA1696@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-12-02 02:21:05 pgsql: Refactor query cancellation code into src/fe_utils/
Previous Message Andrew Dunstan 2019-12-01 22:55:16 pgsql: Add dummy versions of new SSL functions for non-SSL builds