mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-20 08:57:22 +00:00
Merge pull request #1084 from daverodgman/update-ct-changelog
Update padding const-time fix changelog
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user