From 9b656d3c80c41144019a85f54d68fc9a84d0d827 Mon Sep 17 00:00:00 2001 From: Asfandyar Orakzai Date: Thu, 3 Nov 2022 11:39:36 +0100 Subject: [PATCH] removed stray whitespaces from change logs Signed-off-by: Asfandyar Orakzai --- ChangeLog | 2 +- ChangeLog.d/psa_crypto_code_gen_1_1.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index aedcb16bc..6dfb23fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -122,7 +122,7 @@ Features and hmac_demo.c, which use PSA and the md/cipher interfaces side by side in order to illustrate how the operation is performed in PSA. Addresses #5208. - + Security * Zeroize dynamically-allocated buffers used by the PSA Crypto key storage module before freeing them. These buffers contain secret key material, and diff --git a/ChangeLog.d/psa_crypto_code_gen_1_1.txt b/ChangeLog.d/psa_crypto_code_gen_1_1.txt index 087e4ee49..2c18e6f31 100644 --- a/ChangeLog.d/psa_crypto_code_gen_1_1.txt +++ b/ChangeLog.d/psa_crypto_code_gen_1_1.txt @@ -1,7 +1,6 @@ Features * Brought in PSA code geneneration JSON driver list. - Added auto generated templating support for key management. - Added Support for transparent and opaque keys (import/export/copy). + Added auto generated templating support for key management. + Added Support for transparent and opaque keys (import/export/copy). Included some general JSON validation for the given entry points. Addresses version 1.1 of #5137. -