Re: Help reagarding socket calls in SSL needed

2008-09-26 Thread prashanth s joshi
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

Re: Help reagarding socket calls in SSL needed

2008-09-26 Thread prashanth s joshi
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. > > ___

RE: Help reagarding socket calls in SSL needed

2008-09-26 Thread David Schwartz
> 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

Re: Help reagarding socket calls in SSL needed

2008-09-26 Thread vne
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

Help reagarding socket calls in SSL needed

2008-09-26 Thread prashanth s joshi
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