Re: [PATCH v2 1/5] mbedtls: enable support of hkdf

2024-12-06 Thread Philippe REYNES
Hi Raymond, Le 05/12/2024 à 18:08, Raymond Mao a écrit : *This Mail comes from Outside of SoftAtHome: *Do not answer, click links or open attachments unless you recognize the sender and know the content is safe.** Hi Philippe, On Wed, 4 Dec 2024 at 12:54, Philippe Reynes wrote: Ad

Re: [PATCH v2 1/5] mbedtls: enable support of hkdf

2024-12-05 Thread Raymond Mao
Hi Philippe, On Wed, 4 Dec 2024 at 12:54, Philippe Reynes wrote: > 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_

[PATCH v2 1/5] mbedtls: enable support of hkdf

2024-12-04 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