summaryrefslogtreecommitdiff
path: root/Cryptlib
AgeCommit message (Expand)Author
2025-02-05Optionally enabling codesign EKU check in compiling time.Dennis Tseng
2025-02-05Implement the CodeSign EKU check to fulfill the requirements of NIAP OS_PP.Gary Lin
2024-12-17Suppress some warnings even harder in Cryptlib and OpenSSL.Peter Jones
2023-06-21Use -Wno-unused-but-set-variable for Cryptlib and OpenSSLPeter Jones
2023-01-27CryptoPkg/BaseCryptLib: Fix buffer overflow issue in realloc wrapperLong Qin
2022-11-15CryptoPkg/BaseCryptLib: fix NULL dereferenceJian J Wang
2021-09-07Make CopyMem() work with EFI's declarationPeter Jones
2021-03-12More va_* workPeter Jones
2021-03-12openssl: nerf some -W flags for clang.Peter Jones
2021-03-10make: use -Wextra (minus some obnoxious bits)Peter Jones
2021-03-10openssl: fix various build errors and warningsPaul Moore
2021-03-10Fix stdarg to work the same everywhere.Peter Jones
2021-03-10Consolidate most of our standard lib functions to libPeter Jones
2021-03-10Fix Cryptlib's va_* definitions.Peter Jones
2021-03-10Restructure our includes.Peter Jones
2021-03-09Cryptlib: make some Str*() args const.Peter Jones
2021-03-09More minor makefile cleanupsPeter Jones
2021-03-09static analysis: make our build targets work betterPeter Jones
2021-03-09Minor OpenSSL fixesPeter Jones
2021-03-09Re-organize a bunch of CFLAGS-related makefile bitsPeter Jones
2021-02-16Use gcc -Os instead of -O0.Peter Jones
2020-07-23Make openssl accept the right set of KU/EKUsPeter Jones
2020-07-23Use portable shebangs: /bin/bash -> /usr/bin/env bashBjørn Forsman
2020-07-23Cryptlib: fix build on 32bit ARMPeter Korsgaard
2018-03-15Work around clang bugs for scan-build.Peter Jones
2018-03-12CryptLib: Add the AsciiStrCpy() decl.Peter Jones
2018-03-12Move includes around to clean the source tree up a bit.Peter Jones
2018-03-06Add -m64 compiler flag to allow cross-compiling to 64-bit version on 32-bit s...Tamas K Lengyel
2018-02-28Cryptlib: replace CryptPem with CryptPemNullGary Lin
2017-12-19Don't let openssl() try to call an external abort()Peter Jones
2017-09-08Work around some annoying compiler grievancesPeter Jones
2017-09-08Some things went weird with the openssl revert...Peter Jones
2017-09-08Cryptlib: remove DESGary Lin
2017-09-08Cryptlib: Remove MD4Gary Lin
2017-09-08Cryptlib: amend the headers and fix signnessGary Lin
2017-08-31Cryptlib: implement strcmp() and strcasecmp()Gary Lin
2017-08-31Cryptlib: Include stddef.h in CrtLibSupport.hGary Lin
2017-08-31Revert lots of Cryptlib updates.Peter Jones
2017-08-31Fix a missing OpenSSL error message pointPeter Jones
2017-08-11Fix openssl compile flags for x86_64Peter Jones
2017-07-24Make it possible to build in a subdirectory.Peter Jones
2017-04-11Cryptlib: replace CryptPem with the Null versionGary Lin
2017-04-11Cryptlib: remove DESGary Lin
2017-04-11Cryptlib: Remove MD4Gary Lin
2017-04-11Cryptlib: implement strcmp() and strcasecmp()Gary Lin
2017-04-11Cryptlib: amend the headers and fix signnessGary Lin
2017-04-11Cryptlib: Include stddef.h in CrtLibSupport.hGary Lin
2017-04-11Cryptlib/OpenSSL: update to openssl 1.1.0eGary Lin
2017-04-11Cryptlib/OpenSSL: Update the script to copy the new openssl filesGary Lin
2017-04-11Cryptlib: Update to the latest edk2 commitGary Lin