1. e2159f2 Use the MAX() macro by Tom Cosgrove · 2 years, 11 months ago
  2. be7209d Remove unnecessary casts by Tom Cosgrove · 2 years, 11 months ago
  3. 50c477b Use S and sum (rather than X/expected) in mpi_core_add_if() by Tom Cosgrove · 2 years, 11 months ago
  4. 1feb5ac Switch to using TEST_LE_S() and TEST_LE_U() in tests by Tom Cosgrove · 2 years, 11 months ago
  5. 2b17792 Use ASSERT_ALLOC() in tests by Tom Cosgrove · 2 years, 11 months ago
  6. 1135b20 Add mbedtls_mpi_core_add_if() tests for when inputs are aliased by Tom Cosgrove · 3 years ago
  7. 42dfac6 Rename variables and update comments in mpi_core_mla test by Tom Cosgrove · 3 years ago
  8. a043aeb Rename variables and update comments in mpi_core_sub test by Tom Cosgrove · 3 years ago
  9. eceb4cc Rename variables and update comments in mpi_core_add_if test by Tom Cosgrove · 3 years ago
  10. 1b2947a Remove mbedtls_ prefix from bignum test cases by Tom Cosgrove · 3 years ago
  11. b0fb17a Use ASSERT_COMPARE() instead of memcmp() in new tests by Tom Cosgrove · 3 years ago
  12. 9339f05 Swap arguments of TEST_EQUAL() where it improves readability by Tom Cosgrove · 3 years ago
  13. b2c06f4 Remove stale comment, and fix whitespace issue by Tom Cosgrove · 3 years ago
  14. f0ffb15 Have mbedtls_mpi_montg_init() take the modulus, rather than just its least significant limb by Tom Cosgrove · 3 years ago
  15. 9384284 Use mbedtls_mpi_core_montmul() in mpi_montmul() by Tom Cosgrove · 3 years ago
  16. f334d96 Add unit tests for bignum_new.c:mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
  17. 79b70f6 Make a public version of mpi_montg_init() in bignum_new.c and add unit tests by Tom Cosgrove · 3 years ago
  18. 659c84a Add unit tests for the new function mbedtls_mpi_core_mla() in bignum_new.c by Tom Cosgrove · 3 years ago
  19. 2a65b85 Add unit tests for the new function mbedtls_mpi_core_sub() in bignum_new.c by Tom Cosgrove · 3 years ago
  20. 0cc7865 Add unit tests for the new function mbedtls_mpi_core_add_if() in bignum_new.c by Tom Cosgrove · 3 years ago
  21. 6b8e0c2 Bignum: make tests more readable by Janos Follath · 3 years ago
  22. 494a6d2 Bignum tests: use TEST_EQUAL by Janos Follath · 3 years ago
  23. deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
  24. 8162064 Bignum: Improve style by Janos Follath · 3 years ago
  25. 7f08178 Unify mpi mod raw read/write test with the other tests by Gabor Mezei · 3 years ago
  26. 89e3146 Typo by Gabor Mezei · 3 years ago
  27. 9dfb562 Test little endian core I/O with odd limbs by Janos Follath · 3 years ago
  28. 1cb3b97 Test big endian core I/O with odd limbs by Janos Follath · 3 years ago
  29. d089570 Bignum: move internal constants to headers by Janos Follath · 3 years ago
  30. 1694969 Bignum: Add tests for modulus setup and free by Janos Follath · 3 years ago
  31. a200f6f Add macro definitions to the tests by Gabor Mezei · 3 years ago
  32. 23a1ce9 Add tests for mbedtls_mpi_mod_raw read/write functions by Gabor Mezei · 3 years ago
  33. 23bdeca Add core constant time comparison by Janos Follath · 3 years ago
  34. 91dc67d Allow (NULL, 0) as a representation of 0 by Janos Follath · 3 years ago
  35. 6ff3536 Add tests for little endian core I/O by Janos Follath · 3 years ago
  36. f1d617d Add tests for big endian core I/O by Janos Follath · 3 years ago
  37. dc47fe7 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
  38. efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  39. f65a327 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  40. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  41. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  42. 722c62c Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
  43. e109175 mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
  44. 3637488 Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  45. 342f71b Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
  46. 424390c mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
  47. d0722f8 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
  48. fc1eeef Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
  49. 90ec8e8 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
  50. dffc710 Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 4 years, 2 months ago
  51. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  52. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  53. ceefe5d Lift function call out of inner loop by Gilles Peskine · 4 years, 2 months ago
  54. d463edf MPI random test: fix small-range test stats check when min > 1 by Gilles Peskine · 4 years, 4 months ago
  55. eedefa5 Better document and slightly simplify >>2^n heuristic by Gilles Peskine · 4 years, 4 months ago
  56. 422e867 MPI random: add unit tests with a previously nonzero value by Gilles Peskine · 4 years, 4 months ago
  57. 1a7df4e Fix mbedtls_mpi_random when N has leading zeros by Gilles Peskine · 4 years, 4 months ago
  58. 1e918f4 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  59. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  60. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  61. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  62. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  63. 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
  64. 56f943a Always test in-place addition and subtraction by Gilles Peskine · 5 years ago
  65. e64a46f Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  66. 7c43030 Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  67. 4592bd8 Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  68. aa850cd Reword test cases by Chris Jones · 4 years, 8 months ago
  69. 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  70. d10b331 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  71. 3cb1e29 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  72. 0deccf1 Initialize ret from test code by Gilles Peskine · 5 years ago
  73. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  74. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  75. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  76. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  77. 4d8c836 Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink by Manuel Pégourié-Gonnard · 5 years ago
  78. 9a6ecee Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  79. 9018b11 Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  80. 7428b45 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  81. b7e1b49 mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  82. 0e5532d Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  83. 385d5b8 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  84. 62ab1f9 Merge remote-tracking branch 'origin/pr/2405' into development by Jaeden Amero · 6 years ago
  85. 04dadb7 Add non-regression test for buffer overflow by Janos Follath · 6 years ago
  86. e5670f2 Remove unnecessary cast from ECP test by Janos Follath · 6 years ago
  87. e344d0f Add little endian export to Bignum by Janos Follath · 6 years ago
  88. a778a94 Add little endian import to Bignum by Janos Follath · 6 years ago
  89. f25ee7f Fix parameter validation for mbedtls_mpi_lsb() by Hanno Becker · 7 years ago
  90. 59274d4 Remove unnecessary call to mbedtls_mpi_free() in MPI tests by Hanno Becker · 7 years ago
  91. b48e1aa Add separate test for mbedtls_mpi_free() accepting NULL by Hanno Becker · 7 years ago
  92. e118504 Numerous minor improvements to bignum documentation by Hanno Becker · 7 years ago
  93. 56b661c Add test that mbedtls_mpi_free() accepts NULL parameter by Hanno Becker · 7 years ago
  94. afb607b Add tests for parameter validation in MPI module by Hanno Becker · 7 years ago
  95. ac2ead0 Improve deterministic test for prime testing by Darryl Green · 7 years ago
  96. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  97. 64eca05 Bignum: Add tests for primality testing by Janos Follath · 7 years ago
  98. a3cb7eb Bignum: Add test for improved prime generation by Janos Follath · 7 years ago
  99. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  100. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago