RE: Need help with s_client

2009-09-02 Thread Ritesh Rekhi
-openssl-us...@openssl.org] On Behalf Of Michael S. Zick Sent: Tuesday, September 01, 2009 8:04 AM To: openssl-users@openssl.org Subject: Re: Need help with s_client On Mon August 31 2009, Ritesh Rekhi wrote: Hi All, I want to write a SSL client which will not ack for all the data on TCP layer

Need help with s_client

2009-09-01 Thread Ritesh Rekhi
Hi All, I want to write a SSL client which will not ack for all the data on TCP layer and then close a connection i.e I want to test the tcp close when there is unacknowledged data on socket. I tried using s_client and tried to modify the code where there is: k=SSL_read(con,sbuf,1024 /*

Re: Need help with s_client

2009-09-01 Thread Michael S. Zick
On Mon August 31 2009, Ritesh Rekhi wrote: Hi All, I want to write a SSL client which will not ack for all the data on TCP layer and then close a connection i.e I want to test the tcp close when there is unacknowledged data on socket. I tried using s_client and tried to modify the code