The Certificateverify Message Involves The Process Defined By #826
The certificate_verify message involves the process defined by the pseudo-code (in terms of MD5) –<br /> CertificateVerify.signature.md5_hash = MD5(master_secret || pad_2 || MD5(handshake_messages || master_secret || pad_1).<br /> Is there any error? If so, what is it?
This multiple choice question (MCQ) is related to the book/course gs gs124 Introduction Cyber Security. It can also be found in gs gs124 Internet Protocol, Network Addressing and Transport Level Security - Secure Socket Layer - Quiz No.1.
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?
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?
Yes. pad_1 and pad_2 should be interchanged
Yes. pad’s should be present towards the end
Yes. master_key should not be used, the pre_master key should be used
No Error