aboutsummaryrefslogtreecommitdiff
path: root/tests/suites/helpers.function
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Migrate to threading_helpers.hPaul Elliott1-0/+1
2023-04-26Support different types in the parameter storeGilles Peskine1-0/+1
2023-04-26Simplify parsing of integers in .datax filesGilles Peskine1-0/+2
2023-04-26Remove stdint.h substitute for older MSVCGilles Peskine1-11/+2
2023-04-26Remove declarations of the nonstandard function strcasecmpGilles Peskine1-6/+0
2023-03-13Fix build error in CI about test_fail_if_psa_leakingYanray Wang1-19/+0
2023-01-11Switch to the new code styleGilles Peskine1-41/+36
2022-12-16Move bignum helpers to their own moduleGilles Peskine1-0/+1
2022-10-13Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2Gilles Peskine1-13/+0
2022-09-30Move the definition of data_t to a header fileGilles Peskine1-7/+0
2022-09-15Include platform.h unconditionally: automatic partGilles Peskine1-13/+0
2022-05-10Fix compilation with MinGW32Cameron Cawley1-1/+4
2021-06-14Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_...Ronald Cron1-9/+0
2021-05-27Refactor optional parameter check testsRonald Cron1-9/+0
2021-05-27Remove obsolete MBEDTLS_ALLOW_PRIVATE_ACCESS from helpers function.Mateusz Starzyk1-3/+1
2021-05-21Add conditional error.h include to test helpers function.Mateusz Starzyk1-0/+3
2021-05-21Introduce MBEDTLS_PRIVATE macro.Mateusz Starzyk1-0/+2
2021-05-11Remove MBEDTLS_TEST_NULL_ENTROPY config option.Mateusz Starzyk1-5/+4
2021-04-07Merge remote-tracking branch 'origin/development' into development_newDave Rodgman1-322/+1
2021-02-22Make {USE_,}PSA_{INIT,DONE} available in all test suitesGilles Peskine1-2/+0
2021-02-11Remove Havege module.Mateusz Starzyk1-1/+0
2021-02-09Move test macros to macros.hChris Jones1-266/+0
2021-01-20Move helper testing functions to tests/src/helpers.cChris Jones1-64/+11
2021-01-06Don't call TEST_ASSERT in PSA_DONEGilles Peskine1-0/+20
2021-01-06Include psa_crypto_helpers.h in helpers.functionGilles Peskine1-0/+3
2020-10-15Fix memory allocation in ccm testsDave Rodgman1-0/+1
2020-10-06Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failedGilles Peskine1-55/+21
2020-08-31Report the first failure, not the last oneGilles Peskine1-0/+6
2020-08-21Fix bug in redirection of unit test outputsgufe441-23/+30
2020-07-02tests: Move mbedtls_param_failed() to test common codeRonald Cron1-138/+0
2020-07-02tests: Isolate mbedtls_param_failed() long jumpRonald Cron1-13/+60
2020-07-02tests: Isolate mbedtls_param_failed() call checkRonald Cron1-22/+50
2020-07-02tests: Move mbedtls_param_failed() call location recordRonald Cron1-5/+34
2020-06-12tests: Move random helper functionsRonald Cron1-141/+0
2020-06-12tests: Add random.c and random.h filesRonald Cron1-0/+1
2020-06-12tests: Move generic helper functionsRonald Cron1-144/+0
2020-06-12tests: Add helpers.c and helpers.h filesRonald Cron1-0/+1
2020-06-10tests: Move generic macros to macros.hRonald Cron1-83/+0
2020-06-10tests: Add macros.h include fileRonald Cron1-0/+2
2020-06-10tests: helpers: Update static qualifiersRonald Cron1-5/+5
2020-02-03Merge remote-tracking branch 'upstream-public/development' into developmentGilles Peskine1-3/+35
2020-01-21If ASSERT_ALLOC_WEAK fails, mark the test as skipped, not passedGilles Peskine1-5/+3
2019-11-29Change ASSERT_ALLOC to take a size in elements, not bytesGilles Peskine1-12/+13
2019-11-29New macro ASSERT_ALLOC to allocate memory in testsGilles Peskine1-3/+34
2019-11-15Merge remote-tracking branch 'myfork-public/development' into merge-crypto-de...Gilles Peskine1-2/+3
2019-09-18Give a type name to test_infoGilles Peskine1-2/+3
2019-09-11New test helper macro ASSERT_ALLOC_WEAKGilles Peskine1-0/+20
2019-09-11Report step number when a test case failsGilles Peskine1-0/+14
2019-08-08Merge branch 'psa-api-1.0-beta' into merge-psa-api-branch-into-developmentJanos Follath1-8/+0
2019-08-06Merge 'mbedtls/development' into merge-crypto-development-20190806Gilles Peskine1-3/+33