|
|
|
|
|
by JoshTriplett
4748 days ago
|
|
Not necessarily possible even with the private keys. If you use an SSL cipher with ephemeral keys, such as the DHE_* or ECDHE_* family of ciphers, then an eavesdropper with a recorded but not MITMed conversation cannot decrypt it even with the server's private SSL key. See http://vincent.bernat.im/en/blog/2011-ssl-perfect-forward-se... for example. |
|