Add changelog entry for zeroizing key buffers before freeing
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
parent
cd5be32191
commit
4b94f10b93
1 changed files with 4 additions and 0 deletions
4
ChangeLog.d/zeroize_key_buffers_before_free.txt
Normal file
4
ChangeLog.d/zeroize_key_buffers_before_free.txt
Normal 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.
|
Loading…
Reference in a new issue