summaryrefslogtreecommitdiff
path: root/CryptoPkg/Library/BaseCryptLib/SysCall
AgeCommit message (Expand)AuthorFilesLines
2024-09-25CrtLibSupport: add timezoneGerd Hoffmann3-1/+6
2024-09-25CrtLibSupport: add mktime()Gerd Hoffmann2-0/+26
2024-09-25CrtLibSupport: factor out EFI_TIME -> time_t calculation to new functionGerd Hoffmann1-19/+32
2024-09-25CrtLibSupport: fix gettimeofday()Gerd Hoffmann3-0/+33
2024-09-25CrtLibSupport: add sleep()Gerd Hoffmann3-0/+26
2024-06-07CryptoPkg: Fix BaseCryptLib CrtWrapper strncpy and strcatSebastian Witt1-1/+40
2024-06-07CryptoPkg: Fix BaseCryptLib CrtWrapper strcpySebastian Witt1-1/+1
2023-08-09CryptoPkg: remove strcmp to syscallYi Li1-0/+9
2023-08-09CryptoPkg/BaseCryptLib: drop BIO_* dummy functionsGerd Hoffmann2-52/+0
2022-12-03CryptoPkg/BaseCryptLib:time overflowZihong Yi1-14/+37
2022-10-24CryptoPkg/Library: Cleanup BaseCryptLib and TlsLibMichael D Kinney1-300/+0
2022-10-10CryptoPkg: Fix integer overflowYuan Yu1-2/+2
2022-09-26CryptoPkg: Fix pem heap-buffer-overflow due to BIO_snprintf()Yi Li1-1/+3
2022-04-20CryptoPkg/Crt: fix strcpy build on older VS compilersGerd Hoffmann1-2/+2
2022-04-12CryptoPkg/CrtLibSupport: fix strcpyGerd Hoffmann1-0/+10
2021-12-07CryptoPkg: Apply uncrustify changesMichael Kubacki7-315/+552
2020-10-18CryptoPkg: BaseCryptLib: Add unit tests (Host and Shell based)Matthew Carlson1-0/+93
2019-11-02CryptoPkg/Crt: import "inet_pton.c" (CVE-2019-14553)Laszlo Ersek1-0/+257
2019-11-02CryptoPkg/Crt: turn strchr() into a function (CVE-2019-14553)Laszlo Ersek1-0/+5
2019-04-09CryptoPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney5-35/+5
2019-02-11CryptoPkg: Fix various typosAntoine Coeur1-2/+2
2018-10-31CryptoPkg/BaseCryptLib: Fix potential integer overflow issue.Long Qin1-1/+13
2018-06-28CryptoPkg: Clean up source filesLiming Gao1-6/+6
2018-05-08CryptoPkg/CrtLibSupport: add secure_getenv() stub functionLaszlo Ersek1-0/+13
2018-01-22CryptoPkg/BaseCryptLib: Add error handling for time() wrapperLong Qin1-5/+9
2017-11-06CryptoPkg/BaseCryptLib: Fix buffer overflow issue in realloc wrapperLong Qin1-7/+76
2017-04-07CryptoPkg/BaseCryptLib: Adding NULL checking in time() wrapper.Qin Long1-2/+4
2017-03-29CryptoPkg: Clean-up CRT Library Wrapper.Qin Long6-154/+103
2017-03-06CryptoPkg: Refine type cast for pointer subtractionHao Wu1-3/+3
2016-12-22CryptoPkg: Enable ssl build in OpensslLib directlyJiaxin Wu1-0/+10
2016-07-11CryptoPkg: Fix typos in commentsGiri P Mudusuru1-2/+2
2016-03-15CryptoPkg: Fix the potential system hang issueJiaxin Wu1-12/+17
2016-02-25CryptoPkg: RuntimeCryptLib: support realloc(NULL, size)Laszlo Ersek1-0/+4
2016-02-25CryptoPkg: RuntimeCryptLib: support free(NULL)Laszlo Ersek1-1/+7
2016-02-25CryptoPkg: BaseCryptLib: support free(NULL)Laszlo Ersek1-1/+7
2016-01-26CryptoPkg: Fix function qsort for non 32-bit machinesKaryne Mayer1-2/+2
2015-12-07CryptoPkg/BaseCryptLib: make mVirtualAddressChangeEvent STATICArd Biesheuvel1-1/+1
2014-11-12CryptoPkg Updates to support RFC3161 timestamp signature verification. Qin Long10-748/+0
2013-11-19Fixed one typo in MathRShiftU64.S stub implementation; Add one digest algorit...Long, Qin1-2/+2
2013-07-17Per gmtime manpage, tm_mon is the number of months since January Gary Ching-Pang Lin1-3/+3
2012-07-27Fix some typo and coding style issues in BaseCryptLib instances.tye12-5/+5
2012-06-01Fix SmmCryptLib issue when calling time() in RealTimeClock.ctye12-286/+41
2011-08-16Add new interfaces to support PKCS7#7 signed data and authenticode signature....tye14-7/+137
2011-05-04CryptoPkg SysCall Lib: Fix warning with GCC in CrtWrapper.cjljusten1-0/+31
2011-05-04CryptoPkg OpenSslSupport.h: Do not instantiate data in an include filejljusten1-1/+5
2011-04-19Patch from open source community for CryptoPkg to allow it to build for ARM u...qlong1-0/+112
2010-12-311. Add new API supports for PEM & X509 key retrieving & verification;qlong1-0/+5
2010-11-261. enable /GL optimization building on OpensslLib.vanjeff1-0/+14
2010-11-02Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.qlong2-59/+222
2010-11-01Add CryptoPkg (from UDK2010.UP3)hhtian16-0/+1724