1. 02e5d43 Add more tests for cond_assign/swap functions by Gabor Mezei · 2 years, 10 months ago
  2. 821d151 Check true and false condition in the same test case by Gabor Mezei · 2 years, 10 months ago
  3. 53e455d Remove return value checking from test functions of assign and swap by Gabor Mezei · 2 years, 11 months ago
  4. b27b1c5 Add tests for conditional assign and swap functions by Gabor Mezei · 2 years, 11 months ago
  5. 1b2947a Remove mbedtls_ prefix from bignum test cases by Tom Cosgrove · 3 years ago
  6. f334d96 Add unit tests for bignum_new.c:mbedtls_mpi_core_montmul() by Tom Cosgrove · 3 years ago
  7. 79b70f6 Make a public version of mpi_montg_init() in bignum_new.c and add unit tests by Tom Cosgrove · 3 years ago
  8. 659c84a Add unit tests for the new function mbedtls_mpi_core_mla() in bignum_new.c by Tom Cosgrove · 3 years ago
  9. 2a65b85 Add unit tests for the new function mbedtls_mpi_core_sub() in bignum_new.c by Tom Cosgrove · 3 years ago
  10. 0cc7865 Add unit tests for the new function mbedtls_mpi_core_add_if() in bignum_new.c by Tom Cosgrove · 3 years ago
  11. deb8030 Improve mbedtls_mpi_core_lt_ct() unit tests by Janos Follath · 3 years ago
  12. 7f08178 Unify mpi mod raw read/write test with the other tests by Gabor Mezei · 3 years ago
  13. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  14. 9dfb562 Test little endian core I/O with odd limbs by Janos Follath · 3 years ago
  15. 1cb3b97 Test big endian core I/O with odd limbs by Janos Follath · 3 years ago
  16. 1694969 Bignum: Add tests for modulus setup and free by Janos Follath · 3 years ago
  17. 23a1ce9 Add tests for mbedtls_mpi_mod_raw read/write functions by Gabor Mezei · 3 years ago
  18. 23bdeca Add core constant time comparison by Janos Follath · 3 years ago
  19. 91dc67d Allow (NULL, 0) as a representation of 0 by Janos Follath · 3 years ago
  20. 6ff3536 Add tests for little endian core I/O by Janos Follath · 3 years ago
  21. f1d617d Add tests for big endian core I/O by Janos Follath · 3 years ago
  22. dc47fe7 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
  23. a453c14 Remove radix arguments from tests added in 3.2 by Werner Lewis · 3 years, 1 month ago
  24. f65a327 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  25. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  26. ae25bb0 Fix null pointer dereference in mpi_mod_int(0, 2) by Gilles Peskine · 3 years, 2 months ago
  27. 2a3041f Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  28. bd5d6ef Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
  29. 8998770 Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
  30. 8f70d3f Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
  31. d96b365 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 4 years, 2 months ago
  32. 997be0a Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  33. 3f1c3c9 Tweak grouping of GCD test cases by Gilles Peskine · 4 years, 2 months ago
  34. 9466d81 Make GCD test descriptions more uniform by Gilles Peskine · 4 years, 2 months ago
  35. 7cba859 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
  36. f4998b0 Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  37. 3da1a8f Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  38. 3637488 Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  39. 424390c mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
  40. 9e9314f Add some GCD tests by Gilles Peskine · 4 years, 2 months ago
  41. d0722f8 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
  42. fc1eeef Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
  43. 90ec8e8 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
  44. 5fb6f70 Clarify a few test descriptions (mostly involving 0) by Gilles Peskine · 4 years, 2 months ago
  45. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  46. 9077e43 Fix mistakes in test case descriptions by Gilles Peskine · 4 years, 2 months ago
  47. 0cb493d Note that the "0 limb in ..." tests rely on undocumented behavior by Gilles Peskine · 4 years, 4 months ago
  48. 0ad640a MPI random test: Add test cases with lower_bound > upper_bound by Gilles Peskine · 4 years, 4 months ago
  49. 951b569 MPI random test: Add a few more small-range tests by Gilles Peskine · 4 years, 4 months ago
  50. fbb9009 Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  51. 422e867 MPI random: add unit tests with a previously nonzero value by Gilles Peskine · 4 years, 4 months ago
  52. 1a7df4e Fix mbedtls_mpi_random when N has leading zeros by Gilles Peskine · 4 years, 4 months ago
  53. 1e918f4 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  54. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  55. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  56. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  57. bd43f67 Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  58. b13a26c Add a few unit tests for mbedtls_mpi_read_string with leading zeros by Gilles Peskine · 4 years, 4 months ago
  59. 43e89e1 Add mpi_sub_abs negative tests with a larger-in-size second operand by Gilles Peskine · 4 years, 6 months ago
  60. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  61. 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
  62. 56f943a Always test in-place addition and subtraction by Gilles Peskine · 5 years ago
  63. e64a46f Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  64. 7c43030 Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  65. e146bdc Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  66. aa850cd Reword test cases by Chris Jones · 4 years, 8 months ago
  67. a03f56f Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  68. d10b331 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  69. 0c5875f Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  70. 3cb1e29 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  71. 4d8c836 Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink by Manuel Pégourié-Gonnard · 5 years ago
  72. a9da093 shrink tests: clearer description by Gilles Peskine · 6 years ago
  73. 7428b45 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  74. 72d7609 Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  75. 0b1ae0e mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  76. 53fc7b0 mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  77. 0e4792e mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  78. f17c800 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  79. 0ac9557 Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  80. b7e1b49 mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  81. 0e5532d Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  82. 385d5b8 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  83. efa2ac8 Uniquify test case descriptions by Gilles Peskine · 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. e344d0f Add little endian export to Bignum by Janos Follath · 6 years ago
  87. a778a94 Add little endian import to Bignum by Janos Follath · 6 years ago
  88. b48e1aa Add separate test for mbedtls_mpi_free() accepting NULL by Hanno Becker · 7 years ago
  89. afb607b Add tests for parameter validation in MPI module by Hanno Becker · 7 years ago
  90. ac2ead0 Improve deterministic test for prime testing by Darryl Green · 7 years ago
  91. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  92. 64eca05 Bignum: Add tests for primality testing by Janos Follath · 7 years ago
  93. a3cb7eb Bignum: Add test for improved prime generation by Janos Follath · 7 years ago
  94. 7c025a9 Generalize dh_flag in mbedtls_mpi_gen_prime by Janos Follath · 7 years ago
  95. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  96. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  97. 6668927 Generate primes according to FIPS 186-4 by Jethro Beekman · 7 years ago
  98. 4bcb491 Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  99. a4af1c4 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  100. d1cc7f6 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 9 years ago