mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Merge pull request #1084 from daverodgman/update-ct-changelog
Update padding const-time fix changelog
This commit is contained in:
commit
3a098e9090
|
|
@ -1,6 +1,6 @@
|
||||||
Security
|
Security
|
||||||
* Improve padding calculations in CBC decryption, NIST key unwrapping and
|
* Improve padding calculations in CBC decryption, NIST key unwrapping and
|
||||||
RSA OAEP decryption. With the previous implementation, some compilers
|
RSA OAEP decryption. With the previous implementation, some compilers
|
||||||
(notably recent versions of Clang) could produce non-constant time code,
|
(notably recent versions of Clang and IAR) could produce non-constant
|
||||||
which could allow a padding oracle attack if the attacker has access to
|
time code, which could allow a padding oracle attack if the attacker
|
||||||
precise timing measurements.
|
has access to precise timing measurements.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue