On Thu, Jul 24, 2008 at 05:10:54PM +0800, abc_123_ok wrote:

> I want to know what the 24 byte is.

The TLS "record layer" uses a 5 byte header. The actual data
is extended with a MAC, and encrypted which often adds CBC padding.

You should not make any assumptions about the length of the encrypted
data on the wire, there may also be packets for renegotiation if the
client or server chooses to do that.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to