Hi Avinash,

The paragraph you mentioned is little bit vague,
better look at 6.2.3.1 from the same RFC; below is a
fragment from 6.2.3.1 paragraph:

..................
   The MAC is generated as:

   HMAC_hash(MAC_write_secret, seq_num +  
    TLSCompressed.type +
    TLSCompressed.version + 
    TLSCompressed.length +
    TLSCompressed.fragment));

   where "+" denotes concatenation.
.....................

The "two fixed character strings" are 'type' and
'version'; I implemented it (in C++) just as specified
above and it works.


Dragos.



                
__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to