1. 14bec14 tests by Dave Rodgman · 2 years, 3 months ago
  2. 7768a8e Remove string hack for mbedtls_mpi_mod_int testing by Gilles Peskine · 2 years, 8 months ago
  3. 017f0b7 Stop supporting non-canonical case in mpi_write_string test data by Gilles Peskine · 2 years, 8 months ago
  4. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  5. de09ddd Move tests of random-in-range functions to their own suite by Gilles Peskine · 2 years, 8 months ago
  6. da9746e Test NOT_ACCEPTABLE cases for MPI get-random by Gilles Peskine · 2 years, 10 months ago
  7. e3a1b81 Switch mpi_random_many test function to testing core by Gilles Peskine · 2 years, 10 months ago
  8. 34e8a2c Test mbedtls_mpi_random differentially from mbedtls_mpi_core_random by Gilles Peskine · 2 years, 10 months ago
  9. 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
  10. af601f9 Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  11. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  12. 9feb19f Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  13. 91e35e3 Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  14. ce22066 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago[Renamed from tests/suites/test_suite_mpi.function]
  15. bd3ddaf Move tests added in #6289 by Werner Lewis · 2 years, 10 months ago
  16. 6baf12b Move legacy mod functions back to test_suite_mpi by Werner Lewis · 2 years, 10 months ago
  17. ffe4478 Move mpi_core_bitlen tests to bignum_core files by Werner Lewis · 2 years, 10 months ago
  18. 0c6ea12 Move bignum_mod tests into separate files by Werner Lewis · 2 years, 10 months ago
  19. c9b6a0a Move bignum_mod_raw tests into separate files by Werner Lewis · 2 years, 10 months ago
  20. c6004a2 Move bignum_core tests into separate files by Werner Lewis · 2 years, 10 months ago
  21. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
  22. 4dceede Fix overly replacement in the documentation by Gabor Mezei · 2 years, 10 months ago
  23. 0c74e08 Fix condition by Gabor Mezei · 2 years, 10 months ago
  24. ffb4aa0 Rename variables to have unambiguous names by Gabor Mezei · 2 years, 10 months ago
  25. 8bcd7cc Use count instead of bytes in ASSERT_ALLOC argument by Gabor Mezei · 2 years, 10 months ago
  26. b50e433 Test mbedtls_mpi_core_bitlen by Gilles Peskine · 2 years, 10 months ago
  27. c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
  28. a67a1a3 Remove the 'is_fail' parameter from the test functions by Gabor Mezei · 2 years, 10 months ago
  29. d71eb0c Use better test macro by Gabor Mezei · 2 years, 10 months ago
  30. d6441da Remove redundant memory initialization by Gabor Mezei · 2 years, 10 months ago
  31. 251cb63 Remove unused macro definition by Gabor Mezei · 2 years, 10 months ago
  32. 02e5d43 Add more tests for cond_assign/swap functions by Gabor Mezei · 2 years, 10 months ago
  33. 6546a6c Rewrite tests for cond_assign/swap by Gabor Mezei · 2 years, 10 months ago
  34. 5bbdfce Streamline mbedtls_mpi_core_lt_ct unit test by Gilles Peskine · 2 years, 11 months ago
  35. ec5685f Use exact-size buffers for inputs and outputs to library functions in tests by Gabor Mezei · 2 years, 10 months ago
  36. f5ca726 Rename variables to match bettr to its purpose by Gabor Mezei · 2 years, 10 months ago
  37. 8b05e3b Add memory freeing by Gabor Mezei · 2 years, 10 months ago
  38. a758488 Use exact-size buffers for inputs and outputs to library functions in tests by Gabor Mezei · 2 years, 10 months ago
  39. 821d151 Check true and false condition in the same test case by Gabor Mezei · 2 years, 10 months ago
  40. 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 10 months ago
  41. 027d696 Remove unused code by Gabor Mezei · 2 years, 11 months ago
  42. b2763ef Do not read uninitialized memory by Gabor Mezei · 2 years, 11 months ago
  43. cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
  44. 53e455d Remove return value checking from test functions of assign and swap by Gabor Mezei · 2 years, 11 months ago
  45. b27b1c5 Add tests for conditional assign and swap functions by Gabor Mezei · 2 years, 11 months ago
  46. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  47. b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
  48. ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  49. f2b3818 Test when all three inputs to mbedtls_mpi_core_sub() are aliased by Tom Cosgrove · 2 years, 11 months ago
  50. c71ca0c Remove some unnecessary whitespace (two spaces after commas) by Tom Cosgrove · 2 years, 11 months ago
  51. dbc1561 Don't bother to test b + a after testing a + b if a == b by Tom Cosgrove · 2 years, 11 months ago
  52. 17f1fdc Update comments in mpi_core_add_if() test by Tom Cosgrove · 2 years, 11 months ago
  53. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  54. 359feb0 Better wording for the reason why we use an input MPI for a scalar value by Tom Cosgrove · 2 years, 11 months ago
  55. e2159f2 Use the MAX() macro by Tom Cosgrove · 2 years, 11 months ago
  56. be7209d Remove unnecessary casts by Tom Cosgrove · 2 years, 11 months ago
  57. 50c477b Use S and sum (rather than X/expected) in mpi_core_add_if() by Tom Cosgrove · 2 years, 11 months ago
  58. 1feb5ac Switch to using TEST_LE_S() and TEST_LE_U() in tests by Tom Cosgrove · 2 years, 11 months ago
  59. 2b17792 Use ASSERT_ALLOC() in tests by Tom Cosgrove · 2 years, 11 months ago
  60. 1135b20 Add mbedtls_mpi_core_add_if() tests for when inputs are aliased by Tom Cosgrove · 3 years ago
  61. 42dfac6 Rename variables and update comments in mpi_core_mla test by Tom Cosgrove · 3 years ago
  62. a043aeb Rename variables and update comments in mpi_core_sub test by Tom Cosgrove · 3 years ago
  63. eceb4cc Rename variables and update comments in mpi_core_add_if test by Tom Cosgrove · 3 years ago
  64. 1b2947a Remove mbedtls_ prefix from bignum test cases by Tom Cosgrove · 3 years ago
  65. b0fb17a Use ASSERT_COMPARE() instead of memcmp() in new tests by Tom Cosgrove · 3 years ago
  66. 9339f05 Swap arguments of TEST_EQUAL() where it improves readability by Tom Cosgrove · 3 years ago
  67. b2c06f4 Remove stale comment, and fix whitespace issue by Tom Cosgrove · 3 years ago
  68. f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
  69. 9384284 Use mbedtls_mpi_core_montmul() in mpi_montmul() by Tom Cosgrove · 3 years ago
  70. f334d96 Add unit tests for bignum_new.c:mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
  71. 79b70f6 Make a public version of mpi_montg_init() in bignum_new.c and add unit tests by Tom Cosgrove · 3 years ago
  72. 659c84a Add unit tests for the new function mbedtls_mpi_core_mla() in bignum_new.c by Tom Cosgrove · 3 years ago
  73. 2a65b85 Add unit tests for the new function mbedtls_mpi_core_sub() in bignum_new.c by Tom Cosgrove · 3 years ago
  74. 0cc7865 Add unit tests for the new function mbedtls_mpi_core_add_if() in bignum_new.c by Tom Cosgrove · 3 years ago
  75. 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
  76. 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
  77. deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
  78. 8162064 Bignum: Improve style by Janos Follath · 3 years ago
  79. 7f08178 Unify mpi mod raw read/write test with the other tests by Gabor Mezei · 3 years ago
  80. 89e3146 Typo by Gabor Mezei · 3 years ago
  81. 9dfb562 Test little endian core I/O with odd limbs by Janos Follath · 3 years ago
  82. 1cb3b97 Test big endian core I/O with odd limbs by Janos Follath · 3 years ago
  83. d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
  84. 1694969 Bignum: Add tests for modulus setup and free by Janos Follath · 3 years ago
  85. a200f6f Add macro definitions to the tests by Gabor Mezei · 3 years ago
  86. 23a1ce9 Add tests for mbedtls_mpi_mod_raw read/write functions by Gabor Mezei · 3 years ago
  87. 23bdeca Add core constant time comparison by Janos Follath · 3 years ago
  88. 91dc67d Allow (NULL, 0) as a representation of 0 by Janos Follath · 3 years ago
  89. 6ff3536 Add tests for little endian core I/O by Janos Follath · 3 years ago
  90. f1d617d Add tests for big endian core I/O by Janos Follath · 3 years ago
  91. dc47fe7 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
  92. efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  93. f65a327 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  94. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  95. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  96. 722c62c Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
  97. e109175 mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
  98. 3637488 Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  99. 342f71b Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
  100. 424390c mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago