Re: Use OpenSSL to decrypt TLS session from PCAP files

2020-12-08 Thread Oren Shpigel
rivileged or confidential > information. Any unauthorized review, use, disclosure or distribution is > prohibited. If you are not the intended recipient, please immediately > contact the sender by reply e-mail and delete the original message and > destroy all copies thereof. > > <

Use OpenSSL to decrypt TLS session from PCAP files

2020-12-08 Thread Oren Shpigel
Hi, I generated a PCAP file with TLS session, and I have the matching private key used by my HTTPS server. The TLS session is not using DH for key exchange, so it should be possible to decrypt. I know OpenSSL can be used to connect to a socket to "actively" handle the TLS session, but is there a wa