16187a21be
Signed-off-by: Chris Jones <christopher.jones@arm.com>
4 lines
No EOL
216 B
Text
4 lines
No EOL
216 B
Text
Security
|
|
* Limit the size of calculations performed by mbedtls_mpi_exp_mod to
|
|
MBEDTLS_MPI_MAX_SIZE to prevent a potential denial of service when
|
|
generating Diffie-Hellman key pairs. Credit to OSS-Fuzz. |