summaryrefslogtreecommitdiff
path: root/CryptoPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2016-12-22CryptoPkg: Add new TlsLib libraryJiaxin Wu1-0/+787
2016-12-22CryptoPkg: Enable ssl build in OpensslLib directlyJiaxin Wu1-1/+10
2016-11-11CryptoPkg/BaseCryptLib: Make comments consistent with the functionDandan Bi1-6/+6
2016-11-07CryptoPkg: Fix typos in commentsGary Lin2-41/+41
2016-11-02CryptoPkg: Add PKCS5 PBKDF2 interface for password derivation.Qin Long1-0/+40
2016-11-02CryptoPkg: Add HMAC-SHA256 cipher supportQin Long1-0/+118
2016-11-02CryptoPkg: Add xxxxHashAll APIs to facilitate the digest computationQin Long1-1/+157
2016-03-05CryptoPkg: Use OpenSSL include directory directlyQin Long1-1/+0
2015-12-07CryptoPkg: remove global variable 'timeval' from OpenSslSupport.hArd Biesheuvel1-1/+1
2015-11-25[CryptoPkg] Correct one typo in the API comments.Qin Long1-1/+1
2015-11-05CryptoPkg: Add one new API (Pkcs7GetCertificatesList) for certs retrieving.Qin Long1-0/+30
2015-10-29CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handlingDavid Woodhouse1-0/+25
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-06-19CryptoPkg: Add some comments for API usage clarification.Qin Long1-1/+3
2015-06-19CryptoPkg: Add one new API for PKCS7 Verification Protocol SupportQin Long1-2/+31
2015-06-16CryptoPkg: Wrapper files updates to support openssl-1.0.2cQin Long2-1/+23
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin1-0/+27
2014-11-14CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64Laszlo Ersek1-1/+1
2014-11-12CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long1-9/+255
2012-11-22Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye12-2/+2
2012-08-02Fix several issues in BaseCryptLib:tye11-2/+3
2012-07-27Fix some typo and coding style issues in BaseCryptLib instances.tye11-3/+3
2012-07-18Add interfaces to several library instances of BaseCryptLib.tye11-15/+154
2012-03-31Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye11-9/+55
2012-03-191. Remove conducting ASSERT in BaseCryptLib.sfu52-143/+143
2011-08-16Add new interfaces to support PKCS7#7 signed data and authenticode signature....tye12-7/+147
2011-05-04CryptoPkg OpenSslSupport.h: Do not instantiate data in an include filejljusten1-4/+4
2011-04-19Patch from open source community for CryptoPkg to allow it to build for ARM u...qlong1-3/+11
2010-12-311. Add new API supports for PEM & X509 key retrieving & verification;qlong2-0/+210
2010-11-02Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.qlong1-84/+1184
2010-11-01Add CryptoPkg (from UDK2010.UP3)hhtian33-0/+1327