Gilles Peskine | b26696b | 2021-06-02 20:17:46 +0200 | [diff] [blame^] | 1 | Bugfix |
2 | * Fix a crash in mbedtls_mpi_debug_mpi on a bignum having 0 limbs. This | ||||
3 | could notably be triggered by setting the TLS debug level to 3 or above | ||||
4 | and using a Montgomery curve for the key exchange. Reported by lhuang04 | ||||
5 | in #4578. Fixes #4608. |