summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg: Delete CLANG35 and CLANG38 build flags; add CLANGDWARF flagsRebecca Cran2023-05-101-2/+1
* CryptoPkg/Library: Reinstate ARM/AARCH64 sections in SmmCryptLib.infJake Garver2023-01-261-0/+6
* CryptoPkg: Need to enable crypto functionsJudah Vang2022-12-201-1/+1
* CryptPkg: Enable CryptoPkg BaseCryptLib ParallelHash for PEI and DXEZhihao Li2022-12-021-0/+1
* CryptoPkg/Library: Cleanup BaseCryptLib and TlsLibMichael D Kinney2022-10-241-12/+0
* CryptoPkg: Add EC supportYi Li2022-09-261-0/+1
* CryptoPkg: Add BigNum supportYi Li2022-09-231-0/+1
* CryptoPkg: add AeadAesGcm support.Qi Zhang2022-09-231-0/+1
* CryptoPkg: Update CryptLib inf as the file name changed.Qi Zhang2022-09-231-1/+1
* CryptoPkg: Rename PCD about openssl EC configurationYi Li2022-05-111-1/+1
* CryptoPkg: Declare PcdEcEnabled in Library consuming OpensslLibYi Li2022-04-211-0/+3
* CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.Zhihao Li2022-03-181-1/+7
* CryptoPkg/BaseCryptLib: Enabled CryptSha512 for Smm/Runtime driversxueshengfeng2021-06-241-2/+2
* CryptoPkg: BaseCryptLib: Add RSA PSS verify supportSachin Agrawal2021-05-141-0/+2
* CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithmZhichao Gao2020-05-151-3/+1
* CryptoPkg/BaseCryptLib: Retire HMAC MD5 algorithmZhichao Gao2020-05-151-2/+1
* CryptoPkg/BaseCryptLib: Retire the TDES algorithmZhichao Gao2020-05-151-2/+1
* CryptoPkg/BaseCryptLib: Retire ARC4 algorithmZhichao Gao2020-05-151-2/+1
* CryptoPkg/BaseCrpytLib: Retire MD4 algorithmZhichao Gao2020-05-151-3/+2
* CryptoPkg CryptoLib: Update tool chain name to CLANGPDBLiming Gao2019-11-151-1/+1
* CryptoPkg: Append options to make CLANG9 tool chain pass buildLiming Gao2019-10-241-0/+1
* CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithmGary West2019-08-091-0/+1
* CryptoPkg/BaseCryptLib: list module-internal header files in INF [Sources]Laszlo Ersek2019-07-231-0/+1
* CryptoPkg/BaseCryptLib: Wrap OpenSSL SM3 algorithmLu, XiaoyuX2019-06-081-0/+1
* CryptoPkg: Fix build problem with XCODEXiaoyu Lu2019-06-041-1/+1
* CryptoPkg CLANG35: add -std=c99 to dodge OpenSSL C atomics issueArd Biesheuvel2019-06-031-0/+1
* CryptoPkg: Fix possible build problem with ClangXiaoyuX Lu2019-06-031-0/+2
* CryptoPkg/BaseCryptLib: Add PKCS1v2 (RSAES-OAEP) support.Bret Barkelew2019-04-181-0/+1
* CryptoPkg/BaseCryptLib: Add new API VerifyEKUsInPkcs7SignatureBret Barkelew2019-04-181-0/+1
* CryptoPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* CryptoPkg/BaseCryptLib: split CryptPkcs7Verify.c on behalf of runtimeJian J Wang2019-01-311-2/+3
* CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modulesArd Biesheuvel2019-01-211-1/+1
* CryptoPkg/BaseCryptLib: drop build flags specific to GCC44Laszlo Ersek2019-01-081-1/+0
* CryptoPkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-251-3/+0
* CryptoPkg: Clean up source filesLiming Gao2018-06-281-2/+2
* CryptoPkg/SmmCryptLib: Enable HMAC-SHA256 support for SMM.Long Qin2017-05-021-2/+2
* CryptoPkg: Add extra build option to disable VS build warningQin Long2017-03-291-0/+6
* CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c.Jiewen Yao2017-03-151-2/+2
* CryptoPkg: Add PKCS5 PBKDF2 interface for password derivation.Qin Long2016-11-021-0/+1
* CryptoPkg: Add HMAC-SHA256 cipher supportQin Long2016-11-021-1/+2
* CryptoPkg/SmmCryptLib: Enable AES support for SMM.Qin Long2016-05-161-3/+3
* CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long2014-11-121-25/+9
* CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-4/+5
* CryptoPkg: Add support of AARCH64 architectureRonald Cron2014-08-261-1/+4
* Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish2014-06-161-1/+1
* Add interfaces to several library instances of BaseCryptLib.tye12012-07-181-11/+17
* Add comment for modules which have external input.jyao12012-06-121-0/+5
* Fix SmmCryptLib issue when calling time() in RealTimeClock.ctye12012-06-011-1/+10
* Use current time value as default random seed in BaseCryptLib.tye12012-05-101-1/+12
* Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye12012-03-311-1/+2