]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: EAP-pwd eap_pwd_get_element() local failures
authorJouni Malinen <j@w1.fi>
Sat, 13 Apr 2019 10:15:31 +0000 (13:15 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 13 Apr 2019 15:28:03 +0000 (18:28 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_eap_proto.py

index f8d2575f5cf3e7ae6663a7321282134dc54181d2..235f73192a8b6013dbf8ddad0ecef92607464b16 100644 (file)
@@ -6785,6 +6785,7 @@ def test_eap_proto_pwd_errors(dev, apdev):
 
     funcs = [(1, "hash_nt_password_hash;eap_pwd_perform_commit_exchange"),
              (1, "crypto_hash_finish;eap_pwd_kdf"),
+             (1, "crypto_ec_point_from_bin;eap_pwd_get_element"),
              (3, "crypto_bignum_init;compute_password_element"),
              (4, "crypto_bignum_init;compute_password_element"),
              (1, "crypto_bignum_init_set;compute_password_element"),