mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
4 lines
228 B
Text
4 lines
228 B
Text
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.
|