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:
Andres Amaya Garcia 2017-05-04 11:05:55 +01:00 committed by Simon Butcher
parent a95d630197
commit aa27dfeecc
2 changed files with 43 additions and 27 deletions

View file

@ -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,