Re: libpq sslpassword parameter and callback function

Bruce Momjian <bruce@momjian.us>

From: Bruce Momjian <bruce@momjian.us>
To: Craig Ringer <craig@2ndquadrant.com>
Cc: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-11-13T03:10:38Z
Lists: pgsql-hackers
On Sun, Nov 10, 2019 at 05:47:24PM +0800, Craig Ringer wrote:
> Yep, that was a trivial change I rolled into it.
> 
> FWIW, this is related to two other patches: the patch to allow passwordless fdw
> connections with explicit superuser approval, and the patch to allow sslkey/
> sslpassword to be set as user mapping options in postgres_fdw . Together all
> three patches make it possible to use SSL client certificates to manage
> authentication in postgres_fdw user mappings.

Oh, nice, greatly needed!

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



Commits

  1. libq support for sslpassword connection param, DER format keys