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

Gary West posted 1 patch 4 years, 8 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../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
[edk2-devel] [PATCH 0/1] Add support for HKDF
Posted by Gary West 4 years, 8 months ago
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-