summaryrefslogtreecommitdiff
path: root/CryptoPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015). Long Qin5-17/+17
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin3-3/+131
2014-12-10Update the build option to eliminate possible build warning for IPF platform.Qin Long1-1/+1
2014-11-14CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failureLaszlo Ersek1-1/+2
2014-11-12CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long22-664/+1474
2014-09-24Users of the LP64 data model should declare SIXTY_FOUR_BIT_LONG, not SIXTY_FO...Ard Biesheuvel1-4/+4
2014-09-03CryptoPkg: Convert non DOS format files to DOS formatGao, Liming7-0/+0
2014-08-28CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo7-0/+0
2014-08-28CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo7-20/+27
2014-08-26CryptoPkg: Add support of AARCH64 architectureRonald Cron4-4/+14
2014-08-26CryptoPkg: Add support to build with ARM GCCRonald Cron1-0/+2
2014-08-26CryptoPkg: Update to build with RVCTRonald Cron1-1/+2
2014-08-14OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. Long, Qin5-16/+16
2014-08-07Clean up code.qlong1-2/+2
2014-08-07Fix OpensslLib build issue for ARM. The changes are:Eugene Cohen1-4/+13
2014-07-16Add comments for clarification about memset implementation.Long, Qin1-1/+8
2014-07-08Update OpenSSL from 0.9.8w to the latest 0.9.8za.Long, Qin5-109/+159
2014-06-16Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish2-1/+3
2013-11-19Fixed one typo in MathRShiftU64.S stub implementation; Add one digest algorit...Long, Qin4-5/+32
2013-08-07Enhance error handling code after calling BIO_new in BaseCryptLib.Ye Ting3-6/+22
2013-07-17Per gmtime manpage, tm_mon is the number of months since January Gary Ching-Pang Lin1-3/+3
2013-05-29Though the comment of RandomSeed() states it should return FALSE if there is ...tye13-3/+15
2013-04-23The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated...sfu52-171/+61
2012-12-281. Enable the whole X509v3 extension checking.sfu53-43/+14
2012-11-22Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye12-6/+21
2012-10-18Fix coding style issue in CryptoPkg.tye11-2/+2
2012-10-17Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space.sfu51-0/+39
2012-10-17Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the tye11-0/+20
2012-08-23Fix PeiCryptLib build issue.tye14-105/+86
2012-08-10Update openssl patch to replaces the “__FILE__” and “__LINE__” with N...sfu51-0/+81
2012-08-02Fix several issues in BaseCryptLib:tye119-77/+271
2012-07-27Fix some typo and coding style issues in BaseCryptLib instances.tye119-1523/+47
2012-07-18Add interfaces to several library instances of BaseCryptLib.tye141-44/+5186
2012-06-25Fix incorrect return status in Pkcs7Verify().tye11-0/+2
2012-06-14Enable execute property to avoid format is changed carelessly.vanjeff2-0/+0
2012-06-14Remove Carriage-Return character.vanjeff1-2/+2
2012-06-12Add comment for modules which have external input.jyao16-1/+54
2012-06-01Fix SmmCryptLib issue when calling time() in RealTimeClock.ctye13-287/+51
2012-05-10Use current time value as default random seed in BaseCryptLib.tye15-4/+239
2012-05-07Upgrade openssl version to 0.98w.tye15-41/+56
2012-03-31Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye15-66/+415
2012-03-191. Remove conducting ASSERT in BaseCryptLib.sfu517-369/+518
2011-12-26Change Openssl build option for IPF back to SIXTY_FOUR_BIT.li-elvin1-1/+1
2011-12-09Fix Windows 2008 R2 installation fail issue in IPF ICC tip.tye11-1/+1
2011-11-28Fix openssl lib build issue in IPF tip.tye11-4/+5
2011-11-28Add the missing options for X64 and IPF arch of MSFT:NOOPT target.lgao41-1/+3
2011-11-25Fix CrytoPkg issue in GCC X64 tip.tye13-19/+91
2011-11-04Update return FALSE to ASSERT() for code consistent.tye14-31/+19
2011-10-28CryptoPkg: Fix GCC build break for BaseCryptLib.xdu21-1/+1
2011-10-281. Fix build break issue for NOOPT target.tye15-13/+126