Re: SSL version 3 application data.

2005-08-23 Thread Victor Duchovni
On Wed, Aug 24, 2005 at 12:38:59AM +0200, Jostein Tveit wrote: > The application data is encrypted. Everything after the 5th byte > is ciphertext. > > 17 (application data) > 03 (major version) > 00 (minor version) > 00 20 (length 16bits) > ... (32 bytes of encrypted data) > With a 16 byte (128

Re: SSL version 3 application data.

2005-08-23 Thread Jostein Tveit
Matt Rodriguez <[EMAIL PROTECTED]> writes: > I've been looking at the specifications and figuring out what the > data in the application > data record means. If anybody can explain this to me in greater > detail, that would > be great. The application data is encrypted. Everything after the 5th b

SSL version 3 application data.

2005-08-23 Thread Matt Rodriguez
I'm using s_client and s_server tools to create a ssl connection and send data over a ssl connection. I'm observing the traffic using ssldump with the -Adx flags. The first time I type text into s_client program I see 2 application data records. I'm not sure what the purpose or what is in the f