summaryrefslogtreecommitdiff
path: root/CryptoPkg/Library/BaseCryptLibNull
AgeCommit message (Expand)AuthorFilesLines
2025-09-26CryptoPkg: Drop ARM32 SupportOliver Smith-Denny1-6/+0
2025-05-27SPDM related fix based on real hardware testing - CryptoPkgLiqi Qi1-1/+1
2024-04-07CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functionsChris Ruffin1-1/+129
2022-10-14CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI.Chao Li1-1/+2
2022-10-12CryptoPkg: add new X509 function.Qi Zhang1-0/+429
2022-10-12CryptoPkg: Add EC key retrieving and signature interface.Qi Zhang3-0/+140
2022-09-26CryptoPkg: Add EC supportYi Li2-0/+497
2022-09-23CryptoPkg: Add BigNum supportYi Li2-0/+521
2022-09-23CryptoPkg: add AeadAesGcm support.Qi Zhang2-0/+101
2022-09-23CryptoPkg: add new Hkdf api in Crypt Lib.Qi Zhang1-1/+150
2022-09-23CryptoPkg: Update CryptLib inf as the file name changed.Qi Zhang1-1/+1
2022-09-23CryptoPkg: Add HMAC-SHA384 cipher support.Qi Zhang2-139/+359
2022-03-18CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.Zhihao Li2-1/+42
2021-12-07CryptoPkg: Apply uncrustify changesMichael Kubacki8-35/+24
2021-12-07CryptoPkg: Change OPTIONAL keyword usage styleMichael D Kinney2-5/+4
2021-06-23CryptoPkg: BaseCryptLib: Update Salt length requirement for RSA-PSS scheme.Agrawal, Sachin2-2/+2
2021-05-14CryptoPkg: BaseCryptLib: Add RSA PSS verify supportSachin Agrawal3-0/+108
2020-05-15CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithmZhichao Gao2-140/+0
2020-05-15CryptoPkg/BaseCryptLib: Retire HMAC MD5 algorithmZhichao Gao2-140/+0
2020-05-15CryptoPkg/BaseCryptLib: Retire Aes Ecb mode algorithmZhichao Gao1-52/+0
2020-05-15CryptoPkg/BaseCryptLib: Retire the TDES algorithmZhichao Gao2-161/+0
2020-05-15CryptoPkg/BaseCryptLib: Retire ARC4 algorithmZhichao Gao2-125/+0
2020-05-15CryptoPkg/BaseCrpytLib: Retire MD4 algorithmZhichao Gao2-144/+0
2020-04-03CryptoPkg: Add RISC-V architecture for EDK2 CI.Abner Chang1-1/+2
2020-02-07CryptoPkg/BaseCryptLib: Add X509ConstructCertificateStackV().Michael D Kinney1-1/+31
2020-02-05CryptoPkg/BaseCryptLibNull: Add missing HkdfSha256ExtractAndExpand()Michael D Kinney2-1/+45
2020-01-20CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interfaceJian J Wang3-63/+3
2020-01-20CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKeyJian J Wang3-12/+12
2019-10-24CryptoPkg: Add Null instance of the BaseCryptLib classSean Brogan28-0/+3400