1. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 3d52e44 Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  3. 3e005f3 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  4. 955a0bb Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  5. 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  6. 88ea3e8 Add RSA tests with message=0 by Gilles Peskine · 4 years, 2 months ago
  7. a0f4e10 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  8. 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
  9. 914afe1 Add init-free tests for RSA by Gilles Peskine · 4 years, 6 months ago
  10. d28b228 Removed the test verifying the saltlen input by Cédric Meuter · 4 years, 7 months ago
  11. a05cbec Added tests for mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  12. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  13. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  14. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  15. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  16. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  17. d12402f Fix undeclared deps on MBEDTLS_CTR_DRBG in tests by Manuel Pégourié-Gonnard · 5 years ago
  18. fdc15bd Reduce stack usage of test_suite_rsa by Ron Eldor · 7 years ago
  19. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  20. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  21. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  22. 47b4060 Fix RSA test suite bugged by hexify/unhexify change by Azim Khan · 8 years ago
  23. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  24. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  25. 9079170 Adapt code for scripting out hexify/unhexify code by Azim Khan · 8 years ago
  26. 1ba8a3f Yet another dependency issue (PKCS1_V15) by Manuel Pégourié-Gonnard · 7 years ago
  27. 05e464d Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted by Manuel Pégourié-Gonnard · 7 years ago
  28. d4d6057 Address issues found by coverity by Hanno Becker · 8 years ago
  29. a47023e Incorporate comments on merge commit by Hanno Becker · 8 years ago
  30. f40cdf9 Add dependency of new RSA tests on presence of strong entropy source by Hanno Becker · 8 years ago
  31. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  32. 4712119 Merge remote-tracking branch 'restricted/pr/397' into development by Manuel Pégourié-Gonnard · 8 years ago
  33. a565f54 Introduce new files rsa_internal.[ch] for RSA helper functions by Hanno Becker · 8 years ago
  34. 04877a4 Adapt `rsa_import` tests to weakened semantics of `rsa_complete` by Hanno Becker · 8 years ago
  35. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 8 years ago
  36. f9e184b Remove PRNG argument from `mbedtls_rsa_complete` by Hanno Becker · 8 years ago
  37. f8b56d4 Adapt RSA test suite by Hanno Becker · 8 years ago
  38. 0f65e0c Rename `rsa_deduce_moduli` to `rsa_deduce_primes` by Hanno Becker · 8 years ago
  39. 8ba6ce4 Rename `rsa_deduce_private` to `rsa_deduce_private_exponent` by Hanno Becker · 8 years ago
  40. 3f3ae85 Correct memory leak in RSA test suite by Hanno Becker · 8 years ago
  41. bdefff1 Change signature of `mbedtls_rsa_deduce_private` by Hanno Becker · 8 years ago
  42. e1582a8 Add expectation when testing RSA key import/export by Hanno Becker · 8 years ago
  43. 4d6e834 Improve readability of test for `mbedtls_rsa_import` by Hanno Becker · 8 years ago
  44. d4a872e Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  45. 750e8b4 Rename rsa_check_params->rsa_validate_params and change error codes by Hanno Becker · 8 years ago
  46. 131134f Adapt RSA test suite to deal with RSA_NON_CRT option by Hanno Becker · 8 years ago
  47. ceb7a9d Adapt RSA test suites to new RSA interface by Hanno Becker · 8 years ago
  48. ce00263 Add tests for rsa_check_params by Hanno Becker · 8 years ago
  49. f1b9a2c Add tests for rsa_export_raw by Hanno Becker · 8 years ago
  50. 417f2d6 Add tests for rsa_export by Hanno Becker · 8 years ago
  51. c77ab89 Add tests for rsa_import, rsa_import_raw and rsa_complete by Hanno Becker · 8 years ago
  52. e78fd8d Add tests for rsa_deduce_moduli by Hanno Becker · 8 years ago
  53. 6b4ce49 Add tests for rsa_deduce_private by Hanno Becker · 8 years ago
  54. 8fd5548 Minor formatting changes by Hanno Becker · 8 years ago
  55. 43be6cd Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  56. 47deec4 Move flag indicating presence of strong entropy to test code by Hanno Becker · 8 years ago
  57. c6deafc Omit RSA key generation test if no strong entropy is present by Hanno Becker · 8 years ago
  58. 7e8e57c Initialize RSA context in RSA test suite before first potentially failing operation by Hanno Becker · 8 years ago
  59. ef44178 Restore P>Q in RSA key generation (#558) by Janos Follath · 9 years ago
  60. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  61. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  62. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  63. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  64. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  65. 2f8d1f9 Add rsa_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  66. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  67. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  68. fbf0915 Fix bug in RSA PKCS#1 v1.5 "reversed" operations by Manuel Pégourié-Gonnard · 12 years ago
  69. c4919bc Add tests for rsa_copy() by Manuel Pégourié-Gonnard · 12 years ago
  70. a0d758b Fix typo in test dependency by Manuel Pégourié-Gonnard · 12 years ago
  71. 7bd8a99 Fix GCM dependencies by Manuel Pégourié-Gonnard · 12 years ago
  72. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  73. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  74. 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
  75. 735b8fc Fix blunder in 8a109f1 by Manuel Pégourié-Gonnard · 12 years ago
  76. 548957d Refactored RSA to have random generator in every RSA operation by Paul Bakker · 12 years ago
  77. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  78. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  79. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  80. ef3f8c7 Fixed const correctness issues in programs and tests by Paul Bakker · 12 years ago
  81. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  82. 58ef6ec Cleaner test-memory cleanups by Paul Bakker · 13 years ago
  83. 31417a7 - Fixed tests for enhanced rsa_check_privkey() by Paul Bakker · 13 years ago
  84. c0a1a31 - Moved test to entropy and CTR_DRBG by Paul Bakker · 14 years ago
  85. 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
  86. eaf90d9 - Removed unused but initialized variables by Paul Bakker · 14 years ago
  87. d7d8dbe - Fixed two typos by Paul Bakker · 14 years ago
  88. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  89. 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
  90. f4a3f30 - Updated for migration to size_t by Paul Bakker · 14 years ago
  91. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  92. 997bbd1 - Removed dependency of tests on rand() - Added pseudo-random helper function by Paul Bakker · 14 years ago
  93. 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
  94. a802e1a - Updated to new rsa_init, rsa_gen_key prototypes by Paul Bakker · 15 years ago
  95. ebcef6d - Updated test to conform to new prototype of rsa_init, rsa_pkcs1_encrypt and rsa_gen_key by Paul Bakker · 15 years ago
  96. f0ba6a4 - Removed unused variable by Paul Bakker · 15 years ago
  97. a665685 - Added rsa random deadlock test by Paul Bakker · 15 years ago
  98. 545570e - Added initialization for RSA where needed by Paul Bakker · 15 years ago
  99. 76791f7 - Rewrote sign and verify tests to handle missing algorithm definitions by Paul Bakker · 16 years ago
  100. fc22c44 - Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code. by Paul Bakker · 16 years ago