]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
CryptoPkg: Add HMAC-SHA256 cipher support
authorQin Long <qin.long@intel.com>
Mon, 31 Oct 2016 07:43:48 +0000 (15:43 +0800)
committerQin Long <qin.long@intel.com>
Wed, 2 Nov 2016 15:17:21 +0000 (23:17 +0800)
commit72009c626d8b1c237c0de840e9bfe9d23b76b94c
treeb2866bb89ccf8875525b3645c86d15e9f6560cf6
parentb7d1ba0a8ae9719689ad9725e02e4cb5d469a3ae
CryptoPkg: Add HMAC-SHA256 cipher support

Add new HMAC-SHA256 cipher support in CryptoPkg to meet more security
and industry requirements,

and update Cryptest utility to include new HMAC-SHA256 test case.

Cc: Ting Ye <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Ting Ye <ting.ye@intel.com>
CryptoPkg/Application/Cryptest/HmacVerify.c
CryptoPkg/Include/Library/BaseCryptLib.h
CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256Null.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf