Re: Bug #838: SSL problems in 7.3

Поиск
Список
Период
Сортировка
От Nathan Mueller
Тема Re: Bug #838: SSL problems in 7.3
Дата
Msg-id 200212102009.OAA02627@norm.cs.wisc.edu
обсуждение исходный текст
Ответ на Bug #838: SSL problems in 7.3  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
> There was a conscious decision in 7.3 to require only 7.3 clients when
> using SSL. I don't remember how many people were involved in that
> discussion, but I know it was made. In fact, there was so much new SSL
> code in 7.3, I suspected we couldn't even make it work with pre-7.2
> clients. I am surprised it works with your small change.

Fair enough. Let me test the other patch with TLSv1 to make sure it
still works.

> On the issue of checking if SSL_read() has returned -1, is that
> standard
> OpenSSL coding practice that even if SSL_get_error() returns an error,
> you have to check the SSL_read() return value too?

From looking at the SSL_get_error man page I think you only need to do
it in the case of SSL_ERROR_SYSCALL.

        --Nate

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL 7.3 Installation on SCO
Следующее
От: Nathan Mueller
Дата:
Сообщение: Re: Bug #838: SSL problems in 7.3