summaryrefslogtreecommitdiff
path: root/CryptoPkg
AgeCommit message (Expand)AuthorFilesLines
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.tye16-10/+25
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:tye120-79/+274
2012-07-27Fix some typo and coding style issues in BaseCryptLib instances.tye120-1526/+50
2012-07-18Add interfaces to several library instances of BaseCryptLib.tye142-59/+5340
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-04-24Update copyright formathhtian1-3/+1
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-03-31Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye16-75/+470
2012-03-191. Remove conducting ASSERT in BaseCryptLib.sfu521-532/+681
2011-12-26Change Openssl build option for IPF back to SIXTY_FOUR_BIT.li-elvin1-1/+1
2011-12-13Update CryptoPkg package versions from 0.91 to 0.92.tye12-2/+2
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
2011-09-14Replace SHA1 with SHA256 digest algorithm.tye11-0/+14
2011-09-141. Adjust SignedData to comply with latest UEFI spec: 1) remove SignerInfo.au...tye11-8/+12
2011-08-16Add new interfaces to support PKCS7#7 signed data and authenticode signature....tye118-158/+1440
2011-05-30Update code to pass packaging tool.lzeng142-7/+6
2011-05-12Clean up DEC files: Remove section header comment blocks that do not provide ...hhtian1-6/+1
2011-05-04CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.cjljusten1-0/+31
2011-05-04CryptoPkg OpenSslSupport.h: Do not instantiate data in an include filejljusten2-5/+9
2011-04-20Update DebugLib to provide support for "err" command in the EFI Shell to adju...hhtian1-1/+2
2011-04-19Patch from open source community for CryptoPkg to allow it to build for ARM u...qlong4-5/+137
2011-01-13Refine code to make code follow the coding style.ydong102-5/+5
2010-12-311. Add new API supports for PEM & X509 key retrieving & verification;qlong19-4/+1223
2010-11-261. enable /GL optimization building on OpensslLib.vanjeff7-31/+58
2010-11-16Override MSFT build option in INF files to remove /GL or /Oi.vanjeff2-6/+24
2010-11-02Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.qlong32-605/+5287
2010-11-01Add CryptoPkg (from UDK2010.UP3)hhtian76-0/+7305