mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-24 21:55:40 +01:00
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:
parent
4062d6ca68
commit
c6a7e6b0c4
@ -146,7 +146,7 @@
|
||||
|
||||
#define MBEDTLS_DEPRECATED_REMOVED
|
||||
|
||||
/* Fault Injection Countermesures */
|
||||
/* Fault Injection Countermeasures */
|
||||
#define MBEDTLS_FI_COUNTERMEASURES
|
||||
|
||||
#if defined(MBEDTLS_USER_CONFIG_FILE)
|
||||
|
@ -657,10 +657,10 @@
|
||||
/**
|
||||
* \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,
|
||||
* it peforms double calls and double result checks of some crypto functions
|
||||
* Uncommenting this macro increases code size and slows performance,
|
||||
* it performs double calls and double result checks of some crypto functions
|
||||
*/
|
||||
//#define MBEDTLS_FI_COUNTERMEASURES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user