summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg: Fix wrong comment for CryptoPkgWenxing Hou2024-06-267-32/+31
* CryptoPkg: Extend TLS handshake debug outputSebastian Witt2024-06-251-3/+7
* CryptoPkg: Add SNI extension to TLS ClientHelloSebastian Witt2024-06-251-0/+18
* CryptoPkg: Fix strncpy for BaseCryptLibMbedTlsWenxing Hou2024-06-171-3/+22
* CryptoPkg: Fix BaseCryptLib CrtWrapper strncpy and strcatSebastian Witt2024-06-072-14/+64
* CryptoPkg: Fix BaseCryptLib CrtWrapper strcpySebastian Witt2024-06-071-1/+1
* CryptoPkg: Fix wrong logic in X509GetTBSCertWenxing Hou2024-06-061-2/+2
* CryptoPkg/BaseCryptLib: Enable more functions for SMM/StandaloneMMNhi Pham2024-06-031-3/+3
* CryptoPkg: Remove deprecated code related to SHA-1Shang Qingyu2024-05-312-16/+0
* CryptoPkg: Fix bug for correct return value checking when get X509CertQingyu2024-05-311-3/+3
* CryptoPkg: Add support for aes128-sha256 and aes256-sha256 cipherShang Qingyu2024-05-311-0/+11
* Add SM3 functions with openssl for MbedtlsWenxing Hou2024-05-2710-8/+1009
* CryptoPkg: Update *.inf in BaseCryptLibMbedTlsWenxing Hou2024-05-275-66/+80
* CryptoPkg: Add ImageTimestampVerify based on MbedtlsWenxing Hou2024-05-271-0/+381
* CryptoPkg: Add AuthenticodeVerify based on MbedtlsWenxing Hou2024-05-271-0/+214
* CryptoPkg: Add more RSA related functions based on MbedtlsWenxing Hou2024-05-273-0/+770
* CryptoPkg: Add Pkcs5 functions based on MbedtlsWenxing Hou2024-05-271-0/+100
* CryptoPkg: Add Pkcs7 related functions based on MbedtlsWenxing Hou2024-05-276-12/+2841
* CryptoPkg: Add X509 functions based on MbedtlsWenxing Hou2024-05-271-0/+1940
* CryptoPkg: Add Pem APIs based on MbedtlsWenxing Hou2024-05-271-0/+138
* CryptoPkg: Add rand function for BaseCryptLibMbedTlsWenxing Hou2024-05-273-0/+244
* CryptoPkg: Add AeadAesGcm based on MbedtlsWenxing Hou2024-05-271-0/+227
* CryptoPkg/Driver: add additional RSAES-OAEP crypto functionsChris Ruffin2024-04-071-0/+114
* CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functionsChris Ruffin2024-04-074-50/+937
* 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-221-0/+9
* 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: Add CryptAes functions based on Mbedtls Add CryptAes APIS.Wenxing Hou2023-10-121-0/+225
* CryptoPkg: Add MD5/SHA1/SHA2 functions based on MbedtlsWenxing Hou2023-10-124-0/+1102
* CryptoPkg: Add Null functions for building passWenxing Hou2023-10-1224-0/+4086
* CryptoPkg: Add all .inf files for BaseCryptLibMbedTlsWenxing Hou2023-10-1217-1/+1434
* CryptoPkg: Add RSA functions based on MbedtlsWenxing Hou2023-10-127-0/+821
* CryptoPkg: Add HKDF functions based on MbedtlsWenxing Hou2023-10-122-0/+564
* CryptoPkg: Add HMAC functions based on MbedtlsWenxing Hou2023-10-122-0/+1037
* 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: 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