Re: [PATCH v7 0/9] add the support of sha256_hmac and sha256_hkdf

2025-01-19 Thread Tom Rini
On Thu, 19 Dec 2024 14:05:45 +0100, Philippe Reynes wrote: > 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

[PATCH v7 0/9] add the support of sha256_hmac and sha256_hkdf

2024-12-19 Thread Philippe Reynes
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. v7: - add missing reviewed-by v6: - use cons