summaryrefslogtreecommitdiffstats
path: root/CryptoPkg
Commit message (Expand)AuthorAgeFilesLines
* Add SM3 functions with openssl for MbedtlsWenxing Hou10 days11-8/+1010
* CryptoPkg: Update *.inf in BaseCryptLibMbedTlsWenxing Hou10 days5-66/+80
* CryptoPkg: Add ImageTimestampVerify based on MbedtlsWenxing Hou10 days1-0/+381
* CryptoPkg: Add AuthenticodeVerify based on MbedtlsWenxing Hou10 days1-0/+214
* CryptoPkg: Add more RSA related functions based on MbedtlsWenxing Hou10 days3-0/+770
* CryptoPkg: Add Pkcs5 functions based on MbedtlsWenxing Hou10 days1-0/+100
* CryptoPkg: Add Pkcs7 related functions based on MbedtlsWenxing Hou10 days7-12/+2843
* CryptoPkg: Add X509 functions based on MbedtlsWenxing Hou10 days1-0/+1940
* CryptoPkg: Add Pem APIs based on MbedtlsWenxing Hou10 days1-0/+138
* CryptoPkg: Add rand function for BaseCryptLibMbedTlsWenxing Hou10 days4-0/+246
* CryptoPkg: Add AeadAesGcm based on MbedtlsWenxing Hou10 days1-0/+227
* CryptoPkg/BaseCryptLibUnitTest: add unit test functionsChris Ruffin2024-04-071-71/+687
* CryptoPkg/Driver: add additional RSAES-OAEP crypto functionsChris Ruffin2024-04-074-2/+355
* CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functionsChris Ruffin2024-04-075-50/+1054
* CryptoPkg: Remove interdependence for RsaPssVerifyHou, Wenxing2024-04-011-63/+11
* CryptoPkg: Update Md5/Sha1/Sha2 by using new mbedtls apiHou, Wenxing2024-04-014-24/+20
* CryptoPkg: Update OPTIONAL location for BaseCryptLibMbedTlsHou, Wenxing2024-04-012-8/+4
* CryptoPkg: Add dummy inttypes header to fix clang buildHou, Wenxing2024-01-222-0/+10
* CryptoPkg: Fix redefinition error of int definesHou, Wenxing2024-01-102-15/+19
* CryptoPkg: fix gcc build fail for CryptoPkgMbedtlsHou, Wenxing2024-01-081-1/+1
* CryptoPkg: move define to CrtLibSupportHou, Wenxing2024-01-042-10/+15
* CryptoPkg: CI: Add PrEval entryJoey Vagedes2023-10-231-0/+3
* CryptoPkg: Add CryptAes functions based on Mbedtls Add CryptAes APIS.Wenxing Hou2023-10-121-0/+225
* CryptoPkg: Add basic Readme for BaseCryptLibMbedTlsWenxing Hou2023-10-121-5/+11
* CryptoPkg: Add Mbedtls submodule in CIWenxing Hou2023-10-124-2/+33
* CryptoPkg: Add MD5/SHA1/SHA2 functions based on MbedtlsWenxing Hou2023-10-125-5/+1130
* CryptoPkg: Add Null functions for building passWenxing Hou2023-10-1224-0/+4086
* CryptoPkg: Add all .inf files for BaseCryptLibMbedTlsWenxing Hou2023-10-1219-1/+1718
* CryptoPkg: Add RSA functions based on MbedtlsWenxing Hou2023-10-128-0/+831
* CryptoPkg: Add HKDF functions based on MbedtlsWenxing Hou2023-10-122-0/+564
* CryptoPkg: Add HMAC functions based on MbedtlsWenxing Hou2023-10-123-13/+1084
* CryptoPkg: Add mbedtls_config and MbedTlsLib.infWenxing Hou2023-10-125-0/+4760
* CryptoPkg: Add mbedtls submodule for EDKIIWenxing Hou2023-10-121-0/+0
* CryptoPkg/TlsLib: fix tls cipher configurationGerd Hoffmann2023-10-081-128/+36
* CryptoPkg/BaseCryptLib: add sha384 and sha512 to ImageTimestampVerifySheng Wei2023-09-071-1/+2
* CryptoPkg: remove BN and EC accel for size optimizationYi Li2023-08-093-54/+27
* CryptoPkg/openssl: update CI config for openssl 3.0Gerd Hoffmann2023-08-091-11/+43
* CryptoPkg: remove strcmp to syscallYi Li2023-08-092-9/+9
* CryptoPkg: run configure.py to update all generated filesYi Li2023-08-09122-4/+240260
* CryptoPkg: add more dummy implement of openssl for size optimizationYi Li2023-08-099-0/+1351
* CryptoPkg: add implemention of _ftol2_sse() to avoid build errorYi Li2023-08-091-0/+12
* CryptoPkg: add define of maximum unsigned size_tYi Li2023-08-091-0/+1
* CryptoPkg: add missing gcc instructionsYi Li2023-08-095-1/+97
* CryptoPkg: Enable memcpy sys call in RISCV64 buildYi Li2023-08-091-0/+2
* CryptoPkg: Align with 4096 when build with OpensslFullAccelYi Li2023-08-091-6/+6
* CryptoPkg/TlsLib: use unsigned long for ErrorCodeGerd Hoffmann2023-08-092-2/+4
* CryptoPkg: disable C4133 warning in openssl librariesYi Li2023-08-095-10/+15
* CryptoPkg: Add instrinsics to support building openssl3 on IA32 windowsYi Li2023-08-095-0/+711
* CryptoPkg: adapt 3.0 change in SslNull.cYi Li2023-08-091-3/+3
* CryptoPkg: use UEFI provider as defaultYi Li2023-08-096-0/+333