mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-09 18:20:11 +01:00
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.
|