Gilles Peskine 2f9c4dc5ad Add key management functions
Define psa_key_type_t and a first stab at a few values.

New functions psa_import_key, psa_export_key, psa_destroy_key,
psa_get_key_information. Implement them for raw data and RSA.

Under the hood, create an in-memory, fixed-size keystore with room
for MBEDTLS_PSA_KEY_SLOT_COUNT - 1 keys.
2018-09-05 11:53:24 +03:00
..
2018-08-13 13:49:52 +03:00
2018-05-25 14:54:14 +01:00
2017-07-27 21:44:33 +01:00
2018-06-18 10:30:30 +02:00
2018-09-05 10:59:00 +03:00
2017-09-06 17:51:14 +03:00
2017-10-10 19:04:27 +03:00
2018-05-15 09:21:57 +01:00
2018-08-20 10:39:27 +03:00
2018-08-17 16:52:08 +01:00
2018-09-05 10:59:00 +03:00
2018-07-24 16:43:20 +01:00
2015-09-04 14:21:07 +02:00
2018-09-05 11:53:24 +03:00
2018-05-25 14:54:14 +01:00
2015-09-04 14:21:07 +02:00
2018-09-05 11:53:24 +03:00
2018-09-05 11:53:24 +03:00
2017-10-29 17:53:52 +02:00
2018-04-11 20:27:32 -04:00
2018-09-05 10:59:00 +03:00