Re: BUG #4340: SECURITY: Is SSL Doing Anything?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4340: SECURITY: Is SSL Doing Anything?
Дата
Msg-id 5845.1217867070@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #4340: SECURITY: Is SSL Doing Anything?  (Dan Kaminsky <dan@doxpara.com>)
Ответы Re: BUG #4340: SECURITY: Is SSL Doing Anything?  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
Dan Kaminsky <dan@doxpara.com> writes:
>     Lets talk about the verify_cb callback first:  Suppose there's a
> man-in-the-middle between the PG client and the PG server.  Is some
> secondary force going to apply some Trusted CA list?

I'm not sure why we have verify_cb at all -- so far as I can see,
it just specifies the same behavior as OpenSSL's default.  Are
you saying that OpenSSL's default verification behavior is broken?

>     Second, are you saying verify_peer doesn't do anything for
> authentication?  Are you sure about that?  There's really little reason
> otherwise for the call to exist.

Er, we don't *have* a verify_peer callback.

            regards, tom lane

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

Предыдущее
От: Dan Kaminsky
Дата:
Сообщение: Re: BUG #4340: SECURITY: Is SSL Doing Anything?
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: BUG #4339: The postgreSQL service stops abnormally