Changelog entry noting the behavior change and storage format change
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
344e15b010
commit
fb79dfef47
1 changed files with 8 additions and 0 deletions
8
ChangeLog.d/psa-lifetime-locations.txt
Normal file
8
ChangeLog.d/psa-lifetime-locations.txt
Normal file
|
@ -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.
|
Loading…
Reference in a new issue