blob: e3d3424a98f5069b8448efb4c550b1e34adab720 [file] [log] [blame]
Dave Rodgmanc3cb9782023-09-21 10:25:01 +01001Security
Dave Rodgmand162c662023-09-22 16:33:12 +01002 * Improve padding calculations in CBC decryption, NIST key unwrapping and
3 RSA OAEP decryption. With the previous implementation, some compilers
4 (notably recent versions of Clang) could produce non-constant time code,
5 which could allow a padding oracle attack if the attacker has access to
6 precise timing measurements.