Add an HKDF (RFC 5869) implementation
This commit is contained in:
parent
c4bd8ec5ed
commit
656864b360
15 changed files with 421 additions and 4 deletions
|
@ -579,6 +579,9 @@ static const char *features[] = {
|
|||
#if defined(MBEDTLS_HAVEGE_C)
|
||||
"MBEDTLS_HAVEGE_C",
|
||||
#endif /* MBEDTLS_HAVEGE_C */
|
||||
#if defined(MBEDTLS_HKDF_C)
|
||||
"MBEDTLS_HKDF_C",
|
||||
#endif /* MBEDTLS_HKDF_C */
|
||||
#if defined(MBEDTLS_HMAC_DRBG_C)
|
||||
"MBEDTLS_HMAC_DRBG_C",
|
||||
#endif /* MBEDTLS_HMAC_DRBG_C */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue