tests: Update sae_bignum_failure to match implementation
This was failing with the PWE derivation change in the implementation. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
9b14aed908
commit
f73e041b9b
1 changed files with 1 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue