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