Group: mailing.openssl.users · Group Profile · Search for Yamamaya in mailing.openssl.users
Author: "YAMANEKO/Mao"
Date: Dec 18, 2007 01:01
Yes, the protocol is asynchronous exactly, not "query/response" sequence, and could not re-design it now. I could not find sufficient documents or examples about non-blocking I/O for newbie like me. By way of experiment, I tried to re-write the code again with BIO and non-blocking I/O. The read() wrapping function I made newlly is below; ------- snip ------- BIO_set_nbio( cbio, 1 ) ; BIO_do_connect
|