mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
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.
|
||||
Reference in New Issue
Block a user