mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-04 21:19:57 +00:00
Add change log
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
4c224fe3cc
commit
e7a5e985ae
5
ChangeLog.d/fix-cipher-iv.txt
Normal file
5
ChangeLog.d/fix-cipher-iv.txt
Normal 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.
|
Loading…
Reference in a new issue