I have done this with packetsniffers. Several good pay or free ones are available. They clearly show plain text , html, or any other part of the data packet as it enters/exits the NIC. Then if an SSL session is initiated, you can watch the certificate and its information passed in clear text, 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 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]> wrote: > > 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 > > > connection between client and a server. > > > > > > The client sends message to server. But I want to > > view > > > the encrypted message before server decrypts it. > > > Is it possible? > > > > > > I only have the option of SSL_read function but it > > > shows decrypted message. > > > > > > I also wanted to know the code of function > > SSL_read. > > > It in not included in the openssl source. It is > > > mentioned in ssl.h but is pointed to by > > > method->ssl_read. > > > > > > Where ssl_read is not shown > > > Please help > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! Calendar - Free online calendar with sync > > to Outlook(TM). > > > http://calendar.yahoo.com > > > > > > ______________________________________________________________________ > > > OpenSSL Project > > http://www.openssl.org > > > User Support Mailing List > > [EMAIL PROTECTED] > > > Automated List Manager > > [EMAIL PROTECTED] > > > > > > > > ______________________________________________________________________ > > OpenSSL Project > > http://www.openssl.org > > User Support Mailing List > > [EMAIL PROTECTED] > > Automated List Manager > [EMAIL PROTECTED] > > > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]