commit | 8d265f75a4ceb1d1e7b5bd4c532c804629311d76 | [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 14:08:13 2021 +0000 |
tree | f88ec6102dec74f2b1706e1be2d3911c4f89149a | |
parent | 69b904b6796df02aacfdd8303a2e9b68de482e01 [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. +