aboutsummaryrefslogtreecommitdiff
path: root/tests/src/helpers.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-20Move helper testing functions to tests/src/helpers.cChris Jones1-0/+29
2020-10-06Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failedGilles Peskine1-0/+85
2020-09-25Rework mbedtls_test_param_failed_get_state_buf()Ronald Cron1-1/+1
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti1-3/+1
2020-07-02tests: Move mbedtls_param_failed() to test common codeRonald Cron1-0/+85
2020-06-26Rework mbedtls_test_unhexify()Ronald Cron1-27/+38
2020-06-16Add Apache-2.0 headers to all source filesBence Szépkúti1-1/+2
2020-06-12tests: Add mbedtls_test_ prefix to hexcmp()Ronald Cron1-1/+2
2020-06-12tests: Add mbedtls_test_ prefix to unhexify_alloc()Ronald Cron1-1/+1
2020-06-12tests: Add mbedtls_test_ prefix to zero_alloc()Ronald Cron1-2/+2
2020-06-12tests: Add mbedtls_test_ prefix to *hexify functionsRonald Cron1-3/+5
2020-06-12tests: Add mbedtls_test_ prefix to platform_* functionsRonald Cron1-2/+2
2020-06-12tests: Move generic helper functionsRonald Cron1-0/+129
2020-06-12tests: Add helpers.c and helpers.h filesRonald Cron1-0/+19