add comment explaining attestation keys for test use

pull/9990/head
Nir Sonnenschein 2019-03-07 17:50:54 +02:00
parent d473f6d59c
commit a772d9d327
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ extern "C" psa_status_t psa_ps_reset();
test_entry_f test_g = NULL;
compliance_test_type type_g = COMPLIANCE_TEST_UNDEFINED;
// randomly generated attestation key used for testing the attestation feature.
// The specific key chosen shouldn't matter to the attestation test
// the test just needs a key to be injected before it is run.
static const uint8_t private_key_data[] = {
0x49, 0xc9, 0xa8, 0xc1, 0x8c, 0x4b, 0x88, 0x56,
0x38, 0xc4, 0x31, 0xcf, 0x1d, 0xf1, 0xc9, 0x94,