From 389f43cdf9be56ce6cd010d578dd5c87af767df7 Mon Sep 17 00:00:00 2001 From: s00455936 Date: Tue, 2 Jun 2020 18:52:04 +0800 Subject: [PATCH] TicketNo:AR000D0IRU Description:mbedtls config huks Team:OTHERS Feature or Bugfix:Feature Binary Source:No PrivateCode(Yes/No):No Change-Id: Ib67d5c4adad91979140c2febe6500df0a185d58e Reviewed-on: http://mgit-tm.rnd.huawei.com/9114192 Tested-by: public jenkins Reviewed-by: wanglechao 00496819 --- include/mbedtls/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 3a307d3..94e03d8 100755 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -2174,7 +2174,7 @@ * * This module provides the CTR_DRBG AES random number generator. */ -// #define MBEDTLS_CTR_DRBG_C +#define MBEDTLS_CTR_DRBG_C /** * \def MBEDTLS_DEBUG_C @@ -2254,7 +2254,7 @@ * * Requires: MBEDTLS_ECP_C */ -// #define MBEDTLS_ECDH_C +#define MBEDTLS_ECDH_C /** * \def MBEDTLS_ECDSA_C @@ -2316,7 +2316,7 @@ * * This module provides a generic entropy pool */ -// #define MBEDTLS_ENTROPY_C +#define MBEDTLS_ENTROPY_C /** * \def MBEDTLS_ERROR_C @@ -2342,7 +2342,7 @@ * This module enables the AES-GCM and CAMELLIA-GCM ciphersuites, if other * requisites are enabled as well. */ -// #define MBEDTLS_GCM_C +#define MBEDTLS_GCM_C /** * \def MBEDTLS_HAVEGE_C @@ -2380,7 +2380,7 @@ * This module adds support for the Hashed Message Authentication Code * (HMAC)-based key derivation function (HKDF). */ -// #define MBEDTLS_HKDF_C +#define MBEDTLS_HKDF_C /** * \def MBEDTLS_HMAC_DRBG_C -- GitLab