Darryl Green
d49a499d03
psa: Implement persistent keys
...
Allow use of persistent keys, including configuring them, importing and
exporting them, and destroying them.
When getting a slot using psa_get_key_slot, there are 3 scenarios that
can occur if the keys lifetime is persistent:
1. Key type is PSA_KEY_TYPE_NONE, no persistent storage entry:
- The key slot is treated as a standard empty key slot
2. Key type is PSA_KEY_TYPE_NONE, persistent storage entry exists:
- Attempt to load the key from persistent storage
3. Key type is not PSA_KEY_TYPE_NONE:
- As checking persistent storage on every use of the key could
be expensive, the persistent key is assumed to be saved in
persistent storage, the in-memory key is continued to be used.
2018-11-20 15:40:25 +00:00
..
2015-06-25 10:59:56 +02:00
2018-11-09 19:57:53 +00:00
2018-04-05 15:37:38 +02:00
2018-04-17 10:00:21 -05:00
2018-08-13 13:49:52 +03:00
2018-04-17 10:00:21 -05:00
2018-11-02 10:52:49 +00:00
2017-02-15 23:31:07 +02:00
2018-10-09 16:36:53 +01:00
2018-04-17 10:00:21 -05:00
2018-04-17 10:00:21 -05:00
2018-07-30 11:29:26 +03:00
2018-11-02 10:52:38 +00:00
2018-06-07 11:54:17 +02:00
2018-06-18 10:30:30 +02:00
2018-07-23 18:18:32 +01:00
2018-07-23 18:18:35 +01:00
2018-06-27 10:51:47 +01:00
2018-11-20 15:21:22 +00:00
2018-08-21 17:55:46 +03:00
2017-09-06 17:51:14 +03:00
2018-04-17 10:00:21 -05:00
2018-04-17 10:00:21 -05:00
2018-11-05 18:08:46 +02:00
2018-11-05 14:04:26 +02:00
2018-05-15 09:21:57 +01:00
2018-04-04 09:18:27 +02:00
2018-10-26 15:09:35 +01:00
2018-07-24 17:20:17 +01:00
2018-04-17 10:00:21 -05:00
2018-11-09 13:57:37 +00:00
2018-11-09 15:01:07 +00:00
2018-04-17 10:00:21 -05:00
2018-07-23 10:34:47 -07:00
2018-04-17 10:00:21 -05:00
2018-11-20 15:21:22 +00:00
2018-04-17 10:00:21 -05:00
2018-04-17 10:00:21 -05:00
2018-07-05 10:47:00 +02:00
2018-01-22 11:54:42 +01:00
2018-04-17 10:00:21 -05:00
2018-06-12 16:56:04 +01:00
2018-07-24 17:20:17 +01:00
2018-07-24 16:43:20 +01:00
2018-02-08 17:18:15 +08:00
2015-09-04 14:21:07 +02:00
2018-04-17 10:00:21 -05:00
2018-11-12 19:14:34 +01:00
2018-10-16 10:41:31 +02:00
2018-05-25 14:54:14 +01:00
2015-09-04 14:21:07 +02:00
2018-04-17 10:00:21 -05:00
2018-10-11 11:31:15 +01:00
2017-08-23 16:17:27 +01:00
2018-09-06 12:09:56 +01:00
2018-10-11 11:04:20 +01:00
2018-06-07 11:54:17 +02:00
2018-11-20 15:21:22 +00:00
2018-11-20 15:21:22 +00:00
2018-11-20 15:21:22 +00:00
2018-11-20 15:21:22 +00:00
2018-11-20 15:40:25 +00:00
2018-04-17 10:00:21 -05:00
2018-10-09 16:36:53 +01:00
2018-11-19 19:25:56 +00:00
2018-07-05 10:47:00 +02:00
2018-07-05 10:47:00 +02:00
2018-07-05 10:47:00 +02:00
2017-10-29 17:53:52 +02:00
2018-08-10 10:59:53 +01:00
2018-11-12 14:30:16 +00:00
2018-04-17 10:00:21 -05:00
2018-08-28 10:13:29 +01:00
2018-08-21 17:48:52 +01:00
2018-11-04 18:48:04 +00:00
2018-09-06 12:09:56 +01:00
2018-11-04 18:51:36 +00:00
2018-11-20 15:21:22 +00:00
2016-11-04 23:05:56 +01:00
2018-11-02 10:52:38 +00:00
2018-04-17 10:00:21 -05:00
2018-11-07 12:59:14 +00:00
2018-06-28 12:09:15 +01:00
2018-09-05 15:06:19 +01:00
2018-04-17 10:00:21 -05:00
2018-04-17 10:00:21 -05:00
2018-04-17 10:00:21 -05:00