]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Update sae_bignum_failure to match implementation
authorJouni Malinen <j@w1.fi>
Fri, 7 Jan 2022 12:11:54 +0000 (14:11 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 11 Jan 2022 18:15:36 +0000 (20:15 +0200)
This was failing with the PWE derivation change in the implementation.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_sae.py

index 926a35da1539636643fcdcae1f461f38cbdf2f31..abadc30379cf231d5d57bd674e6c97e0aec131f9 100644 (file)
@@ -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"),