TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
4128c2032e7067baded442ef9b24557b9f54d0f0
/
.
/
ChangeLog.d
/
mbedtls_debug_print_mpi.txt
blob: d1b4f5b4153c1c0956698a7555e0aa4e6cfeb5e0 [
file
] [
log
] [
blame
]
Bugfix
*
Fix
a crash
in
mbedtls_mpi_debug_mpi on a bignum having
0
limbs
.
This
could notably be triggered
by
setting the TLS debug level to
3
or
above
and
using
a
Montgomery
curve
for
the key exchange
.
Reported
by
lhuang04
in
#4578. Fixes #4608.