Add change log

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2021-12-07 09:23:27 +01:00
parent 4c224fe3cc
commit e7a5e985ae
+5
View File
@@ -0,0 +1,5 @@
Security
* In psa_cipher_generate_iv() and psa_cipher_encrypt(), do not read back
from the output buffer. This fixes a potential policy bypass or decryption
oracle vulnerability if the output buffer is in memory that is shared with
an untrusted application.