From: Jouni Malinen Date: Fri, 7 Jan 2022 12:11:54 +0000 (+0200) Subject: tests: Update sae_bignum_failure to match implementation X-Git-Tag: hostap_2_10~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f73e041b9b07e501b95f66e8fdfcd3653d29c239;p=thirdparty%2Fhostap.git tests: Update sae_bignum_failure to match implementation This was failing with the PWE derivation change in the implementation. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_sae.py b/tests/hwsim/test_sae.py index 926a35da1..abadc3037 100644 --- a/tests/hwsim/test_sae.py +++ b/tests/hwsim/test_sae.py @@ -1490,8 +1490,7 @@ def test_sae_bignum_failure(dev, apdev): (1, "crypto_bignum_init_set;sae_test_pwd_seed_ecc"), (1, "crypto_ec_point_compute_y_sqr;sae_test_pwd_seed_ecc"), (1, "crypto_bignum_to_bin;sae_derive_pwe_ecc"), - (1, "crypto_ec_point_init;sae_derive_pwe_ecc"), - (1, "crypto_ec_point_solve_y_coord;sae_derive_pwe_ecc"), + (1, "crypto_ec_point_compute_y_sqr;sae_derive_pwe_ecc"), (1, "crypto_ec_point_init;sae_derive_commit_element_ecc"), (1, "crypto_ec_point_mul;sae_derive_commit_element_ecc"), (1, "crypto_ec_point_invert;sae_derive_commit_element_ecc"),