SSL and USER_CERT_FILE patch

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема SSL and USER_CERT_FILE patch
Дата
Msg-id 54312.24.60.196.157.1210877878.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Список pgsql-hackers
I have submitted a patch that does two things: (1) fixes a bug in the
client SSL code that never appended the home directory to the root
revocation list. and (2) adds 4 new fields to the connect string:

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


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Bug 3883 revisited
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: [rfc,patch] PL/Proxy in core