SSL client configuration patch

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема SSL client configuration patch
Дата
Msg-id 44161.24.60.196.157.1210875891.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Список pgsql-patches
This patch adds the ability to specify client certification and keys as
well as root certificates and revocation lists for the client as
parameters in PQconnectdb()

sslkey=fullepath_to_file
sslcert=fullpath_to_cert
ssltrustcrt=fullpath_to_trusted_cert_file
sslcrl=fullpath_to_revocation_list

Also, it fixes a but in client revocation lists that were never looking in
the application directory.

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq object hooks
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch to change psql default banner v6