aboutsummaryrefslogtreecommitdiff
path: root/programs/Makefile
AgeCommit message (Expand)AuthorFilesLines
26 hoursAdjust build systemsRonald Cron1-1/+1
2024-06-13Adjust build systemsRonald Cron1-2/+2
2024-03-12Merge branch 'development' into buffer-sharing-mergeDavid Horstmann1-1/+1
2024-01-26Merge remote-tracking branch 'restricted/development-restricted' into update-...Dave Rodgman1-0/+3
2024-01-24Fix Make issues with Everest enabledPaul Elliott1-1/+1
2024-01-15Disable PSA wrappers psa_collect_statuses buildsGilles Peskine1-0/+4
2024-01-02Unify MBEDTLS_TEST_OBJSGilles Peskine1-4/+0
2024-01-02Minor readability improvementGilles Peskine1-4/+4
2024-01-02Finish unifying LOCAL_CFLAGSGilles Peskine1-1/+0
2023-12-22Unify some common rules of programs/Makefile and tests/MakefileGilles Peskine1-10/+0
2023-12-22Unify common variables of programs/Makefile and tests/MakefileGilles Peskine1-45/+0
2023-12-22Create common.make with LOCAL_CFLAGS and friendsGilles Peskine1-14/+1
2023-12-22Partly unify LOCAL_CFLAGSGilles Peskine1-1/+1
2023-12-22Unify treatment of MBEDTLS_TEST_OBJSGilles Peskine1-2/+4
2023-12-22Indent nested conditionalsGilles Peskine1-10/+11
2023-12-18Improve make pthread linking mechanismPaul Elliott1-1/+1
2023-11-06programs/test/metatest indirectly includes library/common.hGilles Peskine1-1/+1
2023-11-06Add a metatest programGilles Peskine1-0/+5
2023-10-13Merge pull request #7942 from tom-daubney-arm/psa_crypto_example_hashGilles Peskine1-0/+5
2023-09-25Fix for building programs with mingwSimon Butcher1-1/+1
2023-09-09Move comment to its intended locationGilles Peskine1-2/+0
2023-09-08Allow turning off re-generation of files with makeGilles Peskine1-7/+17
2023-07-18Add example program for PSA hashHannes Tschofenig1-0/+5
2023-02-23Test the PSA alternative header configuration macrosGilles Peskine1-0/+5
2022-02-09Merge pull request #5436 from mpg/prog-hmac-cipher-psaManuel Pégourié-Gonnard1-7/+27
2022-02-01Avoid duplicate program namesManuel Pégourié-Gonnard1-8/+8
2022-02-01Move aead_non_psa out of the psa/ directoryManuel Pégourié-Gonnard1-9/+9
2022-01-31Move hmac_non_psa out of psa/ directoryManuel Pégourié-Gonnard1-12/+12
2022-01-28Split aead_cipher_psaManuel Pégourié-Gonnard1-4/+9
2022-01-27Split hmac_md_psa.cManuel Pégourié-Gonnard1-4/+9
2022-01-14Add example program psa/aead_cipher_psaManuel Pégourié-Gonnard1-0/+5
2022-01-07Add example program psa/hmac_md_psaManuel Pégourié-Gonnard1-4/+9
2021-11-10Don't build dlopen when building for WindowsGilles Peskine1-2/+14
2021-11-10Only link with libdl on LinuxGilles Peskine1-1/+7
2021-11-10New test app for dynamic loading of libmbed* with dlopenGilles Peskine1-0/+14
2021-10-25New sample program to benchmark certificate loadingGilles Peskine1-0/+5
2021-09-02Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0Gilles Peskine1-1/+6
2021-07-13Use python3 when building on non-Windows for WindowsGilles Peskine1-1/+5
2021-07-12Generate cpp_cummy_build.cpp dynamicallyGilles Peskine1-1/+6
2021-06-28Rename config.h to mbedtls_config.hBence Szépkúti1-4/+4
2021-05-20Don't require make to generate visualc filesGilles Peskine1-55/+62
2021-05-20Don't make configuration-independent files depend on config.hGilles Peskine1-1/+6
2021-05-17Makefile targets for automatically generated filesGilles Peskine1-0/+28
2021-04-30Merge pull request #4437 from gilles-peskine-arm/aes2crypt-removal-2.xGilles Peskine1-5/+0
2021-04-28Remove the sample program aescrypt2Gilles Peskine1-5/+0
2021-04-21Remove PKCS#11 library wrapper.Mateusz Starzyk1-1/+0
2021-04-15Merge branch 'development_3.0' into drop_old_tls_optionsMateusz Starzyk1-4/+4
2021-04-07Merge remote-tracking branch 'origin/development' into development_newDave Rodgman1-3/+3
2021-03-29Add a compile-time dependency to psa_constant_names_generated.cGilles Peskine1-1/+1
2021-03-16Remove certs module from mbedtls.Mateusz Starzyk1-1/+1