removed stray whitespaces from change logs

Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
This commit is contained in:
Asfandyar Orakzai 2022-11-03 11:39:36 +01:00
parent 65cd8a4a23
commit 9b656d3c80
2 changed files with 3 additions and 4 deletions

View File

@ -122,7 +122,7 @@ Features
and hmac_demo.c, which use PSA and the md/cipher interfaces side 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. by side in order to illustrate how the operation is performed in PSA.
Addresses #5208. Addresses #5208.
Security Security
* Zeroize dynamically-allocated buffers used by the PSA Crypto key storage * Zeroize dynamically-allocated buffers used by the PSA Crypto key storage
module before freeing them. These buffers contain secret key material, and module before freeing them. These buffers contain secret key material, and

View File

@ -1,7 +1,6 @@
Features Features
* Brought in PSA code geneneration JSON driver list. * Brought in PSA code geneneration JSON driver list.
Added auto generated templating support for key management. Added auto generated templating support for key management.
Added Support for transparent and opaque keys (import/export/copy). Added Support for transparent and opaque keys (import/export/copy).
Included some general JSON validation for the given entry points. Included some general JSON validation for the given entry points.
Addresses version 1.1 of #5137. Addresses version 1.1 of #5137.