aboutsummaryrefslogtreecommitdiff
path: root/tests/src/helpers.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Invert and rename config optionDavid Horstmann1-2/+2
2024-03-12Merge branch 'development' into buffer-sharing-mergeDavid Horstmann1-64/+403
2024-02-24Improve documentation / commentsPaul Elliott1-9/+8
2024-02-15Fix missing mutex lock for mutex usage errorPaul Elliott1-1/+13
2024-02-15Rename internal test info data accessorsPaul Elliott1-20/+30
2024-02-14Make internal test info accessor functions static.Paul Elliott1-5/+5
2024-02-13Fix deadlock with test failuresPaul Elliott1-7/+15
2024-02-06Fix missed case for removing accessorPaul Elliott1-1/+1
2024-02-02Restore mutex lock for mbedtls_test_set_step()Paul Elliott1-2/+15
2024-02-01Fix accidental copy paste mistakePaul Elliott1-1/+1
2024-01-31Fix code style issuesPaul Elliott1-4/+4
2024-01-30Fix race condition with test comparison functionsPaul Elliott1-78/+107
2024-01-19Access the test data mutex via accessorPaul Elliott1-1/+9
2024-01-19Make test data static now it has accessorsPaul Elliott1-1/+1
2024-01-09Protect test info access with mutexPaul Elliott1-16/+186
2024-01-09Move bignum flag for negative zero into test_infoPaul Elliott1-5/+20
2024-01-05Use mbedtls_test_info accessors internally as wellPaul Elliott1-36/+58
2024-01-05Add accessor helpers for mbedtls_test_infoPaul Elliott1-0/+55
2023-12-20Only poison memory when buffer copying is enabledDavid Horstmann1-0/+2
2023-12-18Add extra MBEDTLS_PSA_CRYPTO_C guard for headerDavid Horstmann1-1/+1
2023-12-15Improve guards around memory poisoning setupDavid Horstmann1-2/+4
2023-12-14Move test hook setup and teardown to helpers.cDavid Horstmann1-0/+12
2023-11-02update headersDave Rodgman1-13/+1
2023-04-28MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running testsGilles Peskine1-0/+18
2023-01-11Switch to the new code styleGilles Peskine1-163/+158
2022-12-16Move bignum helpers to their own moduleGilles Peskine1-84/+3
2022-11-15Support negative zero as MPI test inputGilles Peskine1-2/+26
2022-11-09Forbid empty mpi_core in test dataGilles Peskine1-1/+5
2022-10-10mbedtls_test_read_mpi_core: allow odd number of hex digitsGilles Peskine1-3/+30
2022-10-05Readability improvementGilles Peskine1-1/+1
2022-09-30New function mbedtls_test_read_mpi_coreGilles Peskine1-0/+18
2022-09-30Allow test assertions on constant-flow scalar dataGilles Peskine1-0/+13
2022-08-01Remove radix arg from mbedtls_test_read_mpiWerner Lewis1-2/+2
2022-05-16New test helper macros TEST_LE_U, TEST_LE_SGilles Peskine1-0/+46
2021-10-19Show values when TEST_EQUAL failsGilles Peskine1-0/+25
2021-06-22New test helper mbedtls_test_read_mpiGilles Peskine1-0/+15
2021-05-27Simplification of the testsTRodziewicz1-9/+0
2021-05-27Refactor optional parameter check testsRonald Cron1-73/+3
2021-04-26Clarify case when high level error code is incorrectChris Jones1-1/+1
2021-04-23Change "high level error" to "high level module ID"Chris Jones1-2/+3
2021-04-22Improve documentation for error code checkingChris Jones1-4/+16
2021-04-13Improve and fix documentation for error code combinationChris Jones1-2/+2
2021-04-13Add exception in check when high error code == 0Chris Jones1-1/+1
2021-04-13Improve mbedtls_test_err_add_check documentationChris Jones1-7/+21
2021-04-13Make mbedtls_test_err_add_check fail testsChris Jones1-15/+7
2021-04-13Expand error addition checksChris Jones1-3/+27
2021-04-13Fix error code combination checkChris Jones1-1/+1
2021-04-13Add macro for error code additionChris Jones1-0/+13
2021-02-02Remove direct writing to `test_info` from `*.function`Chris Jones1-5/+14
2021-01-20Add `mbedtls_` prefix to all public names in `helpers.h`Chris Jones1-11/+11