Network Security
Q The certificate_verify message involves the process defined by the pseudo-code (in terms of MD5) – CertificateVerify.signature.md5_hash = MD5(master_secret || pad_2 || MD5(handshake_messages || master_secret || pad_1). Is there any error? If so, what is it?
  • A A. Yes. pad_1 and pad_2 should be interchanged
  • B B. Yes. pad’s should be present towards the end
  • C C. Yes. master_key should not be used, the pre_master key should be used
  • D D. No error
Leave a Comment