]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: DPP local failure on hashing public key for PKEX bootstrap info
authorJouni Malinen <jouni@codeaurora.org>
Tue, 27 Nov 2018 14:41:25 +0000 (16:41 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 27 Nov 2018 14:44:48 +0000 (16:44 +0200)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_dpp.py

index 0663ec717c0ee71090717d4b990bcf90eaa6214b..8865455271af8c3dcd2d775aaee4bbffa22a50d8 100644 (file)
@@ -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")