summaryrefslogtreecommitdiffstats
path: root/CryptoPkg
Commit message (Expand)AuthorAgeFilesLines
* Update CryptoPkg version: 0.92 -> 0.93Long, Qin2014-01-102-4/+4
* 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-226-10/+25
* 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
* Fix several issues in BaseCryptLib:tye12012-08-0220-79/+274
* Fix some typo and coding style issues in BaseCryptLib instances.tye12012-07-2720-1526/+50
* Add interfaces to several library instances of BaseCryptLib.tye12012-07-1842-59/+5340
* Fix incorrect return status in Pkcs7Verify().tye12012-06-251-0/+2
* Enable execute property to avoid format is changed carelessly.vanjeff2012-06-142-0/+0
* Remove Carriage-Return character.vanjeff2012-06-141-2/+2
* Add comment for modules which have external input.jyao12012-06-126-1/+54
* Fix SmmCryptLib issue when calling time() in RealTimeClock.ctye12012-06-013-287/+51
* Use current time value as default random seed in BaseCryptLib.tye12012-05-105-4/+239
* Upgrade openssl version to 0.98w.tye12012-05-075-41/+56
* Update copyright formathhtian2012-04-241-3/+1
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye12012-03-316-75/+470
* 1. Remove conducting ASSERT in BaseCryptLib.sfu52012-03-1921-532/+681
* Change Openssl build option for IPF back to SIXTY_FOUR_BIT.li-elvin2011-12-261-1/+1
* Update CryptoPkg package versions from 0.91 to 0.92.tye12011-12-132-2/+2
* Fix Windows 2008 R2 installation fail issue in IPF ICC tip.tye12011-12-091-1/+1
* Fix openssl lib build issue in IPF tip.tye12011-11-281-4/+5
* Add the missing options for X64 and IPF arch of MSFT:NOOPT target.lgao42011-11-281-1/+3
* Fix CrytoPkg issue in GCC X64 tip.tye12011-11-253-19/+91
* Update return FALSE to ASSERT() for code consistent.tye12011-11-044-31/+19
* CryptoPkg: Fix GCC build break for BaseCryptLib.xdu22011-10-281-1/+1
* 1. Fix build break issue for NOOPT target.tye12011-10-285-13/+126
* Replace SHA1 with SHA256 digest algorithm.tye12011-09-141-0/+14
* 1. Adjust SignedData to comply with latest UEFI spec: 1) remove SignerInfo.au...tye12011-09-141-8/+12
* Add new interfaces to support PKCS7#7 signed data and authenticode signature....tye12011-08-1618-158/+1440
* Update code to pass packaging tool.lzeng142011-05-302-7/+6
* Clean up DEC files: Remove section header comment blocks that do not provide ...hhtian2011-05-121-6/+1
* CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.cjljusten2011-05-041-0/+31
* CryptoPkg OpenSslSupport.h: Do not instantiate data in an include filejljusten2011-05-042-5/+9
* Update DebugLib to provide support for "err" command in the EFI Shell to adju...hhtian2011-04-201-1/+2
* Patch from open source community for CryptoPkg to allow it to build for ARM u...qlong2011-04-194-5/+137
* Refine code to make code follow the coding style.ydong102011-01-132-5/+5
* 1. Add new API supports for PEM & X509 key retrieving & verification;qlong2010-12-3119-4/+1223
* 1. enable /GL optimization building on OpensslLib.vanjeff2010-11-267-31/+58
* Override MSFT build option in INF files to remove /GL or /Oi.vanjeff2010-11-162-6/+24
* Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.qlong2010-11-0232-605/+5287