]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/OpensslLib/OpensslLib.inf
Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.
authorqlong <qlong@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Nov 2010 06:06:38 +0000 (06:06 +0000)
committerqlong <qlong@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Nov 2010 06:06:38 +0000 (06:06 +0000)
commita8c4464502aabcbda7032daddc772a1bc7386bdf
tree4a09911c0309994c3657dece9ece986865eaaf0d
parent85c0b5ee7f333a0d334236644d3793314b5637b9
Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10997 6f19259b-4bc3-4df7-8a09-765794883524
32 files changed:
CryptoPkg/Application/Cryptest/AuthenticodeVerify.c
CryptoPkg/Application/Cryptest/BlockCipherVerify.c [new file with mode: 0644]
CryptoPkg/Application/Cryptest/Cryptest.c
CryptoPkg/Application/Cryptest/Cryptest.h [new file with mode: 0644]
CryptoPkg/Application/Cryptest/Cryptest.inf
CryptoPkg/Application/Cryptest/DhVerify.c [new file with mode: 0644]
CryptoPkg/Application/Cryptest/HashVerify.c [new file with mode: 0644]
CryptoPkg/Application/Cryptest/HmacVerify.c [new file with mode: 0644]
CryptoPkg/Application/Cryptest/RandVerify.c [new file with mode: 0644]
CryptoPkg/Application/Cryptest/RsaVerify.c [new file with mode: 0644]
CryptoPkg/CryptoPkg.dsc
CryptoPkg/Include/Library/BaseCryptLib.h
CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdes.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c
CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7.c
CryptoPkg/Library/BaseCryptLib/Pk/CryptRsa.c
CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/Alloca.S [deleted file]
CryptoPkg/Library/BaseCryptLib/SysCall/RealTimeClock.c [new file with mode: 0644]
CryptoPkg/Library/OpensslLib/OpensslLib.inf