mbedtls/ChangeLog.d/zeroize_key_buffers_before_free.txt

5 lines
228 B
Text
Raw Normal View History

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.