summaryrefslogtreecommitdiff
path: root/CryptoPkg
AgeCommit message (Expand)Author
2015-12-29CryptoPkg/OpensslLib: upgrade OpenSSL version to 1.0.2eQin Long
2015-12-29CryptoPkg/OpensslLib: comment out unused codeArd Biesheuvel
2015-12-29CryptoPkg/BaseCryptLib: make mVirtualAddressChangeEvent STATICArd Biesheuvel
2015-12-29CryptoPkg ARM: add ArmSoftFloatLib resolution to CryptoPkg.dscArd Biesheuvel
2015-12-29CryptoPkg/OpensslLib: add softfloat dependency for ARMArd Biesheuvel
2015-12-29[CryptoPkg] Correct one typo in the API comments.Qin Long
2015-12-29CryptoPkg/OpensslLib: Move OPENSSL_NO_xxx defines into opensslconf.hDavid Woodhouse
2015-12-29CryptoPkg/OpensslLib: Eliminate GETPID_IS_MEANINGLESS definitionDavid Woodhouse
2015-12-29CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handlingDavid Woodhouse
2015-12-29CryptoPkg/OpensslLib: Undefine NO_BUILTIN_VA_FUNCS to fix varargs breakageDavid Woodhouse
2015-12-29CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIMEDavid Woodhouse
2015-12-29CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAINDavid Woodhouse
2015-12-29CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents typeDavid Woodhouse
2015-12-29CryptoPkg/BaseCryptLib: Use accessor functions for ASN1_OBJECTDavid Woodhouse
2015-12-29CryptoPkg/BaseCryptLib: Use accessor functions for X509_ATTRIBUTEDavid Woodhouse
2015-12-29CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAMEDavid Woodhouse
2015-12-29CryptoPkg/BaseCryptLib: Add missing OpenSSL includesDavid Woodhouse
2015-12-29Revert "CryptoPkg/OpensslLib: upgrade OpenSSL version to 1.0.2e"Jeff Fan
2015-12-25Update the file format.Jeff Fan
2015-12-18CryptoPkg: remove global variable 'timeval' from OpenSslSupport .hArd Biesheuvel
2015-12-11CryptoPkg/OpensslLib: upgrade OpenSSL version to 1.0.2eQin Long
2015-12-10CryptoPkg: fix AARCH64 build under CLANG35Ard Biesheuvel
2015-12-10CryptoPkg: Add one new API (Pkcs7GetCertificatesList) for certs retrieving.Qin Long
2015-12-04CryptoPkg: Disable VS2015 warning C4311 in OpensslLibLiming Gao
2015-09-05CryptoPkg: Fix one wrong parameter for weak key checkingQin Long
2015-09-05CryptoPkg: Replace string wrapper functions with safe string functionsQin Long
2015-08-20CryptoPkg: Add a missed include file to fix the possible build issue.Qin Long
2015-08-20CryptoPkg: Update Package version to 0.96Qin Long
2015-07-14CryptoPkg: remove redundant parenthesesBruce Cran
2015-07-14CryptoPkg: Make the function headers of Pkcs7GetAttachedContent follow Doxygen.Qiu Shumin
2015-07-12CryptoPkg: update OpenSSL dependency to version 1.0.2dArd Biesheuvel
2015-06-30CryptoPkg: Fix the dereferenced pointer issueQin Long
2015-06-23CryptoPkg: OpensslLib: reintroduce EFIAPI for ERR_add_error_data()Laszlo Ersek
2015-06-19CryptoPkg: Add some comments for API usage clarification.Qin Long
2015-06-19CryptoPkg: Add one new API for PKCS7 Verification Protocol SupportQin Long
2015-06-16CryptoPkg: add .gitignore for OpenSSL source filesArd Biesheuvel
2015-06-16CryptoPkg: Wrapper files updates to support openssl-1.0.2cQin Long
2015-06-16CryptoPkg: Update OpensslLib module files for openssl-1.0.2c supportQin Long
2015-06-16CryptoPkg: Update openssl patch file from 0.9.8zf to 1.0.2cQin Long
2015-03-25Upgrade to OpenSSL-0.9.8zf (released on 19-MAR-2015).Long Qin
2015-02-03*/Contributions.txt: Update example email addressJordan Justen
2015-01-22Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015). Long Qin
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin
2014-12-10Update the build option to eliminate possible build warning for IPF platform.Qin Long
2014-11-14CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64Laszlo Ersek
2014-11-14CryptoPkg: TimestampTokenVerify(): fix gcc-4.8 / Ia32 build failureLaszlo Ersek
2014-11-12CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen
2014-09-24Users of the LP64 data model should declare SIXTY_FOUR_BIT_LONG, not SIXTY_FO...Ard Biesheuvel
2014-09-03CryptoPkg: Convert non DOS format files to DOS formatGao, Liming