Re: [PATCH v4 3/8] mbedtls: enable support of hkdf

2024-12-13 Thread Raymond Mao
Hi Philippe, On Thu, 12 Dec 2024 at 08:37, Philippe Reynes < philippe.rey...@softathome.com> wrote: > Adds the support of key derivation using > the scheme hkdf. > > Signed-off-by: Philippe Reynes > --- > lib/mbedtls/Kconfig | 14 ++ > lib/mbedtls/Makefile |

[PATCH v4 3/8] mbedtls: enable support of hkdf

2024-12-12 Thread Philippe Reynes
Adds the support of key derivation using the scheme hkdf. Signed-off-by: Philippe Reynes --- lib/mbedtls/Kconfig | 14 ++ lib/mbedtls/Makefile | 2 ++ lib/mbedtls/mbedtls_def_config.h | 4 3 files changed, 20 insertions(+) diff --git a/lib/mbedtls/Kco