]> git.proxmox.com Git - mirror_edk2.git/commit
CryptoPkg/BaseCryptLibNull: Add missing HkdfSha256ExtractAndExpand()
authorMichael D Kinney <michael.d.kinney@intel.com>
Sat, 25 Jan 2020 00:11:54 +0000 (16:11 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 4 Feb 2020 21:35:48 +0000 (21:35 +0000)
commit422da35375c6d95dae9d5c56530d255b672b1f59
tree031345d0477382d5cfe7a1efe2773bdec08ce67d
parentb47fe2655da2279620fe86d55977a29e1626569e
CryptoPkg/BaseCryptLibNull: Add missing HkdfSha256ExtractAndExpand()

https://bugzilla.tianocore.org/show_bug.cgi?id=2493

The BaseCryptLib was expanded to add the HkdfSha256ExtractAndExpand()
service in the following commit:

https://github.com/tianocore/edk2/commit/4b1b7c1913092d73d689d8086dcfa579c0217dc8

When BaseCryptLibNull was added in the commit below, this new
service was not included.

https://github.com/tianocore/edk2/commit/d95de082da01f4a4cb3ebf87e15972a12d0f8d53

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
CryptoPkg/Library/BaseCryptLibNull/Kdf/CryptHkdfNull.c [new file with mode: 0644]