From ff457506d3710af027f2634255a5753f6471ab54 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 19 Jan 2021 12:51:10 +0100 Subject: [PATCH] Remind the reader of what is done about old formats Signed-off-by: Gilles Peskine --- docs/architecture/testing/psa-storage-format-testing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/architecture/testing/psa-storage-format-testing.md b/docs/architecture/testing/psa-storage-format-testing.md index 48c83ef59..71bf96893 100644 --- a/docs/architecture/testing/psa-storage-format-testing.md +++ b/docs/architecture/testing/psa-storage-format-testing.md @@ -47,6 +47,8 @@ In addition, Mbed TLS includes an implementation of the PSA trusted storage inte ## Key storage testing +This section describes the desired test cases for keys created with the current storage format version. When the storage format changes, if backward compatibility is desired, old test data should be kept as described under [“Keeping up with storage format evolution”](#keeping-up-with-storage-format-evolution). + ### Keystore layout Objective: test that the key file name corresponds to the key identifier.