Hi all, 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. After a BIO object is created and associated with the i/o, only BIO_read and BIO_write may be used. However why is that the SSL_read and SSL_write are still used even after the creation of BIO and after it is associated with a socket? Actually my intention is to replace the socket dependent calls totally from the OpenSSL and replace them with the buffer based calls. Is this possible? I understand here that socket dependent calls are the SSL_read and SSL_write. And BIO_read and BIO_write are buffer based calls? How the BIO_read and SSL_read are related?
Regards, Prashanth