mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 14:46:27 +00:00
Enable 64-bit compilation with ARM Compiler 6
This patch fixes the conditional preprocessor directives in include/mbedtls/bignum.h to enable 64-bit compilation with ARM Compiler 6.
This commit is contained in:
committed by
Simon Butcher
parent
a95d630197
commit
aa27dfeecc
@@ -27,6 +27,8 @@ Bugfix
|
||||
Found by redplait #590
|
||||
* Add MBEDTLS_MPI_CHK to check for error value of mbedtls_mpi_fill_random.
|
||||
Reported and fix suggested by guidovranken in #740
|
||||
* Fix conditional preprocessor directives in bignum.h to enable 64-bit
|
||||
compilation when using ARM Compiler 6.
|
||||
|
||||
Security
|
||||
* Fix authentication bypass in SSL/TLS: when auth_mode is set to optional,
|
||||
|
||||
Reference in New Issue
Block a user