summaryrefslogtreecommitdiff
path: root/CryptoPkg/Library
AgeCommit message (Expand)Author
2013-11-19Fixed one typo in MathRShiftU64.S stub implementation; Add one digest algorit...Long, Qin
2013-08-07Enhance error handling code after calling BIO_new in BaseCryptLib.Ye Ting
2013-07-17Per gmtime manpage, tm_mon is the number of months since January Gary Ching-Pang Lin
2013-05-29Though the comment of RandomSeed() states it should return FALSE if there is ...tye1
2013-04-23The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated...sfu5
2012-12-281. Enable the whole X509v3 extension checking.sfu5
2012-11-22Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye1
2012-10-18Fix coding style issue in CryptoPkg.tye1
2012-10-17Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space.sfu5
2012-10-17Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the tye1
2012-08-23Fix PeiCryptLib build issue.tye1
2012-08-10Update openssl patch to replaces the “__FILE__” and “__LINE__” with N...sfu5
2012-08-02Fix several issues in BaseCryptLib:tye1
2012-07-27Fix some typo and coding style issues in BaseCryptLib instances.tye1
2012-07-18Add interfaces to several library instances of BaseCryptLib.tye1
2012-06-25Fix incorrect return status in Pkcs7Verify().tye1
2012-06-14Enable execute property to avoid format is changed carelessly.vanjeff
2012-06-14Remove Carriage-Return character.vanjeff
2012-06-12Add comment for modules which have external input.jyao1
2012-06-01Fix SmmCryptLib issue when calling time() in RealTimeClock.ctye1
2012-05-10Use current time value as default random seed in BaseCryptLib.tye1
2012-05-07Upgrade openssl version to 0.98w.tye1
2012-03-31Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye1
2012-03-191. Remove conducting ASSERT in BaseCryptLib.sfu5
2011-12-26Change Openssl build option for IPF back to SIXTY_FOUR_BIT.li-elvin
2011-12-09Fix Windows 2008 R2 installation fail issue in IPF ICC tip.tye1
2011-11-28Fix openssl lib build issue in IPF tip.tye1
2011-11-28Add the missing options for X64 and IPF arch of MSFT:NOOPT target.lgao4
2011-11-25Fix CrytoPkg issue in GCC X64 tip.tye1
2011-11-04Update return FALSE to ASSERT() for code consistent.tye1
2011-10-28CryptoPkg: Fix GCC build break for BaseCryptLib.xdu2
2011-10-281. Fix build break issue for NOOPT target.tye1
2011-09-14Replace SHA1 with SHA256 digest algorithm.tye1
2011-09-141. Adjust SignedData to comply with latest UEFI spec: 1) remove SignerInfo.au...tye1
2011-08-16Add new interfaces to support PKCS7#7 signed data and authenticode signature....tye1
2011-05-30Update code to pass packaging tool.lzeng14
2011-05-04CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.cjljusten
2011-05-04CryptoPkg OpenSslSupport.h: Do not instantiate data in an include filejljusten
2011-04-19Patch from open source community for CryptoPkg to allow it to build for ARM u...qlong
2011-01-13Refine code to make code follow the coding style.ydong10
2010-12-311. Add new API supports for PEM & X509 key retrieving & verification;qlong
2010-11-261. enable /GL optimization building on OpensslLib.vanjeff
2010-11-16Override MSFT build option in INF files to remove /GL or /Oi.vanjeff
2010-11-02Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.qlong
2010-11-01Add CryptoPkg (from UDK2010.UP3)hhtian