MCQOPTIONS
Saved Bookmarks
| 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). |
| A. | nIs there any error? If so, what is it? |
| B. | Yes. pad_1 and pad_2 should be interchanged |
| C. | Yes. pad s should be present towards the end |
| D. | Yes. master_key should not be used, the pre_master key should be used |
| E. | No Error |
| Answer» E. No Error | |