mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 05:35:33 +01: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:
parent
a95d630197
commit
aa27dfeecc
2 changed files with 43 additions and 27 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue