mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-03 11:06:14 +02:00
This testcase calls psa_export_public_key() on an FFDH key with an output buffer that is too small. Since the size is calculated based on the required key size but not checked against the available buffer size, we overflow the buffer. Signed-off-by: David Horstmann <david.horstmann@arm.com>