Merge patch series "add the support of sha256_hmac and sha256_hkdf"
authorTom Rini <trini@konsulko.com>
Sat, 18 Jan 2025 23:13:01 +0000 (17:13 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 18 Jan 2025 23:13:01 +0000 (17:13 -0600)
Philippe Reynes <philippe.reynes@softathome.com> 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
1  2 
configs/sandbox_defconfig
lib/Makefile

@@@ -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
diff --cc lib/Makefile
Simple merge