ssl passphrase callback

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема ssl passphrase callback
Дата
Msg-id 04116472-818b-5859-1d74-3d995aab2252@2ndQuadrant.com
обсуждение исходный текст
Ответы Re: ssl passphrase callback  (Robert Haas <robertmhaas@gmail.com>)
Список 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


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ibrar Ahmed
Дата:
Сообщение: Re: Resume vacuum and autovacuum from interruption and cancellation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: function calls optimization