mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-04 17:29:58 +00:00
Merge remote-tracking branch 'origin/development' into development-restricted
* origin/development: Fix copypasta in msg When not using PSA crypto, disable it Disable MEMORY_BUFFER_ALLOC with ASan Remove config.pl calls with no effect ssl-opt.sh: wait for proxy to start before running the script further Adapt ChangeLog Fix mpi_bigendian_to_host() on bigendian systems
This commit is contained in:
@@ -76,6 +76,9 @@ Bugfix
|
||||
* Improve code clarity in x509_crt module, removing false-positive
|
||||
uninitialized variable warnings on some recent toolchains (GCC8, etc).
|
||||
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
|
||||
* Replace multiple uses of MD2 by SHA-256 in X.509 test suite. Fixes #821.
|
||||
|
||||
Reference in New Issue
Block a user