summaryrefslogtreecommitdiff
path: root/CryptoPkg
AgeCommit message (Expand)AuthorFilesLines
2021-05-19CryptoPkg/BaseCryptLib: Fix possible uninitialized useSergei Dmitrouk2-0/+2
2021-05-14CryptoPkg: BaseCryptLib: Add RSA PSS verify supportSachin Agrawal21-0/+970
2021-04-15CryptoPkg/Library/Include: Allow CPU specific defines to be predefinedMichael D Kinney1-1/+3
2021-04-03CryptoPkg: Simplify DSC by using UnitTestFrameworkPkgTarget.dsc.incMichael D Kinney1-20/+3
2021-04-01CryptoPkg/Private/Protocol/Crypto.h: Remove duplicate function typeMichael D Kinney1-27/+1
2021-03-31CryptoPkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi1-1/+4
2021-03-23CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1jLiu Wei2-1/+6
2020-11-26CryptoPkg: BaseCryptLib: Fix buffer double free in CryptPkcs7VerifyEkuKun Qin1-4/+0
2020-11-25CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Fix MD5 Hash testsMichael D Kinney2-2/+14
2020-11-17CryptoPkg: Make the MD5 disable as default for securityGao, Zhichao4-5/+5
2020-11-17CryptoPkg/dsc: Enable MD5 when CRYPTO_SERVICES enable MD5Gao, Zhichao1-0/+6
2020-10-21CryptoPkg/BaseCryptLib: fix NULL dereference (CVE-2019-14584)Jian J Wang1-2/+2
2020-10-18CryptoPkg: BaseCryptLib: Add unit tests (Host and Shell based)Matthew Carlson33-0/+5569
2020-09-29CryptoPkg/BaseCryptLib: add crypto algorithms needed by variable protectionWang, Jian J2-5/+5
2020-09-18CryptoPkg: OpensslLib: Use RngLib to generate entropy in rand_poolMatthew Carlson8-337/+68
2020-08-17CryptoPkg/CryptoPkg.ci.yaml: Add configuration for Ecc checkShenglei Zhang1-0/+13
2020-08-12CryptoPkg/Library: Remove the redundant build optionAbner Chang1-1/+1
2020-07-31CryptoPkg/CryptoPkg.ci.yaml: Add configuration for LicenseCheckShenglei Zhang1-0/+3
2020-07-25CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1gGuomin Jiang10-87/+90
2020-06-29CryptoPkg/BaseCryptLib: Add MARCO to disable the deprecated SHA1Zhichao Gao4-1/+167
2020-06-29CryptoPkg/BaseCryptLib: Add MARCO to disable the deprecated MD5Zhichao Gao4-1/+165
2020-05-15CryptoPkg/Crypto.h: Update the version of Crypto DriverZhichao Gao1-1/+2
2020-05-15CryptoPkg/opensslconf.h: Covert the file ending to dos formatZhichao Gao1-340/+340
2020-05-15CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithmZhichao Gao16-967/+55
2020-05-15CryptoPkg/BaseCryptLib: Retire HMAC MD5 algorithmZhichao Gao16-960/+55
2020-05-15CryptoPkg/OpensslLib: Remove the Aes Ecb file in the OpensslLibZhichao Gao3-2/+1
2020-05-15CryptoPkg/BaseCryptLib: Retire Aes Ecb mode algorithmZhichao Gao8-478/+42
2020-05-15CryptoPkg/OpensslLib: Set TDES disable in OpensslLibZhichao Gao4-42/+4
2020-05-15CryptoPkg/BaseCryptLib: Retire the TDES algorithmZhichao Gao16-1377/+60
2020-05-15CryptoPkg/OpensslLib: Set ARC4 disable in OpensslLibZhichao Gao4-6/+4
2020-05-15CryptoPkg/BaseCryptLib: Retire ARC4 algorithmZhichao Gao15-917/+48
2020-05-15CryptoPkg/OpensslLib: Set MD4 disable in OpensslLibZhichao Gao4-6/+4
2020-05-15CryptoPkg/BaseCrpytLib: Retire MD4 algorithmZhichao Gao16-1011/+62
2020-05-15CryptoPkg/CryptoDxe: Add function to indicate the deprecated algorithmZhichao Gao1-3/+21
2020-05-06CryptoPkg/Pkcs7: Extend support for other OID typesGuomin Jiang1-1/+66
2020-04-08CryptoPkg/BaseHashApiLib: Rename BaseHashApiLib by HashApiLibGuoMinJ1-1/+1
2020-04-08CryptoPkg/BaseCryptLibOnProtocolPpi: Add missing commentsGuoMinJ1-0/+9
2020-04-03CryptoPkg: Add RISC-V architecture for EDK2 CI.Abner Chang11-10/+27
2020-03-10CryptoPkg/OpensslLib: Remove "no-autoalginit" flag from OpenSSL buildZurcher, Christopher J2-4/+0
2020-03-10CryptoPkg/OpensslLib: Add "sort" keyword to header file parsing loopZurcher, Christopher J3-66/+66
2020-02-19CryptoPkg/BaseHashApiLib: Change PcdHashApiLibPolicy type to FixedAtBuildAmol N Sukerkar1-1/+0
2020-02-19CryptoPkg/BaseHashApiLib: Align BaseHashApiLib with TPM 2.0 ImplementationAmol N Sukerkar4-114/+51
2020-02-10CryptoPkg/OpensslLib: Fix few typosAntoine Coeur2-5/+5
2020-02-07CryptoPkg/CryptoPkg.dsc: Add build of Crypto libraries/modulesMichael D Kinney1-25/+182
2020-02-07CryptoPkg/Library: Add BaseCryptLibOnProtocolPpi instancesMichael D Kinney8-0/+4741
2020-02-07CryptoPkg/Driver: Add Crypto PEIM, DXE, and SMM modulesMichael D Kinney8-0/+4922
2020-02-07CryptoPkg: Add EDK II Crypto Protocols/PPIs/PCDsMichael D Kinney6-3/+4536
2020-02-07CryptoPkg/BaseCryptLib: Add X509ConstructCertificateStackV().Michael D Kinney4-12/+128
2020-02-04CryptoPkg/BaseCryptLibNull: Add missing HkdfSha256ExtractAndExpand()Michael D Kinney2-1/+45
2020-02-03CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation APIAmol N Sukerkar7-2/+553