mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Changelog
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
115784bd3f
commit
cd1de6350e
1 changed files with 6 additions and 0 deletions
6
ChangeLog.d/safer-ct.txt
Normal file
6
ChangeLog.d/safer-ct.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Security
|
||||
* Updates to constant time C code so that compilers are less likely to use
|
||||
conditional instructions (Clang was observed to use these). Conditional
|
||||
instructions might have an observable difference in timing. Introduce
|
||||
assembly implementations for 32 and 64-bit Arm which are guaranteed not
|
||||
to use conditional instructions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue