mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Use a valid key exchange value in eap_proto_ikev2
Signed-off-by: Sean Parkinson <sean@wolfssl.com>
This commit is contained in:
parent
832b736fb2
commit
7d5df79f2d
@ -5124,7 +5124,7 @@ def test_eap_proto_ikev2(dev, apdev):
|
||||
|
||||
def build_ke(next=0):
|
||||
ke = struct.pack(">BBHHH", next, 0, 4 + 4 + 192, 5, 0)
|
||||
ke += 192*'\x00'
|
||||
ke += 191*'\x00'+'\x02'
|
||||
return ke
|
||||
|
||||
idx += 1
|
||||
|
Loading…
Reference in New Issue
Block a user