1. bbc4b8d New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  2. 5f45bd2 New macros TEST_EQUAL, ASSERT_ALLOC, ASSERT_ALLOC_WEAK by Gilles Peskine · 4 years, 2 months ago
  3. ed9f798 Fix typo in documentation by Gilles Peskine · 4 years, 6 months ago
  4. 7ba73e5 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  5. 7252ec3 Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
  6. cd2e248 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  7. c071373 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  8. e944cac Merge pull request #3529 from ronald-cron-arm/common-mbedtls_param_failed-2.16 by Gilles Peskine · 4 years, 10 months ago
  9. ad5c5a2 Merge pull request #3626 from gilles-peskine-arm/test-fail-report-first-2.16 by Gilles Peskine · 5 years ago
  10. dfb5cff Report the first failure, not the last one by Gilles Peskine · 5 years ago
  11. f082847 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  12. f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  13. 14cb46d Merge pull request #3598 from makise-homura/mbedtls-2.16 by Gilles Peskine · 5 years ago
  14. d69edda Merge pull request #3601 from gufe44/helpers-redirect-restore-output-2.16 by Gilles Peskine · 5 years ago
  15. 650ce76 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  16. 50f6a19 Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  17. 3fa7c64 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  18. 8e8898d tests: Replace "TEST_ASSERT(!memcmp ...)" by ASSERT_COMPARE by Ronald Cron · 5 years ago
  19. d239794 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  20. a237722 Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  21. a0c9ff3 tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  22. 07c83f2 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  23. d3369f6 Add TEST_ASSUME macro to allow skipping tests at runtime by Hanno Becker · 6 years ago
  24. 5ecbd14 Merge remote-tracking branch 'origin/pr/2701' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  25. f580d43 Merge remote-tracking branch 'origin/pr/2053' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  26. 137d31b Make test suites compatible with #include <assert.h> by Gilles Peskine · 6 years ago
  27. 4d60477 Merge remote-tracking branch 'public/pr/2232' into mbedtls-2.16 by Simon Butcher · 7 years ago
  28. ecff219 Change file scoping of test helpers.function by Simon Butcher · 7 years ago
  29. 8ffc92a Add parameter validation for the GCM module by k-stachowiak · 7 years ago
  30. e7306d3 Improve some documentation and ChangeLog entry by Manuel Pégourié-Gonnard · 7 years ago
  31. 54e7f31 Make TEST_VALID_PARAM() available unconditionally by Manuel Pégourié-Gonnard · 7 years ago
  32. aae10fa Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  33. cd2b29c Improve wording in documentation and ChangeLog by Manuel Pégourié-Gonnard · 7 years ago
  34. 9b8ea89 Fix a few style / whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  35. acfdc62 Fix test macro that was too lenient by Manuel Pégourié-Gonnard · 7 years ago
  36. 44c5d58 Document AES functions and fix free() functions by Manuel Pégourié-Gonnard · 7 years ago
  37. a2b0e27 Skip param validation tests if custom macro used by Manuel Pégourié-Gonnard · 7 years ago
  38. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  39. 8e661bf Fix arity of the PARAM_FAILED() macro and function by Manuel Pégourié-Gonnard · 7 years ago
  40. 6542f6c Change the use of setjmp/longjmp in parameter failure callback by Simon Butcher · 7 years ago
  41. 747f5fe Add disabling of gcc 'clobbered' warning by Simon Butcher · 7 years ago
  42. a646345 Add additional parameter validation tests for the AES module by Simon Butcher · 7 years ago
  43. 687d673 Fix resource leak of file desc in test code by Andres Amaya Garcia · 7 years ago
  44. d2d0112 Style fixes by Mohammad Azim Khan · 7 years ago
  45. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  46. 62a5d7d Document status/error codes in helper.function by Azim Khan · 7 years ago
  47. 0fa3504 Add missing MSVC typedefs by Azim Khan · 7 years ago
  48. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  49. 3499a9e Add hex comparison function by Azim Khan · 8 years ago
  50. ee6c018 Unify test setup errors for sending to host by Azim Khan · 8 years ago
  51. ec02448 Fix line no. directive by Azim Khan · 8 years ago
  52. 2682edf Fix build using -std=c99 by Nicholas Wilson · 8 years ago
  53. f13ca95 Test suites: print error on failed platform_setup by Andrzej Kurek · 7 years ago
  54. a282270 Add explicit checks for non-zero result of platform setup in test suites by Andrzej Kurek · 7 years ago
  55. 32a675f Add conditional platform context creation & usage by Andrzej Kurek · 7 years ago
  56. 1152fa8 Add platform setup and teardown calls to test suites by Andrzej Kurek · 7 years ago
  57. 4daffe2 Merge branch 'pr_1025' into development by Gilles Peskine · 8 years ago
  58. 3f50f51 Ensure failed test_suite output is sent to stdout by Andres Amaya Garcia · 8 years ago
  59. d4a872e Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  60. 47deec4 Move flag indicating presence of strong entropy to test code by Hanno Becker · 8 years ago
  61. e709f7c Fix global variable shadowing by Janos Follath · 9 years ago
  62. e019296 Fix stdio redirection memory leak in test suites by Simon Butcher · 9 years ago
  63. 8ca53b5 Fix minor style issues in test framework by Janos Follath · 9 years ago
  64. 2573136 Fix to test output in test suites by Simon Butcher · 9 years ago
  65. edb7fd9 Fixes stdlib.h dependencies in test suites by Simon Butcher · 9 years ago
  66. 324258f Merge pull request #353 from NWilson/win-tests by Paul Bakker · 9 years ago
  67. d96924d Widens test parameters in memory alloc tests by Simon Butcher · 9 years ago
  68. 31a6c49 Adds reporting of file/line no. in failed tests by SimonB · 9 years ago
  69. b2d5dd1 Fixes X509 sample app and SSL test suite by Simon Butcher · 9 years ago
  70. 1594210 Adds better support to debug generated code by SimonB · 9 years ago
  71. 55abc21 Fix ci break in builds without platform.h by Janos Follath · 9 years ago
  72. 8ca7bc4 Adds verbose mode to the test suites by SimonB · 9 years ago
  73. 0269dad Refactored test suite template code by SimonB · 9 years ago
  74. 733676b Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  75. e670f90 Fix whitespace at EOL issues by Manuel Pégourié-Gonnard · 10 years ago
  76. 9386664 Move from inttypes.h to stdint.h by Manuel Pégourié-Gonnard · 10 years ago
  77. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  78. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  79. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  80. 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
  81. 4c09114 add macro definition of assert using polarssl_exit by Rich Evans · 11 years ago
  82. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  83. 4291445 fix style issues with tests/suites/helpers.function by Rich Evans · 11 years ago
  84. 1fef5ff fix always true assertion by Rich Evans · 11 years ago
  85. d43ccb6 Quit using deprecated header. by Manuel Pégourié-Gonnard · 11 years ago
  86. 4d0cfe8 Split assert() with side effects in test suite helper by Paul Bakker · 11 years ago
  87. 0dc5e0d Add helper function zero_malloc for tests by Manuel Pégourié-Gonnard · 11 years ago
  88. 3d49b9d Add test helper function unhexify_alloc() by Manuel Pégourié-Gonnard · 11 years ago
  89. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 11 years ago
  90. 027a7cb Rm now useless test helper function by Manuel Pégourié-Gonnard · 12 years ago
  91. 217a29c Fix bug in rnd_pseudo_rnd() test helper function by Manuel Pégourié-Gonnard · 12 years ago
  92. 7446833 Fix endianness issue in test helper function by Manuel Pégourié-Gonnard · 12 years ago
  93. 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 12 years ago
  94. e07c431 Test suite automatically uses buffer-based memory allocator if present by Paul Bakker · 12 years ago
  95. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  96. 28837ff Make sure polarssl/config.h is included at the start by Paul Bakker · 12 years ago
  97. 602a897 ECDSA : test vectors from RFC 4754 by Manuel Pégourié-Gonnard · 13 years ago
  98. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  99. 40dd530 - Fixed test on Big Endian systems (Fixed Ticket #54) by Paul Bakker · 13 years ago
  100. a3d195c - Changed the used random function pointer to more flexible format. Renamed havege_rand() to havege_random() to prevent mistakes. Lots of changes as a consequence in library code and programs by Paul Bakker · 14 years ago