From be1bb06acd045d264dd94fdaf02b3405059611f9 Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Tue, 3 Dec 2019 14:13:33 +0200 Subject: [PATCH] Enable AES countermeasures in baremetal config Enable AES countermeasures in baremetal configuration. --- configs/baremetal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/baremetal.h b/configs/baremetal.h index 3d0fac564..52943515e 100644 --- a/configs/baremetal.h +++ b/configs/baremetal.h @@ -41,6 +41,7 @@ #define MBEDTLS_AES_FEWER_TABLES #define MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH #define MBEDTLS_AES_ONLY_ENCRYPT +#define MBEDTLS_AES_SCA_COUNTERMEASURES #define MBEDTLS_CCM_C /* Asymmetric crypto: Single-curve ECC only. */