1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-12 08:21:54 +03:00
Files
mbedtls/scripts/mbedtls_dev
Gilles Peskine 92b90b848a 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-09 09:53:54 +01:00
..
2022-10-14 15:34:06 +02:00
2023-11-03 12:04:52 +00:00
2023-11-03 12:04:52 +00:00
2023-11-03 12:04:52 +00:00
2023-11-13 11:45:12 +00:00
2023-11-03 12:04:52 +00:00
2023-11-03 12:04:52 +00:00
2023-11-03 12:04:52 +00:00
2023-11-03 12:04:52 +00:00