Hi David thanks very much for the reply. Your response has actually provided
me the insight in to the solution that I was looking for.
I actually wnted to replace the socket calls with the bios abstracted on
memory buffers.
Regards,
Prashanth.
On Fri, Sep 26, 2008 at 8:34 PM, David Schwartz <[EMA
nks,
> > Prashanth
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Help-reagarding-socket-calls-in-SSL-needed-tp19685234p19686983.html
> Sent from the OpenSSL - User mailing list archive at Nabble.com.
>
> ___
> 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
ks,
> Prashanth
>
>
--
View this message in context:
http://www.nabble.com/Help-reagarding-socket-calls-in-SSL-needed-tp19685234p19686983.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
__
OpenSSL
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 nee