Re: libpq SSL with non-blocking sockets

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq SSL with non-blocking sockets
Дата
Msg-id 13539.1311525935@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libpq SSL with non-blocking sockets  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: libpq SSL with non-blocking sockets
Список pgsql-hackers
I wrote:
> So this does look like it'd fix the issue for SSL_write, without needing
> to introduce a concept of a "write frozen" buffer state.  I am wondering
> though how far back support for this flag exists in OpenSSL,

A bit of archaeology reveals that the flag was introduced in OpenSSL
0.9.4, released in 1999.  So it's probably Old Enough.  (BTW, the 0.9.4
changelog credits this change to one Bodo Moeller ... so the comments
from him in the other thread I linked to can be considered authoritative
...)

Still wondering about the SSL_read end of it, though.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq SSL with non-blocking sockets
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libpq SSL with non-blocking sockets