1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-29 02:19:17 +08:00

Add Changelog entry

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2021-02-25 10:47:56 +00:00
parent d67029df26
commit 6eb6f50119

View File

@ -0,0 +1,4 @@
Security
* Guard against strong local side channel attack against base64 tables by
making access aceess to them use constant flow code.