Re: Problem with SSL_WRITE

2008-02-28 Thread Gayathri Sundar
> Hi, > > > > We are using OPEN SSL library in our client server application. We are > using SSL_WRITE and SSL_READ api used to read and > > > > write operations between them. Connection is broken When server sends > very large message (more than 56K) using SSL_WRITE api. > > > > We fixed problem w

RE: Problem with SSL_WRITE

2008-02-27 Thread David Schwartz
> We are using OPEN SSL library in our client server application. We are using > SSL_WRITE and SSL_READ api used to read and > write operations between them. Connection is broken When server sends very > large message (more than 56K) using SSL_WRITE api. That's probably due to a bug in your code