summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLibNull
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI.Chao Li2022-10-141-1/+2
* CryptoPkg: add new X509 function.Qi Zhang2022-10-121-0/+429
* CryptoPkg: Add EC key retrieving and signature interface.Qi Zhang2022-10-123-0/+140
* CryptoPkg: Add EC supportYi Li2022-09-262-0/+497
* CryptoPkg: Add BigNum supportYi Li2022-09-232-0/+521
* CryptoPkg: add AeadAesGcm support.Qi Zhang2022-09-232-0/+101
* CryptoPkg: add new Hkdf api in Crypt Lib.Qi Zhang2022-09-231-1/+150
* CryptoPkg: Update CryptLib inf as the file name changed.Qi Zhang2022-09-231-1/+1
* CryptoPkg: Add HMAC-SHA384 cipher support.Qi Zhang2022-09-232-139/+359
* CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.Zhihao Li2022-03-182-1/+42
* CryptoPkg: Apply uncrustify changesMichael Kubacki2021-12-078-35/+24
* CryptoPkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-072-5/+4
* CryptoPkg: BaseCryptLib: Update Salt length requirement for RSA-PSS scheme.Agrawal, Sachin2021-06-232-2/+2
* CryptoPkg: BaseCryptLib: Add RSA PSS verify supportSachin Agrawal2021-05-143-0/+108
* 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