Age | Commit message (Expand) | Author | Files | Lines |
2015-09-02 | CryptoPkg: Fix one wrong parameter for weak key checking | Qin Long | 1 | -3/+3 |
2015-09-02 | CryptoPkg: Replace string wrapper functions with safe string functions | Qin Long | 1 | -4/+6 |
2015-08-20 | CryptoPkg: Add a missed include file to fix the possible build issue. | Qin Long | 1 | -0/+2 |
2015-08-20 | CryptoPkg: Update Package version to 0.96 | Qin Long | 2 | -4/+4 |
2015-07-14 | CryptoPkg: remove redundant parentheses | Bruce Cran | 1 | -1/+1 |
2015-07-14 | CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen. | Qiu Shumin | 2 | -2/+2 |
2015-07-12 | CryptoPkg: update OpenSSL dependency to version 1.0.2d | Ard Biesheuvel | 5 | -18/+18 |
2015-06-30 | CryptoPkg: Fix the dereferenced pointer issue | Qin Long | 1 | -5/+9 |
2015-06-23 | CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data() | Laszlo Ersek | 1 | -0/+34 |
2015-06-19 | CryptoPkg: Add some comments for API usage clarification. | Qin Long | 5 | -5/+10 |
2015-06-19 | CryptoPkg: Add one new API for PKCS7 Verification Protocol Support | Qin Long | 4 | -5/+199 |
2015-06-16 | CryptoPkg: add .gitignore for OpenSSL source files | Ard Biesheuvel | 1 | -0/+2 |
2015-06-16 | CryptoPkg: Wrapper files updates to support openssl-1.0.2c | Qin Long | 7 | -22/+59 |
2015-06-16 | CryptoPkg: Update OpensslLib module files for openssl-1.0.2c support | Qin Long | 4 | -350/+608 |
2015-06-16 | CryptoPkg: Update openssl patch file from 0.9.8zf to 1.0.2c | Qin Long | 2 | -279/+346 |
2015-03-25 | Upgrade to OpenSSL-0.9.8zf (released on 19-MAR-2015). | Long Qin | 6 | -297/+295 |
2015-02-03 | */Contributions.txt: Update example email address | Jordan Justen | 1 | -2/+2 |
2015-01-22 | Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015). | Long Qin | 5 | -17/+17 |
2014-12-25 | Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3... | Long, Qin | 4 | -3/+158 |
2014-12-10 | Update the build option to eliminate possible build warning for IPF platform. | Qin Long | 1 | -1/+1 |
2014-11-14 | CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64 | Laszlo Ersek | 1 | -1/+1 |
2014-11-14 | CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failure | Laszlo Ersek | 1 | -1/+2 |
2014-11-12 | CryptoPkg Updates to support RFC3161 timestamp signature verification. | Qin Long | 29 | -687/+2369 |
2014-10-31 | EDK II Contributions.txt: Update patch format information | Jordan Justen | 1 | -13/+29 |
2014-09-24 | Users of the LP64 data model should declare SIXTY_FOUR_BIT_LONG, not SIXTY_FO... | Ard Biesheuvel | 1 | -4/+4 |
2014-09-03 | CryptoPkg: Convert non DOS format files to DOS format | Gao, Liming | 10 | -0/+0 |
2014-09-02 | Update CryptoPkg package version to 0.94. | Long Qin | 2 | -3/+3 |
2014-08-29 | Correct OpenSSL version in Cryptest.uni | Gao, Liming | 1 | -0/+0 |
2014-08-28 | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2 | -0/+0 |
2014-08-28 | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 1 | -2/+7 |
2014-08-28 | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 11 | -0/+0 |
2014-08-28 | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 9 | -26/+43 |
2014-08-26 | CryptoPkg: Add support of AARCH64 architecture | Ronald Cron | 5 | -7/+18 |
2014-08-26 | CryptoPkg: Add support to build with ARM GCC | Ronald Cron | 1 | -0/+2 |
2014-08-26 | CryptoPkg: Update to build with RVCT | Ronald Cron | 2 | -1/+23 |
2014-08-25 | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen | 1 | -0/+14 |
2014-08-14 | OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. | Long, Qin | 5 | -16/+16 |
2014-08-07 | Clean up code. | qlong | 1 | -2/+2 |
2014-08-07 | Fix OpensslLib build issue for ARM. The changes are: | Eugene Cohen | 1 | -4/+13 |
2014-07-16 | Add comments for clarification about memset implementation. | Long, Qin | 1 | -1/+8 |
2014-07-08 | Update OpenSSL from 0.9.8w to the latest 0.9.8za. | Long, Qin | 5 | -109/+159 |
2014-06-16 | Fix build issues with Xcode in CryptoPkg and SecurityPkg. | Andrew Fish | 2 | -1/+3 |
2014-01-10 | Update CryptoPkg version: 0.92 -> 0.93 | Long, Qin | 2 | -4/+4 |
2013-11-19 | Fixed one typo in MathRShiftU64.S stub implementation; Add one digest algorit... | Long, Qin | 4 | -5/+32 |
2013-08-07 | Enhance error handling code after calling BIO_new in BaseCryptLib. | Ye Ting | 3 | -6/+22 |
2013-07-17 | Per gmtime manpage, tm_mon is the number of months since January | Gary Ching-Pang Lin | 1 | -3/+3 |
2013-05-29 | Though the comment of RandomSeed() states it should return FALSE if there is ... | tye1 | 3 | -3/+15 |
2013-04-23 | The openssl API RSA_public_decrypt() and RSA_private_encrypt() are deprecated... | sfu5 | 2 | -171/+61 |
2012-12-28 | 1. Enable the whole X509v3 extension checking. | sfu5 | 3 | -43/+14 |
2012-11-22 | Fix issue that RsaPkcs1Verify() may not work in PEI phase. | tye1 | 6 | -10/+25 |