mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 14:36:47 +00:00
Merge remote-tracking branch 'origin/pr/2623' into development
* origin/pr/2623: Adapt ChangeLog Fix mpi_bigendian_to_host() on bigendian systems
This commit is contained in:
commit
aeb5a4af46
|
@ -69,6 +69,9 @@ Bugfix
|
||||||
* Improve code clarity in x509_crt module, removing false-positive
|
* Improve code clarity in x509_crt module, removing false-positive
|
||||||
uninitialized variable warnings on some recent toolchains (GCC8, etc).
|
uninitialized variable warnings on some recent toolchains (GCC8, etc).
|
||||||
Discovered and fixed by Andy Gross (Linaro), #2392.
|
Discovered and fixed by Andy Gross (Linaro), #2392.
|
||||||
|
* Fix bug in endianness conversion in bignum module. This lead to
|
||||||
|
functionally incorrect code on bigendian systems which don't have
|
||||||
|
__BYTE_ORDER__ defined. Reported by Brendan Shanks. Fixes #2622.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Replace multiple uses of MD2 by SHA-256 in X.509 test suite. Fixes #821.
|
* Replace multiple uses of MD2 by SHA-256 in X.509 test suite. Fixes #821.
|
||||||
|
|
Loading…
Reference in a new issue