Re: Non-blocking IO

2005-11-28 Thread Joe Santapau
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

Re: Getting sockaddr_in structures from a BIO or SSL struct.

2005-06-28 Thread Joe Santapau
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. _

Getting sockaddr_in structures from a BIO or SSL struct.

2005-06-26 Thread Joe Santapau
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