(Sorry about the last re-sending of Peter's message.)
> In case of a SSL_WANT_READ/WANT_WRITE error, what are you doing
> as a reaction?
>
> You have to select and then repeat exactly the last operation.
>
> So if you do an SSL_write and get SSL_WANT_READ, you select
> and then repeat the SSL_write operation.
Interesting, I'll look into that. But in this case, it's the first SSL_write() after the a succesful select() that is hanging, so there's not any chance to retry.
-- kov