mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
asymmetric_key_data.py already provides EC/RSA key pair values that are suitable for generate_test_keys.py. So instead of re-generating the keys using gen_key program, we use those keys. This commit also: - extends asymmetric_key_data.py to introduce RSA bit sizes that are used in test_suite_pk but were missing from asymmetric_key_data.py. - updates test_keys.h with new keys. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| asymmetric_key_data.py | ||
| bignum_common.py | ||
| bignum_core.py | ||
| bignum_data.py | ||
| bignum_mod_raw.py | ||
| bignum_mod.py | ||
| build_tree.py | ||
| c_build_helper.py | ||
| crypto_data_tests.py | ||
| crypto_knowledge.py | ||
| ecp.py | ||
| logging_util.py | ||
| macro_collector.py | ||
| psa_information.py | ||
| psa_storage.py | ||
| test_case.py | ||
| test_data_generation.py | ||
| typing_util.py | ||