Merge pull request #8764 from Ryan-Everett-arm/threadsafe-key-wiping
Make key destruction thread safe
This commit is contained in:
commit
f741db3d6e
4 changed files with 67 additions and 13 deletions
|
@ -198,6 +198,8 @@ psa_status_t mbedtls_psa_register_se_key(
|
|||
*
|
||||
* This function clears all data associated with the PSA layer,
|
||||
* including the whole key store.
|
||||
* This function is not thread safe, it wipes every key slot regardless of
|
||||
* state and reader count. It should only be called when no slot is in use.
|
||||
*
|
||||
* This is an Mbed TLS extension.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue