summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLib
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg: Fix "responsiblity" typosThomas Huth2016-10-262-10/+10
* CryptoPkg BaseCryptLib: Init the content of struct 'CertCtx' before useHao Wu2016-07-131-1/+3
* CryptoPkg BaseCryptLib: Avoid passing NULL ptr to function BN_bn2bin()Hao Wu2016-07-131-2/+6
* CryptoPkg: Fix typos in commentsGiri P Mudusuru2016-07-131-2/+2
* CryptoPkg/SmmCryptLib: Enable AES support for SMM.Qin Long2016-07-131-3/+3
* CryptoPkg: Fix the potential system hang issueJiaxin Wu2016-03-181-12/+17
* CryptoPkg: RuntimeCryptLib: support realloc(NULL, size)Laszlo Ersek2016-02-261-0/+4
* CryptoPkg: RuntimeCryptLib: support free(NULL)Laszlo Ersek2016-02-261-1/+7
* CryptoPkg: BaseCryptLib: support free(NULL)Laszlo Ersek2016-02-261-1/+7
* CryptoPkg: Fix function qsort for non 32-bit machinesKaryne Mayer2016-02-241-2/+2
* CryptoPkg: fix build support under RVCTArd Biesheuvel2016-02-243-0/+12
* CryptoPkg: Convert all .uni files to utf-8Jordan Justen2016-02-244-0/+0
* CryptoPkg/BaseCryptLib: make mVirtualAddressChangeEvent STATICArd Biesheuvel2015-12-291-1/+1
* [CryptoPkg] Correct one typo in the API comments.Qin Long2015-12-292-3/+3
* CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handlingDavid Woodhouse2015-12-291-7/+0
* CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIMEDavid Woodhouse2015-12-293-6/+9
* CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAINDavid Woodhouse2015-12-293-171/+15
* CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents typeDavid Woodhouse2015-12-291-3/+4
* CryptoPkg/BaseCryptLib: Use accessor functions for ASN1_OBJECTDavid Woodhouse2015-12-292-3/+10
* CryptoPkg/BaseCryptLib: Use accessor functions for X509_ATTRIBUTEDavid Woodhouse2015-12-291-3/+11
* CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAMEDavid Woodhouse2015-12-291-4/+6
* CryptoPkg/BaseCryptLib: Add missing OpenSSL includesDavid Woodhouse2015-12-294-4/+7
* CryptoPkg: fix AARCH64 build under CLANG35Ard Biesheuvel2015-12-101-2/+2
* CryptoPkg: Add one new API (Pkcs7GetCertificatesList) for certs retrieving.Qin Long2015-12-102-0/+322
* CryptoPkg: Fix one wrong parameter for weak key checkingQin Long2015-09-051-3/+3
* CryptoPkg: remove redundant parenthesesBruce Cran2015-07-141-1/+1
* CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen.Qiu Shumin2015-07-141-1/+1
* CryptoPkg: Fix the dereferenced pointer issueQin Long2015-06-301-5/+9
* CryptoPkg: Add some comments for API usage clarification.Qin Long2015-06-193-3/+6
* CryptoPkg: Add one new API for PKCS7 Verification Protocol SupportQin Long2015-06-192-2/+138
* CryptoPkg: Wrapper files updates to support openssl-1.0.2cQin Long2015-06-165-21/+36
* Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin2014-12-252-2/+104
* Update the build option to eliminate possible build warning for IPF platform.Qin Long2014-12-101-1/+1
* CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failureLaszlo Ersek2014-11-141-1/+2
* CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long2014-11-1220-866/+1428
* CryptoPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-034-0/+0
* CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-284-0/+0
* CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-284-16/+20
* CryptoPkg: Add support of AARCH64 architectureRonald Cron2014-08-263-3/+12
* Clean up code.qlong2014-08-071-2/+2
* Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish2014-06-161-1/+1
* Fixed one typo in MathRShiftU64.S stub implementation; Add one digest algorit...Long, Qin2013-11-194-5/+32
* Enhance error handling code after calling BIO_new in BaseCryptLib.Ye Ting2013-08-073-6/+22
* Per gmtime manpage, tm_mon is the number of months since January Gary Ching-Pang Lin2013-07-171-3/+3
* Though the comment of RandomSeed() states it should return FALSE if there is ...tye12013-05-293-3/+15
* The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated...sfu52013-04-232-171/+61
* 1. Enable the whole X509v3 extension checking.sfu52012-12-282-28/+12
* Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye12012-11-221-5/+20
* Fix coding style issue in CryptoPkg.tye12012-10-181-2/+2
* Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the tye12012-10-171-0/+20