Enhancement fixes

Co-authored-by: Andrzej Kurek <andrzej.kurek@arm.com>
Signed-off-by: Shelly Liberman <shelly.liberman@arm.com>
This commit is contained in:
Shelly Liberman 2020-08-05 15:26:10 +03:00
parent 4062d6ca68
commit c6a7e6b0c4
3 changed files with 13 additions and 13 deletions

View file

@ -146,7 +146,7 @@
#define MBEDTLS_DEPRECATED_REMOVED #define MBEDTLS_DEPRECATED_REMOVED
/* Fault Injection Countermesures */ /* Fault Injection Countermeasures */
#define MBEDTLS_FI_COUNTERMEASURES #define MBEDTLS_FI_COUNTERMEASURES
#if defined(MBEDTLS_USER_CONFIG_FILE) #if defined(MBEDTLS_USER_CONFIG_FILE)

View file

@ -657,10 +657,10 @@
/** /**
* \def MBEDTLS_FI_COUNTERMEASURES * \def MBEDTLS_FI_COUNTERMEASURES
* *
* Add countermeasures against possible FI attack. * Add countermeasures against a possible FI attack.
* *
* Uncommenting this macro inrease sode size and slow performence, * Uncommenting this macro increases code size and slows performance,
* it peforms double calls and double result checks of some crypto functions * it performs double calls and double result checks of some crypto functions
*/ */
//#define MBEDTLS_FI_COUNTERMEASURES //#define MBEDTLS_FI_COUNTERMEASURES