mbedtls/scripts/mbedtls_dev
Gilles Peskine 6f6483f2d2 New module for key material for asymmetric key types
Asymmetric keys can't just be arbitrary byte strings: the public key
has to match the private key and the private key usually has
nontrivial constraints.

In order to have deterministic test data and not to rely on
cryptographic dependencies in the Python script, hard-code some test
keys.

In this commit, copy some test keys from test_suite_psa_crypto.data.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-02-17 14:50:17 +01:00
..
asymmetric_key_data.py New module for key material for asymmetric key types 2021-02-17 14:50:17 +01:00
c_build_helper.py Minor documentation fixes 2021-01-19 21:23:11 +01:00
crypto_knowledge.py New module for key material for asymmetric key types 2021-02-17 14:50:17 +01:00
macro_collector.py Check if the last word is 'MASK', not if it ends with 'MASK' 2021-02-17 14:50:16 +01:00
test_case.py New function to write a whole .data file 2021-02-17 14:50:16 +01:00