From: Jouni Malinen Date: Tue, 27 Nov 2018 14:41:25 +0000 (+0200) Subject: tests: DPP local failure on hashing public key for PKEX bootstrap info X-Git-Tag: hostap_2_7~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eadebe3d41dcc4adf0490475a2916a5dac6151f;p=thirdparty%2Fhostap.git tests: DPP local failure on hashing public key for PKEX bootstrap info Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 0663ec717..886545527 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -4808,7 +4808,8 @@ def test_dpp_pkex_test_fail(dev, apdev): (1, "aes_siv_encrypt;dpp_pkex_build_commit_reveal_req"), (1, "hmac_sha256_vector;dpp_pkex_rx_exchange_resp"), (1, "aes_siv_decrypt;dpp_pkex_rx_commit_reveal_resp"), - (1, "hmac_sha256_vector;dpp_pkex_rx_commit_reveal_resp") ] + (1, "hmac_sha256_vector;dpp_pkex_rx_commit_reveal_resp"), + (1, "dpp_bootstrap_key_hash") ] for count, func in tests: dev[0].request("DPP_STOP_LISTEN") dev[1].request("DPP_STOP_LISTEN")