[edk2-devel] [PATCH 0/1] Add support for HKDF

Gary West gary.west at intel.com
Tue Jul 23 12:03:54 UTC 2019


Add support for HKDF as specified in RFC 5869 implemented with HMAC and SHA-256.

Gary West (1):
  CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithm

 .../Library/BaseCryptLib/BaseCryptLib.inf     |  1 +
 .../Library/BaseCryptLib/PeiCryptLib.inf      |  4 +-
 .../Library/BaseCryptLib/RuntimeCryptLib.inf  |  1 +
 .../Library/BaseCryptLib/SmmCryptLib.inf      |  1 +
 CryptoPkg/Include/Library/BaseCryptLib.h      | 33 ++++++++
 .../Library/BaseCryptLib/Kdf/CryptHkdf.c      | 80 +++++++++++++++++++
 .../Library/BaseCryptLib/Kdf/CryptHkdfNull.c  | 43 ++++++++++
 7 files changed, 160 insertions(+), 3 deletions(-)
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Kdf/CryptHkdf.c
 create mode 100644 CryptoPkg/Library/BaseCryptLib/Kdf/CryptHkdfNull.c

-- 
2.19.1.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44256): https://edk2.groups.io/g/devel/message/44256
Mute This Topic: https://groups.io/mt/32572734/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list