Add credit to the reporters of the PKCS7 issue

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2025-05-14 15:45:00 +01:00
parent 219c3368eb
commit ddbf8d030a

View File

@ -2,3 +2,5 @@ Security
* Fix a timing side channel in the implementation of PKCS#7 padding
which would allow an attacker who can request decryption of arbitrary
ciphertexts to recover the plaintext through a timing oracle attack.
Reported by Ka Lok Wu from Stony Brook University and Doria Tang from
The Chinese University of Hong Kong.