summaryrefslogtreecommitdiff
path: root/CryptoPkg
AgeCommit message (Expand)AuthorFilesLines
2023-03-07CryptoPkg/BaseCryptLib: avoid using SHA384()Gerd Hoffmann1-3/+13
2023-03-07CryptoPkg/BaseCryptLib: avoid using SHA256()Gerd Hoffmann1-3/+13
2023-03-07CryptoPkg/BaseCryptLib: avoid using SHA1()Gerd Hoffmann1-3/+13
2023-01-26CryptoPkg/Library: Reinstate ARM/AARCH64 sections in SmmCryptLib.infJake Garver1-0/+6
2022-12-21CryptoPkg: Need to enable crypto functionsJudah Vang2-7/+13
2022-12-20CryptoPkg: Need to enable crypto functionsJudah Vang3-14/+17
2022-12-03CryptoPkg/BaseCryptLib:time overflowZihong Yi2-15/+38
2022-12-02CryptPkg: Enable CryptoPkg BaseCryptLib ParallelHash for PEI and DXEZhihao Li8-27/+183
2022-12-01CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1sGang Chen1-0/+0
2022-11-08CryptoPkg: Sha1 functions causing build errorsJudah Vang1-1/+13
2022-11-07CryptoPkg/Readme.md: typo and grammar fixesLaszlo Ersek1-23/+23
2022-11-02CryptoPkg/Test: Simplify BaseCryptLib host based unit testsMichael D Kinney2-59/+7
2022-10-24CryptoPkg/Library/OpensslLib: update auto-generated filesYi Li6-388/+185
2022-10-24CryptoPkg/Library/OpensslLib: Add generated flag to Accel INFYi Li2-0/+16
2022-10-24CryptoPkg/Library/OpensslLib: Update process_files.pl INF generationYi Li1-6/+87
2022-10-24Revert "CryptoPkg: Update process_files.pl to auto add PCD config option"Yi Li1-74/+3
2022-10-24CryptoPkg: Add Readme.mdMichael D Kinney1-0/+498
2022-10-24CryptoPkg: Fixed host-based unit testsMichael D Kinney3-27/+68
2022-10-24CryptoPkg: Update DSC to improve CI test coverageMichael D Kinney1-83/+345
2022-10-24CryptoPkg: Remove PcdOpensslEcEnabled from CryptoPkg.decMichael D Kinney1-33/+0
2022-10-24CryptoPkg/Library/OpensslLib: Remove PrintLib from INF filesMichael D Kinney5-5/+0
2022-10-24CryptoPkg/Library/OpensslLib: Produce consistent set of APIsMichael D Kinney10-0/+837
2022-10-24CryptoPkg/Library/OpensslLib: Combine all performance optimized INFsMichael D Kinney15-1420/+913
2022-10-24CryptoPkg/Library: Cleanup BaseCryptLib and TlsLibMichael D Kinney10-70/+13
2022-10-24CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Unit test fixesMichael D Kinney2-6/+13
2022-10-24CryptoPkg/Library/BaseCryptLib: Update internal functions/variablesMichael D Kinney7-17/+50
2022-10-24CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix formatMichael D Kinney6-8/+18
2022-10-24CryptoPkg: Document and disable deprecated crypto servicesMichael D Kinney2-55/+77
2022-10-14CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI.Chao Li11-8/+27
2022-10-12CryptoPkg: add Unit Test for X509 new function.Qi Zhang5-0/+638
2022-10-12CryptoPkg: add new X509 function to Crypto Service.Qi Zhang4-12/+1261
2022-10-12CryptoPkg: add new X509 function.Qi Zhang3-0/+1894
2022-10-12CryptoPkg: add new X509 function definition.Qi Zhang1-0/+374
2022-10-12CryptoPkg: add unit test for EC key interface.Qi Zhang1-0/+156
2022-10-12CryptoPkg: Add EC key interface to DXE and protocolQi Zhang4-2/+412
2022-10-12CryptoPkg: Add EC key retrieving and signature interface.Qi Zhang10-0/+837
2022-10-10CryptoPkg: Add new Tls APIs to DXE and protocolYi Li4-7/+435
2022-10-10CryptoPkg: Extend Tls function libraryYi Li6-7/+667
2022-10-10CryptoPkg: Fix integer overflowYuan Yu1-2/+2
2022-09-26CryptoPkg/Test: Add unit test for CryptoEcYi Li7-0/+300
2022-09-26CryptoPkg: Add ECC related usage referenceYi Li1-0/+29
2022-09-26CryptoPkg: Add EC APIs to DXE and protocolYi Li5-200/+1622
2022-09-26CryptoPkg: Add EC supportYi Li8-0/+2186
2022-09-26CryptoPkg: Fix pem heap-buffer-overflow due to BIO_snprintf()Yi Li1-1/+3
2022-09-24CryptoPkg: Add missing library mappings to DSC fileMichael D Kinney1-4/+6
2022-09-23CryptoPkg/OpensslLib: Update generated files for native X64Christopher Zurcher2-0/+106
2022-09-23CryptoPkg/OpensslLib: Commit the auto-generated assembly files for IA32Christopher Zurcher14-0/+20721
2022-09-23CryptoPkg/OpensslLib: Add native instruction support for IA32Christopher Zurcher5-0/+1432
2022-09-23CryptoPkg/Test: Add unit test for CryptoBnYi Li6-0/+273
2022-09-23CryptoPkg: Add BigNum API to DXE and protocolYi Li5-2/+1470