From: Jouni Malinen Date: Sat, 13 Apr 2019 10:15:31 +0000 (+0300) Subject: tests: EAP-pwd eap_pwd_get_element() local failures X-Git-Tag: hostap_2_8~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ff2401d540bf5a24369ddceac41edf08ec504c8;p=thirdparty%2Fhostap.git tests: EAP-pwd eap_pwd_get_element() local failures Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_eap_proto.py b/tests/hwsim/test_eap_proto.py index f8d2575f5..235f73192 100644 --- a/tests/hwsim/test_eap_proto.py +++ b/tests/hwsim/test_eap_proto.py @@ -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"),