Exporting the key session Failed

asked 2023-08-08 06:41:07 +0000

After decrypting the web traffic using the private key, I am trying to export a session key, to provide the pcap with the key to vendor support. But I am getting the following error "There are no session Keys to save"

Any idea about what could be the reason?

edit retag flag offensive close merge delete

Comments

Being able to decrypt with the private key is not common anymore. Most used ciphers don't use an RSA key exchange anymore. Are you sure the decryption worked? And did you really provide the private key or did you provide a key logfile?

If it really was an RSA key exchange being decrypted with the private key, then the export should work. If it doesn't, what is the output of "About Wireshark" and what is the ciphersuite being used (look in the ServerHello)?

SYN-bit gravatar imageSYN-bit ( 2023-08-08 07:11:52 +0000 )edit

My Bad, you are right. I found out that the traffic was not decrypted. Could you guide me on how to decrypt using the ciphers, or if you have an article to follow.

Ahmedkhider gravatar imageAhmedkhider ( 2023-08-08 08:53:15 +0000 )edit