Re: libpq should not be using SSL_CTX_set_client_cert_cb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq should not be using SSL_CTX_set_client_cert_cb
Дата
Msg-id 12363.1274885682@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libpq should not be using SSL_CTX_set_client_cert_cb  (Garick Hamlin <ghamlin@isc.upenn.edu>)
Ответы Re: libpq should not be using SSL_CTX_set_client_cert_cb  (Garick Hamlin <ghamlin@isc.upenn.edu>)
Список pgsql-hackers
Garick Hamlin <ghamlin@isc.upenn.edu> writes:
> I am guessing the problem is that validating the presented chain is hard?  

No, the problem is that the current libpq code fails to present the
chain at all.  It will only load and send the first cert in the
postgresql.crt file.  This works only when the client's cert is signed
directly by one of the CAs trusted by the server.
        regards, tom lane


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

Предыдущее
От: Garick Hamlin
Дата:
Сообщение: Re: libpq should not be using SSL_CTX_set_client_cert_cb
Следующее
От: alvherre
Дата:
Сообщение: Re: mapping object names to role IDs