mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 04:20:12 +00: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
cd5be32191
commit
4b94f10b93
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…
x
Reference in New Issue
Block a user