From ee2b637d03c8835dda0eb29ea0782114f80f75cd Mon Sep 17 00:00:00 2001 From: Asfandyar Orakzai Date: Wed, 2 Nov 2022 21:50:27 +0100 Subject: [PATCH] Fixed change log issue Signed-off-by: Asfandyar Orakzai --- ChangeLog | 7 +------ ChangeLog.d/psa_crypto_code_gen_1_1.txt | 6 ++++++ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 ChangeLog.d/psa_crypto_code_gen_1_1.txt diff --git a/ChangeLog b/ChangeLog index 29428a900..aedcb16bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -122,12 +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. - * Brought in PSA code gen driver list JSON, - auto generated templating support for key management, - transparent and opaque keys ( import/export/copy ), iincluded some - general JSON validation, and more specifically for the given entry points. - Addresses ver 1.1 of #5137 - + 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 new file mode 100644 index 000000000..549d68dda --- /dev/null +++ b/ChangeLog.d/psa_crypto_code_gen_1_1.txt @@ -0,0 +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). + Included some general JSON validation, and more specifically for the given entry points. + Addresses version 1.1 of #5137 \ No newline at end of file