Files
mbedtls/library
Chris Jones 8b1f65ea00 Fix potential DoS by limiting number sizes in exponentiation
Check that the exponent and modulus is below `MBEDTLS_MPI_MAX_BITS` before
performing a time expensive operation (modular exponentiation). This prevents
a potential DoS from Diffie-Hellman computations with extremely
large key sizes.

Signed-off-by: Chris Jones <christopher.jones@arm.com>
2020-12-03 16:56:50 +00:00
..
2020-06-26 12:37:57 +01:00
2020-09-09 14:51:03 +02:00
2020-08-25 12:01:11 +02:00