I have the verify_data value. I calculate the Mac in function of the verify_value, CLIENT_WRITE_MAC_SECRET, content_type, length and the version;
CLIENT_WRITE_MAC_SECRET on 16 octets, content type = 22 (handshake), length = 12 (verify_data's length), version is 0x03 0x01
I use md5 digest algorithm with RC4_128, Should I encrypt the concatenation of verify_data and its Mac to have the Finished message? What must I do to have output with 32 octets.
Sincerely, -Bdr
_______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
