summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLibNull
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithmZhichao Gao2020-05-152-140/+0
* CryptoPkg/BaseCryptLib: Retire HMAC MD5 algorithmZhichao Gao2020-05-152-140/+0
* CryptoPkg/BaseCryptLib: Retire Aes Ecb mode algorithmZhichao Gao2020-05-151-52/+0
* CryptoPkg/BaseCryptLib: Retire the TDES algorithmZhichao Gao2020-05-152-161/+0
* CryptoPkg/BaseCryptLib: Retire ARC4 algorithmZhichao Gao2020-05-152-125/+0
* CryptoPkg/BaseCrpytLib: Retire MD4 algorithmZhichao Gao2020-05-152-144/+0
* CryptoPkg: Add RISC-V architecture for EDK2 CI.Abner Chang2020-04-031-1/+2
* CryptoPkg/BaseCryptLib: Add X509ConstructCertificateStackV().Michael D Kinney2020-02-071-1/+31
* CryptoPkg/BaseCryptLibNull: Add missing HkdfSha256ExtractAndExpand()Michael D Kinney2020-02-042-1/+45
* CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interfaceJian J Wang2020-01-203-63/+3
* CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKeyJian J Wang2020-01-203-12/+12
* CryptoPkg: Add Null instance of the BaseCryptLib classSean Brogan2019-10-2328-0/+3400