1. 8bcd549 Refactored test suite template code by SimonB · 9 years ago
  2. d2cc7ce Correct definition of ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  3. 66580d2 Add internal macro ENTROPY_HAVE_STRONG indicating strong entropy by Hanno Becker · 8 years ago
  4. 44ea011 Allow test suites to be run on Windows by Nicholas Wilson · 10 years ago
  5. fd1f9e7 Fix whitespace at EOL issues by Manuel Pégourié-Gonnard · 10 years ago
  6. 9386664 Move from inttypes.h to stdint.h by Manuel Pégourié-Gonnard · 10 years ago
  7. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  8. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  9. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  10. 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
  11. 4c09114 add macro definition of assert using polarssl_exit by Rich Evans · 11 years ago
  12. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  13. 4291445 fix style issues with tests/suites/helpers.function by Rich Evans · 11 years ago
  14. 1fef5ff fix always true assertion by Rich Evans · 11 years ago
  15. d43ccb6 Quit using deprecated header. by Manuel Pégourié-Gonnard · 11 years ago
  16. 4d0cfe8 Split assert() with side effects in test suite helper by Paul Bakker · 11 years ago
  17. 0dc5e0d Add helper function zero_malloc for tests by Manuel Pégourié-Gonnard · 11 years ago
  18. 3d49b9d Add test helper function unhexify_alloc() by Manuel Pégourié-Gonnard · 11 years ago
  19. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 11 years ago
  20. 027a7cb Rm now useless test helper function by Manuel Pégourié-Gonnard · 12 years ago
  21. 217a29c Fix bug in rnd_pseudo_rnd() test helper function by Manuel Pégourié-Gonnard · 12 years ago
  22. 7446833 Fix endianness issue in test helper function by Manuel Pégourié-Gonnard · 12 years ago
  23. 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 12 years ago
  24. e07c431 Test suite automatically uses buffer-based memory allocator if present by Paul Bakker · 12 years ago
  25. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  26. 28837ff Make sure polarssl/config.h is included at the start by Paul Bakker · 12 years ago
  27. 602a897 ECDSA : test vectors from RFC 4754 by Manuel Pégourié-Gonnard · 13 years ago
  28. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  29. 40dd530 - Fixed test on Big Endian systems (Fixed Ticket #54) by Paul Bakker · 13 years ago
  30. 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
  31. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  32. b3dcbc1 - Made function resilient to endianness differences. by Paul Bakker · 14 years ago
  33. 997bbd1 - Removed dependency of tests on rand() - Added pseudo-random helper function by Paul Bakker · 14 years ago
  34. 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
  35. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago