mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 13:38:43 +00:00
Add a test case to ensure `mbedtls_mpi_exp_mod` fails when using a key size larger than MBEDTLS_MPI_MAX_SIZE. Add a test case to ensure that Diffie-Hellman operations fail when using a key size larger than MBEDTLS_MPI_MAX_SIZE. Signed-off-by: Chris Jones <christopher.jones@arm.com>