Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
07fa1f1a39c748bd61d3288c49c2a48c6bcd3492
/
.
/
ChangeLog.d
/
limit_size_of_diffie_hellman_calculations.txt
blob: 2ba98d541744ea171f206ca22b356a081800960e [
file
] [
log
] [
blame
]
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.