1. 58a39e0 Fix typo in documentation by Gilles Peskine · 4 years, 6 months ago
  2. 5710732 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  3. df8db9a Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
  4. 0abb8e4 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  5. 44498ff Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  6. e137ebc Fix off-by-one error in #line directives by Gilles Peskine · 4 years, 6 months ago
  7. 75ffb27 Merge pull request #3627 from gilles-peskine-arm/test-fail-report-first-2.7 by Gilles Peskine · 5 years ago
  8. d4c9fd1 Report the first failure, not the last one by Gilles Peskine · 5 years ago
  9. 426c2d4 Add an option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  10. d863a67 Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  11. 46b3fc2 Merge pull request #3599 from makise-homura/mbedtls-2.7 by Gilles Peskine · 5 years ago
  12. 24e2217 Merge pull request #3600 from gufe44/helpers-redirect-restore-output-2.7 by Gilles Peskine · 5 years ago
  13. b0ab8c2 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  14. 03c2b8f Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
  15. 206cb39 Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  16. 40597ce Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  17. eb5d0e9 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  18. dd11fbc Merge remote-tracking branch 'origin/pr/2320' into mbedtls-2.7 by Jaeden Amero · 6 years ago
  19. 032e3e2 Enable more compiler warnings in tests/Makefile by Simon Butcher · 7 years ago
  20. 638dceb Change file scoping of test helpers.function by Simon Butcher · 7 years ago
  21. 97a184b Fix resource leak of file desc in test code by Andres Amaya Garcia · 7 years ago
  22. 4daffe2 Merge branch 'pr_1025' into development by Gilles Peskine · 8 years ago
  23. 3f50f51 Ensure failed test_suite output is sent to stdout by Andres Amaya Garcia · 8 years ago
  24. d4a872e Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  25. 47deec4 Move flag indicating presence of strong entropy to test code by Hanno Becker · 8 years ago
  26. e709f7c Fix global variable shadowing by Janos Follath · 9 years ago
  27. e019296 Fix stdio redirection memory leak in test suites by Simon Butcher · 9 years ago
  28. 8ca53b5 Fix minor style issues in test framework by Janos Follath · 9 years ago
  29. 2573136 Fix to test output in test suites by Simon Butcher · 9 years ago
  30. edb7fd9 Fixes stdlib.h dependencies in test suites by Simon Butcher · 9 years ago
  31. 324258f Merge pull request #353 from NWilson/win-tests by Paul Bakker · 9 years ago
  32. d96924d Widens test parameters in memory alloc tests by Simon Butcher · 9 years ago
  33. 31a6c49 Adds reporting of file/line no. in failed tests by SimonB · 9 years ago
  34. b2d5dd1 Fixes X509 sample app and SSL test suite by Simon Butcher · 9 years ago
  35. 1594210 Adds better support to debug generated code by SimonB · 9 years ago
  36. 55abc21 Fix ci break in builds without platform.h by Janos Follath · 9 years ago
  37. 8ca7bc4 Adds verbose mode to the test suites by SimonB · 9 years ago
  38. 0269dad Refactored test suite template code by SimonB · 9 years ago
  39. 733676b Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  40. e670f90 Fix whitespace at EOL issues by Manuel Pégourié-Gonnard · 10 years ago
  41. 9386664 Move from inttypes.h to stdint.h by Manuel Pégourié-Gonnard · 10 years ago
  42. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  43. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  44. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  45. 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
  46. 4c09114 add macro definition of assert using polarssl_exit by Rich Evans · 11 years ago
  47. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  48. 4291445 fix style issues with tests/suites/helpers.function by Rich Evans · 11 years ago
  49. 1fef5ff fix always true assertion by Rich Evans · 11 years ago
  50. d43ccb6 Quit using deprecated header. by Manuel Pégourié-Gonnard · 11 years ago
  51. 4d0cfe8 Split assert() with side effects in test suite helper by Paul Bakker · 11 years ago
  52. 0dc5e0d Add helper function zero_malloc for tests by Manuel Pégourié-Gonnard · 11 years ago
  53. 3d49b9d Add test helper function unhexify_alloc() by Manuel Pégourié-Gonnard · 11 years ago
  54. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 11 years ago
  55. 027a7cb Rm now useless test helper function by Manuel Pégourié-Gonnard · 12 years ago
  56. 217a29c Fix bug in rnd_pseudo_rnd() test helper function by Manuel Pégourié-Gonnard · 12 years ago
  57. 7446833 Fix endianness issue in test helper function by Manuel Pégourié-Gonnard · 12 years ago
  58. 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 12 years ago
  59. e07c431 Test suite automatically uses buffer-based memory allocator if present by Paul Bakker · 12 years ago
  60. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  61. 28837ff Make sure polarssl/config.h is included at the start by Paul Bakker · 12 years ago
  62. 602a897 ECDSA : test vectors from RFC 4754 by Manuel Pégourié-Gonnard · 13 years ago
  63. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  64. 40dd530 - Fixed test on Big Endian systems (Fixed Ticket #54) by Paul Bakker · 13 years ago
  65. 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
  66. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  67. b3dcbc1 - Made function resilient to endianness differences. by Paul Bakker · 14 years ago
  68. 997bbd1 - Removed dependency of tests on rand() - Added pseudo-random helper function by Paul Bakker · 14 years ago
  69. 9dcc322 - Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21) by Paul Bakker · 14 years ago
  70. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago