commit | 6eb6f50119d961644a3db2ae73b21dfadb1dfeb2 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Thu Feb 25 10:47:56 2021 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Thu Mar 04 10:20:30 2021 +0000 |
tree | a2ee8feefcac5abefbf58f2cd04da85f18ef1c65 | |
parent | d67029df2668be950c4183a551dc7f9b7f67de44 [diff] |
Add Changelog entry Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/ChangeLog.d/make_base64_table_access_constant_flow.txt b/ChangeLog.d/make_base64_table_access_constant_flow.txt new file mode 100644 index 0000000..a119389 --- /dev/null +++ b/ChangeLog.d/make_base64_table_access_constant_flow.txt
@@ -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. +