-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3302 from gilles-peskine-arm/psa-lifetime-persist…
…ence-indicator Define some structure for lifetime values
- Loading branch information
Showing
10 changed files
with
360 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Default behavior changes | ||
* In the experimental PSA secure element interface, change the encoding of | ||
key lifetimes to encode a persistence level and the location. Although C | ||
prototypes do not effectively change, code calling | ||
psa_register_se_driver() must be modified to pass the driver's location | ||
instead of the keys' lifetime. If the library is upgraded on an existing | ||
device, keys created with the old lifetime value will not be readable or | ||
removable through Mbed TLS after the upgrade. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.