From: Tom Rini Date: Sat, 18 Jan 2025 23:13:01 +0000 (-0600) Subject: Merge patch series "add the support of sha256_hmac and sha256_hkdf" X-Git-Tag: v2025.04-rc1~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639cd409987acf173eaffebe7876968b42fd7c32;p=pandora-u-boot.git Merge patch series "add the support of sha256_hmac and sha256_hkdf" Philippe Reynes says: This serie adds the support of sha256_hmac and sha256_hkdf. A first version was sent several months ago just before the integration of mbedtls. This new version is based on mbedtls. The first patch of this serie add the support of hkdf using mbedtls. Link: https://lore.kernel.org/r/20241219130554.49825-1-philippe.reynes@softathome.com --- 639cd409987acf173eaffebe7876968b42fd7c32 diff --cc configs/sandbox_defconfig index f9bbd637380,1258044241a..7b35ad8a88f --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@@ -351,9 -350,10 +351,11 @@@ CONFIG_WDT_FTWDT010= CONFIG_FS_CBFS=y CONFIG_FS_CRAMFS=y CONFIG_ADDR_MAP=y +CONFIG_PANIC_HANG=y CONFIG_CMD_DHRYSTONE=y CONFIG_MBEDTLS_LIB=y + CONFIG_MBEDTLS_LIB_CRYPTO=y + CONFIG_HKDF_MBEDTLS=y CONFIG_ECDSA=y CONFIG_ECDSA_VERIFY=y CONFIG_TPM=y