1. 3674a48 Guard some tests by presence of default entropy by Hanno Becker · 8 years ago
  2. 8cd5d43 Initialize RSA context in RSA test suite before first potentially failing operation by Hanno Becker · 8 years ago
  3. bfcd032 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  4. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  5. 2f8d1f9 Add rsa_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  6. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  7. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  8. fbf0915 Fix bug in RSA PKCS#1 v1.5 "reversed" operations by Manuel Pégourié-Gonnard · 12 years ago
  9. c4919bc Add tests for rsa_copy() by Manuel Pégourié-Gonnard · 12 years ago
  10. a0d758b Fix typo in test dependency by Manuel Pégourié-Gonnard · 12 years ago
  11. 7bd8a99 Fix GCM dependencies by Manuel Pégourié-Gonnard · 12 years ago
  12. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  13. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  14. 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
  15. 735b8fc Fix blunder in 8a109f1 by Manuel Pégourié-Gonnard · 12 years ago
  16. 548957d Refactored RSA to have random generator in every RSA operation by Paul Bakker · 12 years ago
  17. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  18. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  19. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  20. ef3f8c7 Fixed const correctness issues in programs and tests by Paul Bakker · 12 years ago
  21. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  22. 58ef6ec Cleaner test-memory cleanups by Paul Bakker · 13 years ago
  23. 31417a7 - Fixed tests for enhanced rsa_check_privkey() by Paul Bakker · 13 years ago
  24. c0a1a31 - Moved test to entropy and CTR_DRBG by Paul Bakker · 14 years ago
  25. 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
  26. eaf90d9 - Removed unused but initialized variables by Paul Bakker · 14 years ago
  27. d7d8dbe - Fixed two typos by Paul Bakker · 14 years ago
  28. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  29. 6c591fa - mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases. by Paul Bakker · 14 years ago
  30. f4a3f30 - Updated for migration to size_t 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. 997bbd1 - Removed dependency of tests on rand() - Added pseudo-random helper function by Paul Bakker · 14 years ago
  33. 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
  34. a802e1a - Updated to new rsa_init, rsa_gen_key prototypes by Paul Bakker · 15 years ago
  35. ebcef6d - Updated test to conform to new prototype of rsa_init, rsa_pkcs1_encrypt and rsa_gen_key by Paul Bakker · 15 years ago
  36. f0ba6a4 - Removed unused variable by Paul Bakker · 15 years ago
  37. a665685 - Added rsa random deadlock test by Paul Bakker · 15 years ago
  38. 545570e - Added initialization for RSA where needed by Paul Bakker · 15 years ago
  39. 76791f7 - Rewrote sign and verify tests to handle missing algorithm definitions by Paul Bakker · 16 years ago
  40. fc22c44 - Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code. by Paul Bakker · 16 years ago
  41. 821fb08 - Added extra tests (result of coverage) by Paul Bakker · 16 years ago
  42. 69998dd - Made code compliant with ISO99 (no-declaration-after-statement) by Paul Bakker · 16 years ago
  43. 37940d9f - Added test coverage for X509parse by Paul Bakker · 16 years ago
  44. 42a29bf - Added test suite for RSA and PKCS#1 by Paul Bakker · 16 years ago