]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/OpensslLib/OpensslLib.inf
1. Add new API supports for PEM & X509 key retrieving & verification;
authorqlong <qlong@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Dec 2010 07:22:48 +0000 (07:22 +0000)
committerqlong <qlong@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 31 Dec 2010 07:22:48 +0000 (07:22 +0000)
commit4a567c9690db97ecbf982e9428727f073bada504
tree92682c435813f60c29afd83ad98d04ebc24903ac
parent2a6433fef2413df583db6399008c7e6716a8e243
1. Add new API supports for PEM & X509 key retrieving & verification;
2. Add new MD4 hash supports;
3. Add corresponding test case in Cryptest utility;
4. Fix MACRO definition issue in OpensslLib.inf and parameter checking issues in some wrapper implementations.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11214 6f19259b-4bc3-4df7-8a09-765794883524
19 files changed:
CryptoPkg/Application/Cryptest/Cryptest.c
CryptoPkg/Application/Cryptest/Cryptest.h
CryptoPkg/Application/Cryptest/Cryptest.inf
CryptoPkg/Application/Cryptest/HashVerify.c
CryptoPkg/Application/Cryptest/RsaVerify2.c [new file with mode: 0644]
CryptoPkg/Include/Library/BaseCryptLib.h
CryptoPkg/Include/OpenSslSupport.h
CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.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
CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c
CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c [new file with mode: 0644]
CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c
CryptoPkg/Library/OpensslLib/OpensslLib.inf