Identify the steps and the correct sequence in which they will be performed during an SSL
handshake procedure.
1. The client browser generates a session key and sends it to the server.
2. The server sends its certificate to the client, and the client verifies whether the server’s
certificate was signed by a trusted certificate authority (CA).
3. If client authentication is required, then the client sends its certificate to the server, and the
server verifies whether the client’s certificate was signed by a trusted certificate authority (CA).
4. The client and the server decide which cipher suite to use.
A.
1, 3, 2, 4
B.
4, 1, 2, 3
C.
4, 2, 3, 1
D.
1,2, 3, 4