Merge pull request #1078 from daverodgman/padding-ct-changelog
Padding ct changelog
This commit is contained in:
commit
76059e5ef8
1 changed files with 6 additions and 0 deletions
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.
|
Loading…
Add table
Add a link
Reference in a new issue