tcpflow icon indicating copy to clipboard operation
tcpflow copied to clipboard

Add SSL decryption

Open simsong opened this issue 12 years ago • 3 comments

If you have the server's private key, it should be possible to decrypt...

simsong avatar Sep 24 '13 19:09 simsong

This can be done using ssldump. It won't work for the new DH-based protocols that implement Perfect Forward Secrecy.

simsong avatar Nov 30 '13 19:11 simsong

I would be interested in using tcpflow with ssldump. Any idea how to make ssldump work with tcpflow's output files?

molnarg avatar Dec 03 '13 13:12 molnarg

You would need to remove the code from ssldump and integrate it into tcpflow. It's a lot of work. You need to really understand C++.

simsong avatar Dec 03 '13 13:12 simsong