Hi SSL experts, I am using the s_client.c and the s_server.c for my ssl client and server. I need to find the socket calls such as send and recv. ie SSL_write( ), SSL_read( ), bio_read( ), bio( ) write etc will finally have to make a call to the socket calls such as send and recv as I guess. I need to access these socket calls. But I dont know how to find them. Can anyone please could help me?
Thanks, Prashanth