Re: libpq SSL with non-blocking sockets - Mailing list pgsql-hackers

From Tom Lane
Subject Re: libpq SSL with non-blocking sockets
Date
Msg-id 13539.1311525935@sss.pgh.pa.us
Whole thread Raw
In response to Re: libpq SSL with non-blocking sockets  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: libpq SSL with non-blocking sockets
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq SSL with non-blocking sockets
Next
From: Tom Lane
Date:
Subject: Re: libpq SSL with non-blocking sockets