Update padding const-time fix changelog
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
641250f42b
commit
e614129895
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
Security
|
||||
* Improve padding calculations in CBC decryption, NIST key unwrapping and
|
||||
RSA OAEP decryption. With the previous implementation, some compilers
|
||||
(notably recent versions of Clang) could produce non-constant time code,
|
||||
which could allow a padding oracle attack if the attacker has access to
|
||||
precise timing measurements.
|
||||
(notably recent versions of Clang and IAR) could produce non-constant
|
||||
time code, which could allow a padding oracle attack if the attacker
|
||||
has access to precise timing measurements.
|
||||
|
|
Loading…
Reference in a new issue