From ce1494b6eebaae626778dde4a718d7d2145c994b Mon Sep 17 00:00:00 2001 From: Torstein Nesse Date: Wed, 21 Oct 2020 13:42:23 +0200 Subject: [PATCH] Update ChangeLog.d/systematically_store_bit_size_3740.txt Signed-off-by: Torstein Nesse Co-authored-by: Gilles Peskine --- ChangeLog.d/systematically_store_bit_size_3740.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog.d/systematically_store_bit_size_3740.txt b/ChangeLog.d/systematically_store_bit_size_3740.txt index 20a332723a..9e63bbc3e5 100644 --- a/ChangeLog.d/systematically_store_bit_size_3740.txt +++ b/ChangeLog.d/systematically_store_bit_size_3740.txt @@ -1,7 +1,5 @@ Changes - * PSA persistent storage format is updated to always store the key bits + * The PSA persistent storage format is updated to always store the key bits attribute. No automatic upgrade path is provided. Previously stored keys must be erased, or manually upgraded based on the key storage format - specification (mbed-crypto-storage-specification.md). The storage format - for the dynamic Secure Element driver has also been updated. Previously - stored keys must be erased, or manually upgraded. #3740 + specification (docs/architecture/mbed-crypto-storage-specification.md). #3740