Hello,
> There seems to be no such function in openssl
> (ssl3_record_sequence_update())!!
> Can you pls tell where exactly this SSL sequence number is updated.
Well, yes, this function was introduced in 0.9.8.
In earlier versions there is code at the and of ssl3_mac()
function in s3_enc.c file which looks like:

    for (i=7; i>=0; i--)
        {
        ++seq[i];
        if (seq[i] != 0) break; 
        }

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