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