public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/1] Add support for HKDF
@ 2019-07-23 12:03 gary.west
  2019-07-23 12:03 ` [PATCH 1/1] CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithm Gary West
  0 siblings, 1 reply; 5+ messages in thread
From: gary.west @ 2019-07-23 12:03 UTC (permalink / raw)
  To: devel; +Cc: Gary West

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-29 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-23 12:03 [PATCH 0/1] Add support for HKDF gary.west
2019-07-23 12:03 ` [PATCH 1/1] CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithm Gary West
2019-07-23  5:17   ` Wang, Jian J
2019-07-26  2:59   ` Wang, Jian J
2019-07-29 16:38     ` Gary West

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox