mbedtls/ChangeLog.d/systematically_store_bit_size_3740.txt
Torstein Nesse 162a1104be Changes PSA key storage format to include key bits
* Stores bits in psa_persistent_key_storage_format.
* psa_load_persistent_key_into_slot still imports plaintext keys which
  ensures that the bits value gets set.
* Updates key specification to match new implementation.
* Expands persistent store and load tests with to check for bits
  attribute.
* Removes bits storage from psa_se_key_data_storage_t.

Signed-off-by: Torstein Nesse <torstein.nesse@silabs.com>
2020-10-07 10:54:24 +02:00

8 lines
373 B
Plaintext

Changes
* Always store key bits attribute in PSA key storage. Previously stored
keys should be augmented with the bits value to be compatible with the
updated version. #3740
* Removes the stored bits field from the storage format for the
dynamic Secure Element driver. Previously stored keys must be updated to
remove the stored bits field. #3740