- 3daaea8 Changing the places of the mbedtls_test_hook_test_fail callback declaration by TRodziewicz · 4 years ago
- 12c7741 Removing unneded extern declaration of a callback and including common.h where the cb is needed by TRodziewicz · 4 years, 1 month ago
- 829fe70 Correction to callback declaration and usage by TRodziewicz · 4 years, 1 month ago
- 7871c2e Adding new macro for tests failing by TRodziewicz · 4 years, 1 month ago
- d9be652 Corrections to the new functions names and error message wording by TRodziewicz · 4 years, 1 month ago
- 053b99b Re-introduction of key slot chekcs by TRodziewicz · 4 years, 1 month ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
- 2d0769d Simplification of the tests by TRodziewicz · 4 years, 2 months ago
- 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 2 months ago
- 2c09c9b Introduce MBEDTLS_PRIVATE macro. by Mateusz Starzyk · 4 years, 3 months ago
- 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
- 759e30b Add MBEDTLS_ERROR_C dependency to invasive error code testing by Chris Jones · 4 years, 6 months ago
- ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
- 808b7c8 Fix building with `MBEDTLS_TEST_HOOKS` enabled by Chris Jones · 4 years, 7 months ago
- 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
- 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
- 5a7702e Fix some C function documentation in the test framework by Gilles Peskine · 4 years, 5 months ago
- 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
- 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
- 1be34da Remove redundant `test_info` assignment by Chris Jones · 4 years, 7 months ago
- 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 8 months ago
- ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 579fd28 tests: Isolate mbedtls_param_failed() long jump by Ronald Cron · 5 years ago
- 4e66587 tests: Move mbedtls_param_failed() call location record by Ronald Cron · 5 years ago
- d335f2b Merge pull request #3421 from niacat/posix_c_source by Manuel Pégourié-Gonnard · 5 years ago
- e9c09f1 tests: Add mbedtls_test_ prefix to platform_* functions by Ronald Cron · 5 years ago
- 1c0c837 Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99. by nia · 5 years ago
- d9f6949 Merge pull request #3190 from gilles-peskine-arm/config-full-clarify-development by Gilles Peskine · 5 years ago
- 31f88a2 Strict C99: make sure that fileno() is declared by Gilles Peskine · 5 years ago
- b72df54 Merge pull request #2840 from k-stachowiak/check-bounds-of-test-intex-in-suites by Gilles Peskine · 5 years ago
- 2ff02c3 Document MBEDTLS_TEST_DEPRECATED by Gilles Peskine · 6 years ago
- 841b14b Add tests of deprecated PSA macros by Gilles Peskine · 6 years ago
- 03954f2 Make negative function_id value impossible in test suites by k-stachowiak · 6 years ago
- e69d015 Add TEST_ASSUME macro to allow skipping tests at runtime by Hanno Becker · 6 years ago
- 3ea2687 psa: Initialize crypto in tests that need to by Jaeden Amero · 6 years ago
- c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
- 1cfc5dd Initialize PSA Crypto implementation at the start of each test suite by Hanno Becker · 7 years ago
- 5cb7017 Less obscure test suites template by Mohammad Azim Khan · 7 years ago
- d2d0112 Style fixes by Mohammad Azim Khan · 7 years ago
- b73159d Remove white spaces caught by check-files.py by Mohammad Azim Khan · 7 years ago
- b1c2d0f Use switch instead if if-else for dependency and expression checks. by Azim Khan · 8 years ago
- 13c6bfb Gaurd test suite headers with suite dependency by Azim Khan · 8 years ago
- 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 8 years ago
- 191e904 Replace old template and code generator with new ones. Keep names by Azim Khan · 8 years ago
- ba91994 Merge remote-tracking branch 'public/pr/1604' into development by Simon Butcher · 7 years ago
- 11999bb Fix minor code style issues by Darryl Green · 7 years ago
- 0b3f00c Avoid -Wformat-truncation warning on gcc7 by Mohammad Azim Khan · 7 years ago
- f13ca95 Test suites: print error on failed platform_setup by Andrzej Kurek · 7 years ago
- a282270 Add explicit checks for non-zero result of platform setup in test suites by Andrzej Kurek · 7 years ago
- 32a675f Add conditional platform context creation & usage by Andrzej Kurek · 7 years ago
- 1152fa8 Add platform setup and teardown calls to test suites by Andrzej Kurek · 7 years ago
- 4daffe2 Merge branch 'pr_1025' into development by Gilles Peskine · 8 years ago
- 3f50f51 Ensure failed test_suite output is sent to stdout by Andres Amaya Garcia · 8 years ago
- 964faeb Cleaned up get_line for test data files by Gilles Peskine · 8 years ago
- b04e2c3 Allow comments in test data files by Gilles Peskine · 8 years ago
- 75efa79 Adapt generic test suite file to coding standard by Hanno Becker · 8 years ago
- 910f662 Increase readability of verbose test suite output by Hanno Becker · 8 years ago
- ea67eeb Remove unused var warnings in windows unittests by Andres AG · 9 years ago
- e019296 Fix stdio redirection memory leak in test suites by Simon Butcher · 9 years ago
- 8ca53b5 Fix minor style issues in test framework by Janos Follath · 9 years ago
- 2573136 Fix to test output in test suites by Simon Butcher · 9 years ago
- 65b1fa6 Fixes warnings found by Clang static analyser by Simon Butcher · 9 years ago
- 774180e Fix memory-leak in verbose test framework in case of unexpected input by Paul Bakker · 9 years ago
- 26b60bf Fox verbose test framework not to duplicate strings if not verbose by Paul Bakker · 9 years ago
- a30a72f Fix verbose test framework mote to use unmet_dep_count for index by Paul Bakker · 9 years ago
- 1594210 Adds better support to debug generated code by SimonB · 9 years ago
- 55abc21 Fix ci break in builds without platform.h by Janos Follath · 9 years ago
- 8ca7bc4 Adds verbose mode to the test suites by SimonB · 9 years ago
- 0269dad Refactored test suite template code by SimonB · 9 years ago
- 152ea18 Added support for per test suite helper functions by SimonB · 9 years ago
- aad787f Parameterised the test suite applications by Simon Butcher · 10 years ago
- 4b00f08 Fix snprintf test by Manuel Pégourié-Gonnard · 10 years ago
- e91e21c Simplify code in test suites by Manuel Pégourié-Gonnard · 10 years ago
- 7b6dcbe Add tests for snprintf by Manuel Pégourié-Gonnard · 10 years ago
- d14acbc Test assumptions we make about the platform by Manuel Pégourié-Gonnard · 10 years ago
- 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- 012acfc modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
- 3d62e72 fix bug introduced by the addition of snprintf and assert macro which caused tests to fail without polarssl_platform_c defined by Rich Evans · 11 years ago
- 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
- 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
- 3d536ba fix main_test.function to use polarssl (f)printf functions by Rich Evans · 11 years ago
- 0ac1d2d Fix error while removing memory.h usage by Manuel Pégourié-Gonnard · 11 years ago
- 765bb31 Add test_suite_memory_buffer_alloc by Manuel Pégourié-Gonnard · 11 years ago
- 318d0fe Auto add 'exit' label in every test function. Failed assert now goes there by Paul Bakker · 11 years ago
- 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
- 725afd8 Fix the 'error' test suite by Manuel Pégourié-Gonnard · 12 years ago
- 2d5f142 Fix warning in main_test by Manuel Pégourié-Gonnard · 12 years ago
- 8fc30b1 Various const fixes by Paul Bakker · 12 years ago
- 1337aff Buffer allocator threading support by Paul Bakker · 12 years ago
- de56ca1 The suite specific header should only be used when the suite is active by Paul Bakker · 12 years ago
- bb20f4b Failing TEST_ASSERT now breaks off test by Paul Bakker · 12 years ago
- b34fef2 Suite dependencies handled correctly now by Paul Bakker · 12 years ago
- 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
- 55a7e90 Enhanced test output presentation by Paul Bakker · 12 years ago
- 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 12 years ago