commit | eb01024a060b4b1fcd6cc8560368310c9a22767d | [log] [tgz] |
---|---|---|
author | Thomas Fossati <thomas.fossati@alcatel-lucent.com> | Sun Jul 17 08:51:22 2016 +0100 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Thu May 10 13:18:13 2018 +0100 |
tree | 2aee10fab4b2b2788808685000759a7a2f00b886 | |
parent | a331e0f0af56f127767ee9f3930ec7b387669851 [diff] [blame] |
Add an HKDF (RFC 5869) implementation
diff --git a/library/Makefile b/library/Makefile index b155c72..5721d7e 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -56,6 +56,7 @@ ecjpake.o ecp.o \ ecp_curves.o entropy.o entropy_poll.o \ error.o gcm.o havege.o \ + hkdf.o \ hmac_drbg.o md.o md2.o \ md4.o md5.o md_wrap.o \ memory_buffer_alloc.o oid.o \