summaryrefslogtreecommitdiff
path: root/CryptoPkg
AgeCommit message (Expand)AuthorFilesLines
2015-10-29CryptoPkg/OpensslLib: Move OPENSSL_NO_xxx defines into opensslconf.hDavid Woodhouse2-44/+317
2015-10-29CryptoPkg/OpensslLib: Eliminate GETPID_IS_MEANINGLESS definitionDavid Woodhouse2-2/+13
2015-10-29CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handlingDavid Woodhouse5-42/+76
2015-10-29CryptoPkg/OpensslLib: Undefine NO_BUILTIN_VA_FUNCS to fix varargs breakageDavid Woodhouse2-35/+1
2015-10-29CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIMEDavid Woodhouse4-25/+39
2015-10-29CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAINDavid Woodhouse3-171/+15
2015-10-29CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents typeDavid Woodhouse1-3/+4
2015-10-29CryptoPkg/BaseCryptLib: Use accessor functions for ASN1_OBJECTDavid Woodhouse2-3/+10
2015-10-29CryptoPkg/BaseCryptLib: Use accessor functions for X509_ATTRIBUTEDavid Woodhouse1-3/+11
2015-10-29CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAMEDavid Woodhouse1-4/+6
2015-10-29CryptoPkg/BaseCryptLib: Add missing OpenSSL includesDavid Woodhouse4-4/+7
2015-09-02CryptoPkg: Fix one wrong parameter for weak key checkingQin Long1-3/+3
2015-09-02CryptoPkg: Replace string wrapper functions with safe string functionsQin Long1-4/+6
2015-08-20CryptoPkg: Add a missed include file to fix the possible build issue.Qin Long1-0/+2
2015-08-20CryptoPkg: Update Package version to 0.96Qin Long2-4/+4
2015-07-14CryptoPkg: remove redundant parenthesesBruce Cran1-1/+1
2015-07-14CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen.Qiu Shumin2-2/+2
2015-07-12CryptoPkg: update OpenSSL dependency to version 1.0.2dArd Biesheuvel5-18/+18
2015-06-30CryptoPkg: Fix the dereferenced pointer issueQin Long1-5/+9
2015-06-23CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()Laszlo Ersek1-0/+34
2015-06-19CryptoPkg: Add some comments for API usage clarification.Qin Long5-5/+10
2015-06-19CryptoPkg: Add one new API for PKCS7 Verification Protocol SupportQin Long4-5/+199
2015-06-16CryptoPkg: add .gitignore for OpenSSL source filesArd Biesheuvel1-0/+2
2015-06-16CryptoPkg: Wrapper files updates to support openssl-1.0.2cQin Long7-22/+59
2015-06-16CryptoPkg: Update OpensslLib module files for openssl-1.0.2c supportQin Long4-350/+608
2015-06-16CryptoPkg: Update openssl patch file from 0.9.8zf to 1.0.2cQin Long2-279/+346
2015-03-25Upgrade to OpenSSL-0.9.8zf (released on 19-MAR-2015).Long Qin6-297/+295
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-01-22Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015). Long Qin5-17/+17
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin4-3/+158
2014-12-10Update the build option to eliminate possible build warning for IPF platform.Qin Long1-1/+1
2014-11-14CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64Laszlo Ersek1-1/+1
2014-11-14CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failureLaszlo Ersek1-1/+2
2014-11-12CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long29-687/+2369
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-09-24Users of the LP64 data model should declare SIXTY_FOUR_BIT_LONG, not SIXTY_FO...Ard Biesheuvel1-4/+4
2014-09-03CryptoPkg: Convert non DOS format files to DOS formatGao, Liming10-0/+0
2014-09-02Update CryptoPkg package version to 0.94.Long Qin2-3/+3
2014-08-29Correct OpenSSL version in Cryptest.uniGao, Liming1-0/+0
2014-08-28CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo2-0/+0
2014-08-28CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo1-2/+7
2014-08-28CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo11-0/+0
2014-08-28CryptoPkg: INF/DEC file updates to EDK II packagesDong, Guo9-26/+43
2014-08-26CryptoPkg: Add support of AARCH64 architectureRonald Cron5-7/+18
2014-08-26CryptoPkg: Add support to build with ARM GCCRonald Cron1-0/+2
2014-08-26CryptoPkg: Update to build with RVCTRonald Cron2-1/+23
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-14OpenSSL 0.9.8zb was released at 06-Aug-2014, including bug and security fixes. Long, Qin5-16/+16
2014-08-07Clean up code.qlong1-2/+2
2014-08-07Fix OpensslLib build issue for ARM. The changes are:Eugene Cohen1-4/+13