Hello,

> For example if you have 8 data bytes to send:
>       8(data) + 20(MAC) + 8(padding) = 36
> and 5 bytes for SSL3/TLS record header = 41.

Sorry, mistake, should be:

For example if you have 12 data bytes to send:
        (12(data) + 20(MAC)) + 8(padding) = 40
and 5 bytes for SSL3/TLS record header = 45.

12+20 = 32 and remainder with dividing by 8 is 0.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to