Perry L. Jones wrote:
can some one please point me to an example of non-blocking IO reading
with openssl.
Thanks,
Perry
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Thanks one and all,
I had priviously used a socket BIO, but now I think I'll use accept() get
what I need, and then populate it into a SSL * it might give me
flexability
with the socket itself, timeouts and the like.
Thanks,
Joe S.
_
Hello All,
Is there a way in the OpenSSL API that allows you to save connection
information from a
BIO_do_accept() on a socket like accept() does ?, specifically a
sockaddr_in structure,
or similar.
If not, I am going to try to populate a BIO or SSL structure using
information from
a standar