1. 217a29c Fix bug in rnd_pseudo_rnd() test helper function by Manuel Pégourié-Gonnard · 12 years ago
  2. 7446833 Fix endianness issue in test helper function by Manuel Pégourié-Gonnard · 12 years ago
  3. 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 12 years ago
  4. e07c431 Test suite automatically uses buffer-based memory allocator if present by Paul Bakker · 12 years ago
  5. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  6. 28837ff Make sure polarssl/config.h is included at the start by Paul Bakker · 12 years ago
  7. 602a897 ECDSA : test vectors from RFC 4754 by Manuel Pégourié-Gonnard · 13 years ago
  8. 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
  9. 40dd530 - Fixed test on Big Endian systems (Fixed Ticket #54) by Paul Bakker · 13 years ago
  10. 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
  11. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  12. b3dcbc1 - Made function resilient to endianness differences. by Paul Bakker · 14 years ago
  13. 997bbd1 - Removed dependency of tests on rand() - Added pseudo-random helper function by Paul Bakker · 14 years ago
  14. 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
  15. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago