1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-03-01 23:29:49 +00:00

Add ChangeLog entry for buf zeroize

This commit is contained in:
Andres Amaya Garcia 2017-07-05 15:40:17 +01:00
parent bbafd34ebb
commit 364051ff57

View file

@ -1,5 +1,12 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x released xxxx-xx-xx
Security
* Ensure that buffers are cleared after use if they contain sensitive data.
Changes were introduced in multiple places in the library. Cannot be
triggered remotely.
= mbed TLS 2.5.1 released xxxx-xx-xx
Security