| Commit message (Expand) | Author | Age | Files | Lines |
* | CryptoPkg: fix AARCH64 build under CLANG35 | Ard Biesheuvel | 2015-11-05 | 1 | -2/+2 |
* | CryptoPkg: Add one new API (Pkcs7GetCertificatesList) for certs retrieving. | Qin Long | 2015-11-05 | 3 | -0/+356 |
* | CryptoPkg/OpensslLib: Move OPENSSL_NO_xxx defines into opensslconf.h | David Woodhouse | 2015-10-29 | 2 | -44/+317 |
* | CryptoPkg/OpensslLib: Eliminate GETPID_IS_MEANINGLESS definition | David Woodhouse | 2015-10-29 | 2 | -2/+13 |
* | CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handling | David Woodhouse | 2015-10-29 | 4 | -42/+51 |
* | CryptoPkg/OpensslLib: Undefine NO_BUILTIN_VA_FUNCS to fix varargs breakage | David Woodhouse | 2015-10-29 | 2 | -35/+1 |
* | CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIME | David Woodhouse | 2015-10-29 | 4 | -25/+39 |
* | CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAIN | David Woodhouse | 2015-10-29 | 3 | -171/+15 |
* | CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents type | David Woodhouse | 2015-10-29 | 1 | -3/+4 |
* | CryptoPkg/BaseCryptLib: Use accessor functions for ASN1_OBJECT | David Woodhouse | 2015-10-29 | 2 | -3/+10 |
* | CryptoPkg/BaseCryptLib: Use accessor functions for X509_ATTRIBUTE | David Woodhouse | 2015-10-29 | 1 | -3/+11 |
* | CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAME | David Woodhouse | 2015-10-29 | 1 | -4/+6 |
* | CryptoPkg/BaseCryptLib: Add missing OpenSSL includes | David Woodhouse | 2015-10-29 | 4 | -4/+7 |
* | CryptoPkg: Fix one wrong parameter for weak key checking | Qin Long | 2015-09-02 | 1 | -3/+3 |
* | CryptoPkg: remove redundant parentheses | Bruce Cran | 2015-07-14 | 1 | -1/+1 |
* | CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen. | Qiu Shumin | 2015-07-14 | 2 | -2/+2 |
* | CryptoPkg: update OpenSSL dependency to version 1.0.2d | Ard Biesheuvel | 2015-07-12 | 5 | -18/+18 |
* | CryptoPkg: Fix the dereferenced pointer issue | Qin Long | 2015-06-30 | 1 | -5/+9 |
* | CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data() | Laszlo Ersek | 2015-06-23 | 1 | -0/+34 |
* | CryptoPkg: Add some comments for API usage clarification. | Qin Long | 2015-06-19 | 4 | -4/+7 |
* | CryptoPkg: Add one new API for PKCS7 Verification Protocol Support | Qin Long | 2015-06-19 | 3 | -3/+168 |
* | CryptoPkg: Wrapper files updates to support openssl-1.0.2c | Qin Long | 2015-06-16 | 5 | -21/+36 |
* | CryptoPkg: Update OpensslLib module files for openssl-1.0.2c support | Qin Long | 2015-06-16 | 4 | -350/+608 |
* | CryptoPkg: Update openssl patch file from 0.9.8zf to 1.0.2c | Qin Long | 2015-06-16 | 2 | -279/+346 |
* | Upgrade to OpenSSL-0.9.8zf (released on 19-MAR-2015). | Long Qin | 2015-03-25 | 6 | -297/+295 |
* | 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 | 3 | -3/+131 |
* | Update the build option to eliminate possible build warning for IPF platform. | Qin Long | 2014-12-10 | 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 | 22 | -664/+1474 |
* | 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 | 7 | -0/+0 |
* | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 7 | -0/+0 |
* | CryptoPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 7 | -20/+27 |
* | CryptoPkg: Add support of AARCH64 architecture | Ronald Cron | 2014-08-26 | 4 | -4/+14 |
* | 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 | 1 | -1/+2 |
* | 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 |
* | 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 | 2 | -6/+21 |