From: Jouni Malinen Date: Fri, 7 Jan 2022 16:52:58 +0000 (+0200) Subject: tests: Update eap_proto_pwd_errors to match implementation X-Git-Tag: hostap_2_10~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b48cfe1787a6778a0ede628652141249ffda8a4;p=thirdparty%2Fhostap.git tests: Update eap_proto_pwd_errors to match implementation A negative test was failing with the PWE derivation change in the implementation. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_eap_proto.py b/tests/hwsim/test_eap_proto.py index a8f4aeb36..60d2e90da 100644 --- a/tests/hwsim/test_eap_proto.py +++ b/tests/hwsim/test_eap_proto.py @@ -8158,7 +8158,6 @@ def test_eap_proto_pwd_errors(dev, apdev): (3, "crypto_bignum_init_set;compute_password_element"), (1, "crypto_bignum_to_bin;compute_password_element"), (1, "crypto_ec_point_compute_y_sqr;compute_password_element"), - (1, "crypto_ec_point_solve_y_coord;compute_password_element"), (1, "crypto_bignum_rand;compute_password_element"), (1, "crypto_bignum_sub;compute_password_element")] for count, func in funcs: