mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-20 22:05:44 +08:00

Add non regression test for invalid usage of the output buffer in psa_cipher_encrypt(). The output buffer should not be used to pass the IV to the driver as a local attacker could be able to control the used IV. Signed-off-by: Ronald Cron <ronald.cron@arm.com>