Re: About the BIO objects and the SSL_read funcion

2008-09-24 Thread prashanth s joshi
Hi , my application can not use the socket calls . The data would be fed to the application directly by a sniffer. Hence socket based calls should not be used in our application. Hence I guess BIO calls abstracted over the memory buffer need to be used for our application. (the application

RE: About the BIO objects and the SSL_read funcion

2008-09-24 Thread David Schwartz
> I am new to the OpenSSL environment. I would like to know from > the experts here about the BIO_read and BIO_write and the > SSL_read and SSL_write. The BIO_read and BIO_write functions read from or write to a BIO, which is an abstraction for a buffered I/O object. The SSL_read and SSL_write fu