Multiple Handshake Messages After the CCS [closed]
I am working on TLS 1.2 cipher suite TLS_DHE_RSA_WITH_AES_128_GCM_SHA256. 1. I got two hello Request after the CCS.
Secure Sockets Layer
TLSv1.2 Record Layer: Change Cipher Spec Protocol: Change Cipher Spec
Content Type: Change Cipher Spec (20)
Version: TLS 1.2 (0x0303)
Length: 1
Change Cipher Spec Message
TLSv1.2 Record Layer: Handshake Protocol: Multiple Handshake Messages
Content Type: Handshake (22)
Version: TLS 1.2 (0x0303)
Length: 40
Handshake Protocol: Hello Request
Handshake Type: Hello Request (0)
Length: 0
Handshake Protocol: Hello Request
Handshake Type: Hello Request (0)
Length: 0
Please give me the guidance why instead of Finished message WS shows two hello request.
Thanks,
Wireshark shows what has occurred but not why. Sometimes, via analysis or other means, the why can be inferred but with so little context to your question that's not really possible here.
gcm IV-ea0b61fc0000000000000001 Wire shark wrongly decrypt 0000 0000 as two hello request. As per protocol iv is correct.