Re: Doubts regarding partial write in SSL_write call

2006-12-11 Thread Marek Marcola
Hello, I've one query regarding SSL_write call provided by OpenSSL library. The SSL_write could return with READ_ERROR or WRITE_ERROR with partial writing of data. While re-attempting to send the data once again SSL_Write expects the same arguments as that of the previous one. If I give

Re: Doubts regarding partial write in SSL_write call

2006-12-11 Thread Darryl Miles
Marek Marcola wrote: I've one query regarding SSL_write call provided by OpenSSL library. The SSL_write could return with READ_ERROR or WRITE_ERROR with partial writing of data. While re-attempting to send the data once again SSL_Write expects the same arguments as that of the previous one.