Re: not able to pump data using SSL_write

2001-09-09 Thread Rama krishna Prasad Chunduru
On Saturday 08 September 2001 07:18 am, you wrote: > hello, > using concurrent process i am trying to send data by calling the function > sockWriteSSL(code given below), most of the time i am unable to send as > SSL_write return -1. > > can anyone tell me how i can pump more data using SSL_write?

not able to pump data using SSL_write

2001-09-08 Thread ganesh kumar godavari
hai lutz and all, thanks for the information. i did check the SSL_get_error and found that SSL_ERROR_SYSCALL and SSL_ERROR_SSL are being raised, on using ERR_get_error() i got the return value of 0 and 336195711 resp for SSL_ERROR_SYSCALL and SSL_ERROR_SSL. can u tell me how i can overcom

Re: not able to pump data using SSL_write

2001-09-08 Thread Lutz Jaenicke
On Sat, Sep 08, 2001 at 01:48:12AM -, ganesh kumar godavari wrote: > hello, > using concurrent process i am trying to send data by calling the function >sockWriteSSL(code given below), most of the time i am unable to send as SSL_write >return -1. man SSL_get_error() Best regards,

not able to pump data using SSL_write

2001-09-07 Thread ganesh kumar godavari
hello, using concurrent process i am trying to send data by calling the function sockWriteSSL(code given below), most of the time i am unable to send as SSL_write return -1. can anyone tell me how i can pump more data using SSL_write?. any pointers would be of great help as i am new to socket