| Commit message (Expand) | Author | Age | Files | Lines |
* | */Contributions.txt: Update example email address | Jordan Justen | 2015-02-03 | 1 | -2/+2 |
* | Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015). | Long Qin | 2015-01-22 | 5 | -17/+17 |
* | Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3... | Long, Qin | 2014-12-25 | 4 | -3/+158 |
* | Update the build option to eliminate possible build warning for IPF platform. | Qin Long | 2014-12-10 | 1 | -1/+1 |
* | CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64 | Laszlo Ersek | 2014-11-14 | 1 | -1/+1 |
* | CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failure | Laszlo Ersek | 2014-11-14 | 1 | -1/+2 |
* | CryptoPkg Updates to support RFC3161 timestamp signature verification. | Qin Long | 2014-11-12 | 29 | -687/+2369 |
* | EDK II Contributions.txt: Update patch format information | Jordan Justen | 2014-10-31 | 1 | -13/+29 |
* | Users of the LP64 data model should declare SIXTY_FOUR_BIT_LONG, not SIXTY_FO... | Ard Biesheuvel | 2014-09-24 | 1 | -4/+4 |
* | CryptoPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 10 | -0/+0 |
* | Update CryptoPkg package version to 0.94. | Long Qin | 2014-09-02 | 2 | -3/+3 |
* | Correct OpenSSL version in Cryptest.uni | Gao, Liming | 2014-08-29 | 1 | -0/+0 |
* | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 2 | -0/+0 |
* | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -2/+7 |
* | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 11 | -0/+0 |
* | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 9 | -26/+43 |
* | CryptoPkg: Add support of AARCH64 architecture | Ronald Cron | 2014-08-26 | 5 | -7/+18 |
* | CryptoPkg: Add support to build with ARM GCC | Ronald Cron | 2014-08-26 | 1 | -0/+2 |
* | CryptoPkg: Update to build with RVCT | Ronald Cron | 2014-08-26 | 2 | -1/+23 |
* | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen | 2014-08-25 | 1 | -0/+14 |
* | OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. | Long, Qin | 2014-08-14 | 5 | -16/+16 |
* | Clean up code. | qlong | 2014-08-07 | 1 | -2/+2 |
* | Fix OpensslLib build issue for ARM. The changes are: | Eugene Cohen | 2014-08-07 | 1 | -4/+13 |
* | Add comments for clarification about memset implementation. | Long, Qin | 2014-07-16 | 1 | -1/+8 |
* | Update OpenSSL from 0.9.8w to the latest 0.9.8za. | Long, Qin | 2014-07-08 | 5 | -109/+159 |
* | Fix build issues with Xcode in CryptoPkg and SecurityPkg. | Andrew Fish | 2014-06-16 | 2 | -1/+3 |
* | Update CryptoPkg version: 0.92 -> 0.93 | Long, Qin | 2014-01-10 | 2 | -4/+4 |
* | Fixed one typo in MathRShiftU64.S stub implementation; Add one digest algorit... | Long, Qin | 2013-11-19 | 4 | -5/+32 |
* | Enhance error handling code after calling BIO_new in BaseCryptLib. | Ye Ting | 2013-08-07 | 3 | -6/+22 |
* | Per gmtime manpage, tm_mon is the number of months since January | Gary Ching-Pang Lin | 2013-07-17 | 1 | -3/+3 |
* | Though the comment of RandomSeed() states it should return FALSE if there is ... | tye1 | 2013-05-29 | 3 | -3/+15 |
* | The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated... | sfu5 | 2013-04-23 | 2 | -171/+61 |
* | 1. Enable the whole X509v3 extension checking. | sfu5 | 2012-12-28 | 3 | -43/+14 |
* | Fix issue that RsaPkcs1Verify() may not work in PEI phase. | tye1 | 2012-11-22 | 6 | -10/+25 |
* | Fix coding style issue in CryptoPkg. | tye1 | 2012-10-18 | 1 | -2/+2 |
* | Fix a bug in OpensslLib that PKCS7_verify will use over 8k stack space. | sfu5 | 2012-10-17 | 1 | -0/+39 |
* | Add SPC_INDIRECT_DATA_OBJID check to make sure contentType equals to the | tye1 | 2012-10-17 | 1 | -0/+20 |
* | Fix PeiCryptLib build issue. | tye1 | 2012-08-23 | 4 | -105/+86 |
* | Update openssl patch to replaces the “__FILE__” and “__LINE__” with N... | sfu5 | 2012-08-10 | 1 | -0/+81 |
* | Fix several issues in BaseCryptLib: | tye1 | 2012-08-02 | 20 | -79/+274 |
* | Fix some typo and coding style issues in BaseCryptLib instances. | tye1 | 2012-07-27 | 20 | -1526/+50 |
* | Add interfaces to several library instances of BaseCryptLib. | tye1 | 2012-07-18 | 42 | -59/+5340 |
* | Fix incorrect return status in Pkcs7Verify(). | tye1 | 2012-06-25 | 1 | -0/+2 |
* | Enable execute property to avoid format is changed carelessly. | vanjeff | 2012-06-14 | 2 | -0/+0 |
* | Remove Carriage-Return character. | vanjeff | 2012-06-14 | 1 | -2/+2 |
* | Add comment for modules which have external input. | jyao1 | 2012-06-12 | 6 | -1/+54 |
* | Fix SmmCryptLib issue when calling time() in RealTimeClock.c | tye1 | 2012-06-01 | 3 | -287/+51 |
* | Use current time value as default random seed in BaseCryptLib. | tye1 | 2012-05-10 | 5 | -4/+239 |
* | Upgrade openssl version to 0.98w. | tye1 | 2012-05-07 | 5 | -41/+56 |
* | Update copyright format | hhtian | 2012-04-24 | 1 | -3/+1 |