summaryrefslogtreecommitdiff
path: root/CryptoPkg/Library/BaseCryptLib
AgeCommit message (Expand)Author
2017-04-07CryptoPkg/BaseCryptLib: Adding NULL checking in time() wrapper.Qin Long
2017-03-30CryptoPkg/BaseCryptLib: Fix Build Warning issue in PEI ModuleQin Long
2017-03-29CryptoPkg: Update PK Cipher Wrappers work with opaque objects.Qin Long
2017-03-29CryptoPkg: Update HMAC Wrapper with opaque HMAC_CTX object.Qin Long
2017-03-29CryptoPkg: Add extra build option to disable VS build warningQin Long
2017-03-29CryptoPkg: Clean-up CRT Library Wrapper.Qin Long
2017-03-15CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c.Jiewen Yao
2017-03-06CryptoPkg: Refine type cast for pointer subtractionHao Wu
2016-12-22CryptoPkg: Enable ssl build in OpensslLib directlyJiaxin Wu
2016-11-11CryptoPkg/BaseCryptLib: Make comments consistent with the functionDandan Bi
2016-11-07CryptoPkg: Fix typos in commentsGary Lin
2016-11-02CryptoPkg: Add PKCS5 PBKDF2 interface for password derivation.Qin Long
2016-11-02CryptoPkg: Add HMAC-SHA256 cipher supportQin Long
2016-11-02CryptoPkg: Add xxxxHashAll APIs to facilitate the digest computationQin Long
2016-08-11CryptoPkg: Fix "responsiblity" typosThomas Huth
2016-07-12CryptoPkg BaseCryptLib: Init the content of struct 'CertCtx' before useHao Wu
2016-07-12CryptoPkg BaseCryptLib: Avoid passing NULL ptr to function BN_bn2bin()Hao Wu
2016-07-11CryptoPkg: Fix typos in commentsGiri P Mudusuru
2016-05-16CryptoPkg/SmmCryptLib: Enable AES support for SMM.Qin Long
2016-03-15CryptoPkg: Fix the potential system hang issueJiaxin Wu
2016-02-25CryptoPkg: RuntimeCryptLib: support realloc(NULL, size)Laszlo Ersek
2016-02-25CryptoPkg: RuntimeCryptLib: support free(NULL)Laszlo Ersek
2016-02-25CryptoPkg: BaseCryptLib: support free(NULL)Laszlo Ersek
2016-01-26CryptoPkg: Fix function qsort for non 32-bit machinesKaryne Mayer
2015-12-17CryptoPkg: fix build support under RVCTArd Biesheuvel
2015-12-15CryptoPkg: Convert all .uni files to utf-8Jordan Justen
2015-12-07CryptoPkg/BaseCryptLib: make mVirtualAddressChangeEvent STATICArd Biesheuvel
2015-11-25[CryptoPkg] Correct one typo in the API comments.Qin Long
2015-11-05CryptoPkg: fix AARCH64 build under CLANG35Ard Biesheuvel
2015-11-05CryptoPkg: Add one new API (Pkcs7GetCertificatesList) for certs retrieving.Qin Long
2015-10-29CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handlingDavid Woodhouse
2015-10-29CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIMEDavid Woodhouse
2015-10-29CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAINDavid Woodhouse
2015-10-29CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents typeDavid Woodhouse
2015-10-29CryptoPkg/BaseCryptLib: Use accessor functions for ASN1_OBJECTDavid Woodhouse
2015-10-29CryptoPkg/BaseCryptLib: Use accessor functions for X509_ATTRIBUTEDavid Woodhouse
2015-10-29CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAMEDavid Woodhouse
2015-10-29CryptoPkg/BaseCryptLib: Add missing OpenSSL includesDavid Woodhouse
2015-09-02CryptoPkg: Fix one wrong parameter for weak key checkingQin Long
2015-07-14CryptoPkg: remove redundant parenthesesBruce Cran
2015-07-14CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen.Qiu Shumin
2015-06-30CryptoPkg: Fix the dereferenced pointer issueQin Long
2015-06-19CryptoPkg: Add some comments for API usage clarification.Qin Long
2015-06-19CryptoPkg: Add one new API for PKCS7 Verification Protocol SupportQin Long
2015-06-16CryptoPkg: Wrapper files updates to support openssl-1.0.2cQin Long
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin
2014-12-10Update the build option to eliminate possible build warning for IPF platform.Qin Long
2014-11-14CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failureLaszlo Ersek
2014-11-12CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long
2014-09-03CryptoPkg: Convert non DOS format files to DOS formatGao, Liming