1. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  2. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  3. f599ddf Remove string hack for mbedtls_mpi_mod_int testing by Gilles Peskine · 2 years, 8 months ago
  4. f549d9c Stop supporting non-canonical case in mpi_write_string test data by Gilles Peskine · 2 years, 8 months ago
  5. 366e685 Remove mbedtls_ prefix from bignum test cases by Gilles Peskine · 2 years, 3 months ago
  6. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  7. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  8. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  9. e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago
  10. 5c307b9 Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  11. c2c6fcb Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  12. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  13. 5b68608 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]
  14. df33684 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
  15. 3d52e44 Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  16. 3e005f3 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  17. 955a0bb Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  18. 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  19. 3df0554 Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
  20. 399c8fa mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago
  21. bcfc83f Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  22. 4cc8021 Test mbedtls_mpi_exp_mod both with and without _RR by Gilles Peskine · 4 years, 2 months ago
  23. 1c6d6be mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
  24. 5023167 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
  25. d382c28 Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
  26. 77f55c9 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
  27. b53b218 Test the validity of the sign bit after constructing an MPI object by Gilles Peskine · 4 years, 2 months ago
  28. a0f4e10 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  29. e4f937f Lift function call out of inner loop by Gilles Peskine · 4 years, 2 months ago
  30. c520d7a MPI random test: fix small-range test stats check when min > 1 by Gilles Peskine · 4 years, 4 months ago
  31. 3b05615 Better document and slightly simplify >>2^n heuristic by Gilles Peskine · 4 years, 4 months ago
  32. f467e1a MPI random: add unit tests with a previously nonzero value by Gilles Peskine · 4 years, 4 months ago
  33. 8f45470 Fix mbedtls_mpi_random when N has leading zeros by Gilles Peskine · 4 years, 4 months ago
  34. 9312ba5 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  35. 4699fa4 Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  36. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  37. 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
  38. 56f943a Always test in-place addition and subtraction by Gilles Peskine · 5 years ago
  39. e64a46f Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  40. 7c43030 Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  41. 4592bd8 Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
  42. aa850cd Reword test cases by Chris Jones · 4 years, 8 months ago
  43. 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  44. d10b331 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  45. 3cb1e29 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  46. 0deccf1 Initialize ret from test code by Gilles Peskine · 5 years ago
  47. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  48. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  49. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  50. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  51. 4d8c836 Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink by Manuel Pégourié-Gonnard · 5 years ago
  52. 9a6ecee Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  53. 9018b11 Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  54. 7428b45 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  55. b7e1b49 mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  56. 0e5532d Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  57. 385d5b8 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  58. 62ab1f9 Merge remote-tracking branch 'origin/pr/2405' into development by Jaeden Amero · 6 years ago
  59. 04dadb7 Add non-regression test for buffer overflow by Janos Follath · 6 years ago
  60. e5670f2 Remove unnecessary cast from ECP test by Janos Follath · 6 years ago
  61. e344d0f Add little endian export to Bignum by Janos Follath · 6 years ago
  62. a778a94 Add little endian import to Bignum by Janos Follath · 6 years ago
  63. f25ee7f Fix parameter validation for mbedtls_mpi_lsb() by Hanno Becker · 7 years ago
  64. 59274d4 Remove unnecessary call to mbedtls_mpi_free() in MPI tests by Hanno Becker · 7 years ago
  65. b48e1aa Add separate test for mbedtls_mpi_free() accepting NULL by Hanno Becker · 7 years ago
  66. e118504 Numerous minor improvements to bignum documentation by Hanno Becker · 7 years ago
  67. 56b661c Add test that mbedtls_mpi_free() accepts NULL parameter by Hanno Becker · 7 years ago
  68. afb607b Add tests for parameter validation in MPI module by Hanno Becker · 7 years ago
  69. ac2ead0 Improve deterministic test for prime testing by Darryl Green · 7 years ago
  70. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  71. 64eca05 Bignum: Add tests for primality testing by Janos Follath · 7 years ago
  72. a3cb7eb Bignum: Add test for improved prime generation by Janos Follath · 7 years ago
  73. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  74. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  75. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  76. d4d6057 Address issues found by coverity by Hanno Becker · 8 years ago
  77. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  78. ec5ceb6 Test invalid bit value in mbedtls_mpi_set_bit() by Paul Bakker · 9 years ago
  79. e9c1b1a Merge remote-tracking branch 'yanesca/iss309' into development by Manuel Pégourié-Gonnard · 10 years ago
  80. e670f90 Fix whitespace at EOL issues by Manuel Pégourié-Gonnard · 10 years ago
  81. 6cbacec Improved on the fix of #309 and extended the test to cover subroutines. by Janos Follath · 10 years ago
  82. 044a86b Tests and fix added for #309 (inplace mpi doubling). by Janos Follath · 10 years ago
  83. ac5361f Fix small issues in tests found by Coverity by Manuel Pégourié-Gonnard · 10 years ago
  84. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  85. f79b425 Avoid in-out length parameter in bignum by Manuel Pégourié-Gonnard · 10 years ago
  86. da61ed3 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  87. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  88. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  89. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  90. e43187d Fix possible fd leak in test file by Manuel Pégourié-Gonnard · 10 years ago
  91. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  92. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  93. 15f58a8 Add test for mpi_gen_prime() by Manuel Pégourié-Gonnard · 11 years ago
  94. 8a0c0a9 Check additional return values in some test cases by Paul Bakker · 11 years ago
  95. a60fe89 Add mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 12 years ago
  96. 3e3d2b8 Fix bug in mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 12 years ago
  97. 71c2c21 Add mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 12 years ago
  98. 5868163 Add mpi_shrink() by Manuel Pégourié-Gonnard · 12 years ago
  99. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  100. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago