Add changelog entry for zeroizing key buffers before freeing

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
Steven Cooreman 2022-02-25 16:53:11 +01:00
parent 901c9b731f
commit dd3ab012eb

View File

@ -0,0 +1,4 @@
Security
* Zeroize dynamically-allocated buffers used by the PSA Crypto key storage
module before freeing them. These buffers contain secret key material, and
could thus potentially leak the key through freed heap.