Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 12793] Expert Info ssl.resumed incorrect after TLS renegot

Date: Wed, 31 Aug 2016 11:50:50 +0000

Comment # 7 on bug 12793 from
(In reply to Andre Luyer from comment #6)
> Yes, no quick fix unfortunately...
> Can the HELLO_REQUEST be used as trigger for a new / blank SSL object in the
> first pass?

I think that the ClientHello is a better indication, HelloRequest can be
ignored AFAIK.

> I noticed in the debug log that the 'ssl state' is not reset (from 0x1F) to
> 0x00 at the start of the renegotiation (frame 17). Maybe that is the cause
> why the APPLICATION_DATA after the renegotiation is not properly decrypted.

That is indeed the problem, so I am looking at either resetting the flags and
some fields in ClientHello, or somehow create a complete new SSL session.


You are receiving this mail because:
  • You are watching all bug changes.