Thanks GS. But i am more interested in the sample code in which BIO pair is used for socket communication along with Certificate Exchange. In the current code, i am creating CTX as usual, then using BIO to do connect, and handshake. but that is not working.
// Harshvir On Sun, May 22, 2011 at 7:21 PM, G S <stokest...@gmail.com> wrote: > On Sun, May 22, 2011 at 5:10 PM, Harshvir Sidhu <hvssi...@gmail.com>wrote: > >> Can someone point me to some example code for this in which BIO is used >> to encrypt and decrypt data and then using normal sockets for send/receive? >> I am not able to find anything in openssl source exmple or on google. >> >> > Here's some: > > > http://www.opensc.ws/tutorials-articles/12761-rsa-encryption-using-openssl-c-c.html >