Intercepting packets before they are encrypted by SSL
Intercepting packets before they are encrypted by SSL
Author
Message
JD #1 / 1
Intercepting packets before they are encrypted by SSL
I'm using third-party network components in a routine and want to see what the tcp/ip packet looks like before it is encrypted by SSL. Is there a particular message type I could look for with something like winspy to capture that packet? I was also thinking about building a test driver that would build packets and inject them just prior to the SSL component while the system-under-test is still in place. Any thoughts on that? Thanks!