mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 08:48:31 -05:00
tests: Fix EAP-SAKE error test case coverage
This was missing the second eap_sake_compute_mic() call in eap_sake_process_confirm(). Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
5b0ec907c1
commit
fb3db14a6f
@ -721,7 +721,9 @@ def test_eap_proto_sake_errors(dev, apdev):
|
||||
( 1, "=eap_sake_process_challenge" ),
|
||||
( 1, "eap_sake_compute_mic;eap_sake_process_challenge" ),
|
||||
( 1, "eap_sake_build_msg;eap_sake_process_confirm" ),
|
||||
( 1, "eap_sake_compute_mic;eap_sake_process_confirm" ),
|
||||
( 2, "eap_sake_compute_mic;eap_sake_process_confirm" ),
|
||||
( 3, "eap_sake_compute_mic;eap_sake_process_confirm" ),
|
||||
( 1, "eap_sake_getKey" ),
|
||||
( 1, "eap_sake_get_emsk" ),
|
||||
( 1, "eap_sake_get_session_id" ) ]
|
||||
|
Loading…
Reference in New Issue
Block a user