Re: How to see encrypted text in a SSL connection

2003-06-03 Thread Ridge Cook
, and data encrypted to its public key returned. Yours- Ridge - Original Message - From: "Manoj Sharma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 01, 2003 4:56 PM Subject: Re: How to see encrypted text in a SSL connection > Hi > thanks for

Re: How to see encrypted text in a SSL connection

2003-06-02 Thread Manoj Sharma
Hi thanks for replying but problem is that after making an ssl connection, whatever i read at the server side using read() or recv() (on the socket from which i get the ssl connection) I get blank data. and nothing is displayed. Any ideas?? thanks manoj --- Jan Kleinsorge <[EMAIL PROTECTED]> wr

Re: How to see encrypted text in a SSL connection

2003-06-01 Thread Jan Kleinsorge
maybe you could recv() .. with PEEK flag set jan - Original Message - From: "Manoj Sharma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 3:50 PM Subject: How to see encrypted text in a SSL connection > I have written an application which makes SSL > connecti