summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "CryptoPkg/OpensslLib: upgrade OpenSSL version to 1.0.2e"Jeff Fan2015-12-296-723/+396
* Update the file format.Jeff Fan2015-12-251-79/+79
* CryptoPkg/OpensslLib: upgrade OpenSSL version to 1.0.2eQin Long2015-12-116-474/+801
* CryptoPkg: fix AARCH64 build under CLANG35Ard Biesheuvel2015-12-101-2/+2
* CryptoPkg: Add one new API (Pkcs7GetCertificatesList) for certs retrieving.Qin Long2015-12-103-0/+356
* CryptoPkg: Disable VS2015 warning C4311 in OpensslLibLiming Gao2015-12-041-1/+2
* 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-142-2/+2
* CryptoPkg: update OpenSSL dependency to version 1.0.2dArd Biesheuvel2015-07-125-18/+18
* CryptoPkg: Fix the dereferenced pointer issueQin Long2015-06-301-5/+9
* CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()Laszlo Ersek2015-06-231-0/+34
* CryptoPkg: Add some comments for API usage clarification.Qin Long2015-06-194-4/+7
* CryptoPkg: Add one new API for PKCS7 Verification Protocol SupportQin Long2015-06-193-3/+168
* CryptoPkg: Wrapper files updates to support openssl-1.0.2cQin Long2015-06-165-21/+36
* CryptoPkg: Update OpensslLib module files for openssl-1.0.2c supportQin Long2015-06-164-350/+608
* CryptoPkg: Update openssl patch file from 0.9.8zf to 1.0.2cQin Long2015-06-162-279/+346
* Upgrade to OpenSSL-0.9.8zf (released on 19-MAR-2015).Long Qin2015-03-256-297/+295
* Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015). Long Qin2015-01-225-17/+17
* Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin2014-12-253-3/+131
* 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-1222-664/+1474
* Users of the LP64 data model should declare SIXTY_FOUR_BIT_LONG, not SIXTY_FO...Ard Biesheuvel2014-09-241-4/+4
* CryptoPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-037-0/+0
* CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-287-0/+0
* CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-287-20/+27
* CryptoPkg: Add support of AARCH64 architectureRonald Cron2014-08-264-4/+14
* CryptoPkg: Add support to build with ARM GCCRonald Cron2014-08-261-0/+2
* CryptoPkg: Update to build with RVCTRonald Cron2014-08-261-1/+2
* OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. Long, Qin2014-08-145-16/+16
* Clean up code.qlong2014-08-071-2/+2
* Fix OpensslLib build issue for ARM. The changes are:Eugene Cohen2014-08-071-4/+13
* Add comments for clarification about memset implementation.Long, Qin2014-07-161-1/+8
* Update OpenSSL from 0.9.8w to the latest 0.9.8za.Long, Qin2014-07-085-109/+159
* Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish2014-06-162-1/+3
* 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-283-43/+14
* Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye12012-11-222-6/+21
* Fix coding style issue in CryptoPkg.tye12012-10-181-2/+2
* Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space.sfu52012-10-171-0/+39
* Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the tye12012-10-171-0/+20
* Fix PeiCryptLib build issue.tye12012-08-234-105/+86
* Update openssl patch to replaces the “__FILE__” and “__LINE__” with N...sfu52012-08-101-0/+81