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
thanks vinay for the reply. I actually need to work on replacing the sockets with the bios abstracted over the memory buffers. On Fri, Sep 26, 2008 at 5:23 PM, vne <[EMAIL PROTECTED]> wrote: > > > The tcp socket calls are accessed by macros defined in file e_os.h. > Is it all what you want to kn

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
The tcp socket calls are accessed by macros defined in file e_os.h. Is it all what you want to know? prashanth s joshi wrote: > > 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_writ