Files
mbedtls/ChangeLog.d
Gilles Peskine 2ee0bb333c Simplify mbedtls_debug_print_mpi and fix the case of empty bignums
Rewrite mbedtls_debug_print_mpi to be simpler and smaller. Leverage
mbedtls_mpi_bitlen() instead of manually looking for the leading
zeros.

Fix #4608: the old code made an invalid memory dereference when
X->n==0 (freshly initialized bignum with the value 0).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-06-07 21:41:59 +02:00
..
2020-09-27 23:51:21 +03:00
2021-04-01 14:55:04 +02:00
2021-05-12 14:37:24 -04:00
2021-05-21 05:29:01 +01:00