Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
6ce10be0ce203a96505358fa7d497d5e22162432
/
.
/
ChangeLog.d
/
mpi_gcd-0.txt
blob: 41e11e1f6be6f62ff5203a33f7f6569de89d5fcb [
file
] [
log
] [
blame
]
Bugfix
* Fix mbedtls_mpi_gcd(G,A,B) when the value of B is zero. This had no
effect on Mbed TLS's internal use of mbedtls_mpi_gcd(), but may affect
applications that call mbedtls_mpi_gcd() directly. Fixes #4642.