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