1. e65e98a mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
  2. 75bb596 mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
  3. 0fd07d5 Mark test function with MBEDTLS_MAYBE_UNUSED by Dave Rodgman · 1 year, 7 months ago
  4. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  5. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  6. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  7. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  8. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  9. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  10. 21f2b7a tests/test_suite_ecp: Fix ECP group compare test by Gowtham Suresh Kumar · 2 years, 1 month ago
  11. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  12. 63c8be6 Merge pull request #6753 from mpg/restartable-docfix-2.28 by Gilles Peskine · 2 years, 8 months ago
  13. df31076 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  14. 97ead79 Merge pull request #6204 from wernerlewis/ecp_group_test_2.28 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  15. 92ca1bc Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
  16. 2b984de Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
  17. 9a3463c Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
  18. 505a050 Use spec values as-is for test data by Werner Lewis · 3 years ago
  19. 60b50e1 Add test for ECP group metadata by Werner Lewis · 3 years ago
  20. 938dc19 Add auxiliary ECP comparison function by Werner Lewis · 3 years ago
  21. 55a3285 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
  22. 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  23. 46b5cb5 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  24. 4128c20 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.27.0rc0-pr by Paul Elliott · 4 years, 1 month ago
  25. a0f4e10 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  26. e57bad4 Check MBEDTLS_ECP_MAX_xxx constants in unit tests by Gilles Peskine · 4 years, 2 months ago
  27. 4699fa4 Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  28. 7967ec5 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  29. 6373fab mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
  30. 1888285 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 4 months ago
  31. 392d101 Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  32. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  33. ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
  34. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  35. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  36. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  37. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  38. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  39. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  40. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  41. 923d579 Add test cases to check rng failure by Jonas · 5 years ago
  42. 182b0b9 Add test for ECP multiplication by Janos Follath · 6 years ago
  43. 57773d4 Merge remote-tracking branch 'restricted/pr/551' into development by Jaeden Amero · 6 years ago
  44. df9295b Make ecp_get_type public by Janos Follath · 6 years ago
  45. 171a7ef Add mbedtls_ecp_read_key by Janos Follath · 6 years ago
  46. 59b813c Add Montgomery points to ecp_point_read_binary by Janos Follath · 6 years ago
  47. f389629 Move a restartable ecp context to a conditional compilation block by Andrzej Kurek · 6 years ago archive/restartable-ecc-unused-variable restartable-ecc-unused-variable
  48. 1959535 Add parameter validation test for mbedtls_ecp_check_pub_priv() by Hanno Becker · 7 years ago
  49. 549e455 Add parameter validation test for mbedtls_ecp_gen_privkey() by Hanno Becker · 7 years ago
  50. 0a4fa9b Add parameter validation test for mbedtls_ecp_check_budget() by Hanno Becker · 7 years ago
  51. 807c107 Fix typos in ECP test suite by Hanno Becker · 7 years ago
  52. 57b684f Add separate test for xxx_free() functions in ECP module by Hanno Becker · 7 years ago
  53. 12dff03 Test parameter validation for ECP module by Hanno Becker · 7 years ago
  54. 7a28e99 Expand test to ensure no assumption on output by Manuel Pégourié-Gonnard · 7 years ago
  55. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  56. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  57. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  58. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  59. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  60. 46ba7f3 Avoid running useless code in tests by Manuel Pégourié-Gonnard · 8 years ago
  61. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  62. 54dd652 Introduce muladd_restartable() and its sub-context by Manuel Pégourié-Gonnard · 8 years ago
  63. 8467e68 Stop checking for argument change by Manuel Pégourié-Gonnard · 8 years ago
  64. b739a71 Start moving to new design/API by Manuel Pégourié-Gonnard · 8 years ago
  65. 9c5c78f Fix indicative values of ops counts by Manuel Pégourié-Gonnard · 8 years ago
  66. 78d564a Add check for changing arguments by Manuel Pégourié-Gonnard · 8 years ago
  67. 77af79a Add proper allocation of restart context by Manuel Pégourié-Gonnard · 8 years ago
  68. 510d5ca Add early return test + fake implementation by Manuel Pégourié-Gonnard · 8 years ago
  69. 28fff14 Add invalid key tests for curve SECP224K1 by Janos Follath · 9 years ago
  70. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  71. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  72. 797f48a Rename ecp_curve_info.size to bit_size by Manuel Pégourié-Gonnard · 10 years ago
  73. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  74. 23ee4d6 Rm ecp_small tests (use only named groups) by Manuel Pégourié-Gonnard · 10 years ago
  75. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  76. 6c7af4c Fix a few internal name choices by Manuel Pégourié-Gonnard · 10 years ago
  77. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  78. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  79. 30668d6 Add ecp_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  80. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  81. 94b916c Split assignment and assert check into seperate lines in tests by Paul Bakker · 11 years ago
  82. d8b0c5e Fixed typo by Paul Bakker · 11 years ago
  83. c042cf0 Fix broken tests due to changed error code by Manuel Pégourié-Gonnard · 11 years ago
  84. 357ff65 Details in ecp_mul_mxz() by Manuel Pégourié-Gonnard · 12 years ago
  85. a0179b8 Change ecp_mul to handle Curve25519 too by Manuel Pégourié-Gonnard · 12 years ago
  86. 312d2e8 Adapt key checking functions for Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
  87. 0267e3d Add ecp_curve_info_from_name() by Manuel Pégourié-Gonnard · 12 years ago
  88. 104ee1d Add ecp_genkey(), prettier wrapper by Manuel Pégourié-Gonnard · 12 years ago
  89. ff27b7c Tighten ecp_mul() validity checks by Manuel Pégourié-Gonnard · 12 years ago
  90. e783f06 Start working on mod_p224 by Manuel Pégourié-Gonnard · 12 years ago
  91. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  92. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  93. 456d3b9 Make ECP error codes more specific by Manuel Pégourié-Gonnard · 12 years ago
  94. e09d2f8 Change ecp_mul() prototype to allow randomization by Manuel Pégourié-Gonnard · 12 years ago
  95. a0f0747 Rm redundant dependencies in test files by Manuel Pégourié-Gonnard · 12 years ago
  96. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  97. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  98. 8ea6c61 Rename of prvkey -> privkey fix in test suite files by Paul Bakker · 12 years ago
  99. c8dc295 Add ecp_check_prvkey, with test by Manuel Pégourié-Gonnard · 12 years ago
  100. 98f5181 Fix ecp_tls_read_point's signature by Manuel Pégourié-Gonnard · 12 years ago