mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-12 05:22:57 +00:00
Merge pull request #782 from chris-jones-arm/mbedtls-2.16-restricted
[Backport 2.16] Fix Diffie-Hellman large key size DoS
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user