mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-27 14:11:13 +00:00
461c5a89df
Zeroising of local buffers and variables which are used for calculations in mbedtls_pkcs5_pbkdf2_hmac() and mbedtls_internal_sha*_process() functions to erase sensitive data from memory. Checked all function for possible missing zeroisation in PKCS and SHA. Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
6 lines
279 B
Plaintext
6 lines
279 B
Plaintext
Security
|
|
* Zeroising of local buffers and variables which are used for calculations
|
|
in mbedtls_pkcs5_pbkdf2_hmac() and mbedtls_internal_sha*_process()
|
|
functions to erase sensitive data from memory. Reported by
|
|
Johan Malmgren and Johan Uppman Bruce from Sectra.
|