Question 1
SSLV has been passively decrypting a hosted application's traffic with the server's RSA private key. After a server-side cipher change, new full TLS 1.2 handshakes negotiate ECDHE_RSA. The server certificate and key pair are unchanged, and captures contain both directions without packet loss. Why is the installed private key now insufficient to recover the plaintext?
Show answer & explanation
Correct answer: B - RSA authenticates the exchange, but the session secrets depend on ephemeral key agreement.