summaryrefslogtreecommitdiff
path: root/CryptoPkg/Include
AgeCommit message (Expand)Author
2019-11-02CryptoPkg/TlsLib: Add the new API "TlsSetVerifyHost" (CVE-2019-14553)Wu, Jiaxin
2019-08-19CryptoPkg: Fix coding styleShenglei Zhang
2019-08-09CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithmGary West
2019-06-08CryptoPkg/BaseCryptLib: Wrap OpenSSL SM3 algorithmLu, XiaoyuX
2019-04-18CryptoPkg/BaseCryptLib.h: Add PKCS1v2 (RSAES-OAEP) support.Bret Barkelew
2019-04-18CryptoPkg/BaseCryptLib.h: Add new API VerifyEKUsInPkcs7SignatureBret Barkelew
2019-04-18CryptoPkg/BaseCryptLib.h: Add new API to get organization nameBret Barkelew
2019-04-09CryptoPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney
2018-09-25CryptoPkg: Removing ipf which is no longer supported from edk2.Chen A Chen
2018-06-28CryptoPkg: Clean up source filesLiming Gao
2018-06-05CryptoPkg: Remove deprecated function usage in X509GetCommonName()Long Qin
2018-04-13CryptoPkg/TlsLib: rewrite TlsSetCipherList()Laszlo Ersek
2017-12-22CryptoPkg/TlsLib: Add some parameter check and clarification.Jiaxin Wu
2017-11-24CryptoPkg/TlsLib: Change the return type of TlsInitialize().Jiaxin Wu
2017-11-07CryptoPkg/BaseCryptLib: Add C-structure to matching certificate stackchenc2
2017-11-06CryptoPkg/BaseCryptLib: Fix mismatched memory allocation/freeLong Qin
2017-09-25CryptoPkg: Add new API to retrieve commonName of X.509 certificateQin Long
2017-04-14CryptoPkg: Correct some minor issues in function commentsLong Qin
2017-04-07CryptoPkg: Move openssl and CRT headers to private include sectionLong Qin
2017-04-06CryptoPkg: Convert files to CRLF line endingHao Wu
2017-03-29CryptoPkg: Update HMAC Wrapper with opaque HMAC_CTX object.Qin Long
2017-03-29CryptoPkg: Clean-up CRT Library Wrapper.Qin Long
2017-03-29CryptoPkg: Fix handling of &strcmp function pointersQin Long
2017-03-29CryptoPkg/OpensslLib: Update INF files to support OpenSSL-1.1.0x buildQin Long
2016-12-22CryptoPkg: Add new TlsLib libraryJiaxin Wu
2016-12-22CryptoPkg: Enable ssl build in OpensslLib directlyJiaxin Wu
2016-11-11CryptoPkg/BaseCryptLib: Make comments consistent with the functionDandan Bi
2016-11-07CryptoPkg: Fix typos in commentsGary Lin
2016-11-02CryptoPkg: Add PKCS5 PBKDF2 interface for password derivation.Qin Long
2016-11-02CryptoPkg: Add HMAC-SHA256 cipher supportQin Long
2016-11-02CryptoPkg: Add xxxxHashAll APIs to facilitate the digest computationQin Long
2016-03-05CryptoPkg: Use OpenSSL include directory directlyQin Long
2015-12-07CryptoPkg: remove global variable 'timeval' from OpenSslSupport.hArd Biesheuvel
2015-11-25[CryptoPkg] Correct one typo in the API comments.Qin Long
2015-11-05CryptoPkg: Add one new API (Pkcs7GetCertificatesList) for certs retrieving.Qin Long
2015-10-29CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handlingDavid Woodhouse
2015-09-02CryptoPkg: 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-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: Wrapper files updates to support openssl-1.0.2cQin Long
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin
2014-11-14CryptoPkg: OpenSslSupport.h: edk2-ize offsetof() macro for gcc-4.8 / X64Laszlo Ersek
2014-11-12CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long
2012-11-22Fix issue that RsaPkcs1Verify() may not work in PEI phase.tye1
2012-08-02Fix several issues in BaseCryptLib:tye1
2012-07-27Fix some typo and coding style issues in BaseCryptLib instances.tye1
2012-07-18Add interfaces to several library instances of BaseCryptLib.tye1
2012-03-31Add two new interfaces Pkcs7GetSigners and Pkcs7FreeSigners to BaseCryptLib.tye1
2012-03-191. Remove conducting ASSERT in BaseCryptLib.sfu5