ssl passphrase callback - Mailing list pgsql-hackers

From Andrew Dunstan
Subject ssl passphrase callback
Date
Msg-id 04116472-818b-5859-1d74-3d995aab2252@2ndQuadrant.com
Whole thread Raw
Responses Re: ssl passphrase callback  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
This is the first of a number of patches to enhance SSL functionality,
particularly w.r.t. passphrases.


This patch provides a hook for a function that can supply an SSL
passphrase. The hook can be filled in by a shared preloadable module. In
order for that to be effective, the startup order is modified slightly.
There is a test attached that builds and uses one trivial
implementation, which just takes a configuration setting and rot13's it
before supplying the result as the passphrase.


cheers


andrew




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


Attachment

pgsql-hackers by date:

Previous
From: Ibrar Ahmed
Date:
Subject: Re: Resume vacuum and autovacuum from interruption and cancellation
Next
From: Tom Lane
Date:
Subject: Re: function calls optimization