Gilles Peskine | 27253bc | 2021-06-09 13:26:43 +0200 | [diff] [blame] | 1 | Bugfix |
2 | * Fix mbedtls_mpi_gcd(G,A,B) when the value of B is zero. This had no | ||||
3 | effect on Mbed TLS's internal use of mbedtls_mpi_gcd(), but may affect | ||||
4 | applications that call mbedtls_mpi_gcd() directly. Fixes #4642. |