mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Add Changelog for CT fixes
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
6
ChangeLog.d/padding-ct-changelog.txt
Normal file
6
ChangeLog.d/padding-ct-changelog.txt
Normal file
@@ -0,0 +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.
|
||||
Reference in New Issue
Block a user