mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:25:39 +01:00
Add changelog entry for zeroizing key buffers before freeing
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
parent
901c9b731f
commit
dd3ab012eb
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 New Issue
Block a user