1. 55e6abc Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  2. ead6660 Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
  3. 3cfb7be Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
  4. 8c68c97 Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
  5. 05a1af6 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 4 years, 2 months ago
  6. 44e6bb6 Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  7. 81a6743 Tweak grouping of GCD test cases by Gilles Peskine · 4 years, 2 months ago
  8. d57f403 Make GCD test descriptions more uniform by Gilles Peskine · 4 years, 2 months ago
  9. ab6ab6a Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  10. c559eac Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  11. bc781ea Add many test cases involving 0 by Gilles Peskine · 4 years, 2 months ago
  12. cca6bb9 mbedtls_mpi_exp_mod test: don't read RR from test data by Gilles Peskine · 4 years, 2 months ago
  13. 9e8316e Add some GCD tests by Gilles Peskine · 4 years, 2 months ago
  14. 4cbb1c9 Test mbedtls_mpi_safe_cond_{assign,swap} with the basic functions by Gilles Peskine · 4 years, 2 months ago
  15. 1e91426 Overhaul testing of mbedtls_mpi_swap by Gilles Peskine · 4 years, 2 months ago
  16. 8e1aa66 Overhaul testing of mbedtls_mpi_copy by Gilles Peskine · 4 years, 2 months ago
  17. aa9d9ac Clarify a few test descriptions (mostly involving 0) by Gilles Peskine · 4 years, 2 months ago
  18. 5a1d0fc Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
  19. 228b98f Add a few unit tests for mbedtls_mpi_read_string with leading zeros by Gilles Peskine · 4 years, 4 months ago
  20. 9a3cf31 Add mpi_sub_abs negative tests with a larger-in-size second operand by Gilles Peskine · 4 years, 6 months ago
  21. 15e860c Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago
  22. bcfa417 Merge pull request #782 from chris-jones-arm/mbedtls-2.16-restricted by Janos Follath · 4 years, 8 months ago
  23. 5dd1e26 Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
  24. 49e6e9d Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
  25. 877329a Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
  26. a18813e Reword test cases by Chris Jones · 4 years, 8 months ago
  27. 4a0ccb6 Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
  28. 415c7be Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  29. 63d19c0 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
  30. 2f78062 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
  31. 2845fcc Always test in-place addition and subtraction by Gilles Peskine · 5 years ago
  32. 8ece857 shrink tests: clearer description by Gilles Peskine · 5 years ago
  33. 8fe3b79 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  34. e6cca7c Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  35. b159ae8 mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  36. b2fddfd mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  37. 1452862 mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  38. 798e394 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  39. e1bf02a Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  40. 27d221a mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  41. 867a3ab Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  42. e9ae630 Add tests to constant time mpi comparison by Janos Follath · 6 years ago
  43. 276284f Add non-regression test for buffer overflow by Janos Follath · 6 years ago
  44. b48e1aa Add separate test for mbedtls_mpi_free() accepting NULL by Hanno Becker · 7 years ago
  45. afb607b Add tests for parameter validation in MPI module by Hanno Becker · 7 years ago
  46. ac2ead0 Improve deterministic test for prime testing by Darryl Green · 7 years ago
  47. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  48. 64eca05 Bignum: Add tests for primality testing by Janos Follath · 7 years ago
  49. a3cb7eb Bignum: Add test for improved prime generation by Janos Follath · 7 years ago
  50. 7c025a9 Generalize dh_flag in mbedtls_mpi_gen_prime by Janos Follath · 7 years ago
  51. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  52. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  53. 6668927 Generate primes according to FIPS 186-4 by Jethro Beekman · 7 years ago
  54. 4bcb491 Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  55. a4af1c4 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  56. d1cc7f6 Fix buffer overflow in mbedtls_mpi_write_string() by Andres AG · 9 years ago
  57. ec5ceb6 Test invalid bit value in mbedtls_mpi_set_bit() by Paul Bakker · 9 years ago
  58. 6c92268 Improved on the previous fix and added a test case to cover both types by Janos Follath · 10 years ago
  59. 044a86b Tests and fix added for #309 (inplace mpi doubling). by Janos Follath · 10 years ago
  60. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  61. da61ed3 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  62. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  63. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  64. 6c343d7 Fix mpi_write_string() to write "00" as hex output for empty MPI by Paul Bakker · 11 years ago
  65. 15f58a8 Add test for mpi_gen_prime() by Manuel Pégourié-Gonnard · 11 years ago
  66. a60fe89 Add mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 12 years ago
  67. 9a4a5ac Fix bug in mpi_set_bit by Manuel Pégourié-Gonnard · 12 years ago
  68. 3209ce3 Merged ECP improvements by Paul Bakker · 12 years ago
  69. 378fb4b Split mpi_is_prime() and make its first arg const by Manuel Pégourié-Gonnard · 12 years ago
  70. 3e3d2b8 Fix bug in mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 12 years ago
  71. 71c2c21 Add mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 12 years ago
  72. 5868163 Add mpi_shrink() by Manuel Pégourié-Gonnard · 12 years ago
  73. 60b1d10 Fixed spelling / typos (from PowerDNS:codespell) by Paul Bakker · 12 years ago
  74. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  75. df0142b Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  76. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  77. e44ec10 Fixed segfault in mpi_shift_r() by Manuel Pégourié-Gonnard · 13 years ago
  78. 17a9790 - Added regression check for latest mpi_add_abs() issue by Paul Bakker · 13 years ago
  79. f6198c1 - mpi_exp_mod() now correctly handles negative base numbers (Closes ticket #52) by Paul Bakker · 13 years ago
  80. 0c8f73b - Fixed a mistake in mpi_cmp_mpi() where longer B values are handled wrong by Paul Bakker · 13 years ago
  81. cb37aa5 - Better buffer handling in mpi_read_file() by Paul Bakker · 14 years ago
  82. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  83. 2f5947e - Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions. by Paul Bakker · 14 years ago
  84. 335db3f - Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO by Paul Bakker · 14 years ago
  85. c847f07 - Added extra test cases by Paul Bakker · 16 years ago
  86. ba48cb2 - Added and modified tests (result from coverage) by Paul Bakker · 16 years ago
  87. e896fea - Added additional cases for MPI, MDx by Paul Bakker · 16 years ago
  88. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago