mbedtls/scripts/mbedtls_dev
Gilles Peskine 68b5182dad Add test data for secp192r1
Same generation methodology as 0cbaf056fa:

```
openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:P-192 -text |perl -0777 -pe 's/.*\npriv:([\n 0-9a-f:]*)pub:([\n 0-9a-f:]*).*/"$1","$2"/s or die; y/\n ://d; s/,/,\n              /;'
```

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-01-03 20:57:52 +01:00
..
__init__.py
asymmetric_key_data.py Add test data for secp192r1 2024-01-03 20:57:52 +01:00
bignum_common.py
bignum_core.py
bignum_data.py
bignum_mod.py
bignum_mod_raw.py
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
crypto_data_tests.py
crypto_knowledge.py Fix mixup between secp224r1 and secp224k1 in test scripts 2024-01-03 20:50:56 +01:00
ecp.py
logging_util.py
macro_collector.py
psa_information.py
psa_storage.py
test_case.py
test_data_generation.py
typing_util.py