mbedtls/scripts/mbedtls_dev
Gilles Peskine 478dd84b63 Fix mixup between secp224r1 and secp224k1 in test scripts
secp224k1 is the one with 225-bit private keys.

The consequences of this mistake were:

* We emitted positive test cases for hypothetical SECP_R1_225 and
  SECP_K1_224 curves, which were never executed.
* We emitted useless not-supported test cases for SECP_R1_225 and SECP_K1_224.
* We were missing positive test cases for SECP_R1_224 in automatically
  generated tests.
* We were missing not-supported test cases for SECP_R1_224 and SECP_K1_225.

Thus this didn't cause test failures, but it caused missing test coverage
and some never-executed test cases.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-01-03 20:50:56 +01:00
..
__init__.py Documentation typo 2022-09-29 18:48:41 +02:00
asymmetric_key_data.py Fix mixup between secp224r1 and secp224k1 in test scripts 2024-01-03 20:50:56 +01:00
bignum_common.py update headers 2023-11-02 19:47:20 +00:00
bignum_core.py update headers 2023-11-02 19:47:20 +00:00
bignum_data.py update headers 2023-11-02 19:47:20 +00:00
bignum_mod.py update headers 2023-11-02 19:47:20 +00:00
bignum_mod_raw.py update headers 2023-11-02 19:47:20 +00:00
build_tree.py Modify crypto_core_directory to also return a relative path 2023-12-01 17:18:38 +00:00
c_build_helper.py update headers 2023-11-02 19:47:20 +00:00
crypto_data_tests.py update headers 2023-11-02 19:47:20 +00:00
crypto_knowledge.py Fix mixup between secp224r1 and secp224k1 in test scripts 2024-01-03 20:50:56 +01:00
ecp.py update headers 2023-11-02 19:47:20 +00:00
logging_util.py update headers 2023-11-02 19:47:20 +00:00
macro_collector.py update headers 2023-11-02 19:47:20 +00:00
psa_information.py Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only 2023-11-23 10:31:26 +08:00
psa_storage.py update headers 2023-11-02 19:47:20 +00:00
test_case.py update headers 2023-11-02 19:47:20 +00:00
test_data_generation.py update headers 2023-11-02 19:47:20 +00:00
typing_util.py update headers 2023-11-02 19:47:20 +00:00