blob: f89f479a7a9e841d81fa68cbcbe8120ef3b273f6 [file] [log] [blame]
Dave Rodgmanc3cb9782023-09-21 10:25:01 +01001Security
2 * Fix non-constant-time behaviour in padding calculations in CBC
3 decryption, NIST SP 800-38F key wrapping, and RSAAES-OAEP decryption.
4 For CBC and RSAAES-OAEP, this may have been exploitable in a
5 padding oracle for a privileged local attacker with the ability to
6 observe memory access timings.