mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
4b94f10b93
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
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.
|