1. 16648be Add Curve 448 tests by Paul Elliott · 2 years, 3 months ago
  2. 4dfed0a test_suite_ecp: Refactored `ecp_mod_p256k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  3. 9c2c81f ecp_curves: Renamed `ecp_mod_p256k1` -> `mbedtls_ecp_mod_p256k1` by Minos Galanakis · 2 years, 4 months ago
  4. d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
  5. 357b9e1 test_suite_ecp: Refactored `ecp_mod_p224k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  6. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  7. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 4 months ago
  8. 6942cc3 Merge pull request #7410 from valeriosetti/issue7390 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  9. 00c9c7a Remove unneeded limb variables by Gabor Mezei · 2 years, 4 months ago
  10. b70f5f1 Add checks to guarantee positive input parameters by Gabor Mezei · 2 years, 4 months ago
  11. b86ead3 Add generated tests for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  12. 6d2ee70 test_suite_ecp: Removed `MBEDTLS_ECP_DP_SECP_GENERIC_ENABLED` dependency. by Minos Galanakis · 2 years, 4 months ago
  13. 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
  14. 92278dc test_suite_ecp: Updated dependency macros for ecp_raw_generic. by Minos Galanakis · 2 years, 4 months ago
  15. 1358648 test_suite_ecp: Introduced `ecp_mod_p_generic_raw` by Minos Galanakis · 2 years, 5 months ago
  16. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  17. 54118a1 Merge pull request #7352 from gabor-mezei-arm/6349_fix_merge by Janos Follath · 2 years, 4 months ago
  18. e4758aa test: add a companion test for another curve (x25519) and fix issues by Valerio Setti · 2 years, 4 months ago
  19. 1a6d96f test: use full config as test starting point and solve issues by Valerio Setti · 2 years, 4 months ago
  20. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  21. 37bdd93 ecp_mod_p224_raw: Added `MBEDTLS_ECP_DP_SECP224R1_ENABLED` as a dependency by Minos Galanakis · 2 years, 4 months ago
  22. 37f4cb6 ecp_curves: Minor rework for p384 by Minos Galanakis · 2 years, 5 months ago
  23. 619385d test_suite_ecp: Added ecp_mod_p384_raw() test case. by Minos Galanakis · 2 years, 5 months ago
  24. eb591ff Add test generation for ecp_mod_p256_raw by Gabor Mezei · 2 years, 5 months ago
  25. ab6ac91 Extract Secp256r1 from the prototype by Gabor Mezei · 2 years, 5 months ago
  26. fe780a3 Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  27. 804cfd3 Follow the naming convention by Gabor Mezei · 2 years, 5 months ago
  28. f65a059 Add test generation for ecp_mod_p224_raw by Gabor Mezei · 2 years, 6 months ago
  29. 66f88a9 Extract Secp224r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  30. 9a1d02d test_suite_ecp: Added test for `mbedtls_ecp_modulus_setup()` by Minos Galanakis · 2 years, 6 months ago
  31. 555b1f7 Add check for test by Gabor Mezei · 2 years, 6 months ago
  32. cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  33. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  34. d8f67b9 Add test generation for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  35. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  36. 23d4b8b Add check for test by Gabor Mezei · 2 years, 6 months ago
  37. 2038ce9 Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  38. 51ec06a Add test function for ecp_mod_p192_raw by Gabor Mezei · 2 years, 6 months ago
  39. 4682948 test: driver-only: fix disparities in ECP by Valerio Setti · 2 years, 7 months ago
  40. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  41. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  42. 5786646 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  43. 2ff7711 mbedtls_ecp_point_read_binary from compressed fmt by Glenn Strauss · 2 years, 11 months ago
  44. f29c2a5 Add initialization for structures by Gabor Mezei · 2 years, 11 months ago
  45. 05feee1 Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
  46. ccae25b Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
  47. c4afef7 Use spec values as-is for test data by Werner Lewis · 3 years ago
  48. e54046c Add test for ECP group metadata by Werner Lewis · 3 years ago
  49. 3b09739 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
  50. f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
  51. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  52. fb389dd Enable invalid param test for ecp by Tuvshinzaya Erdenekhuu · 3 years ago
  53. eb8570f Fix missing newline by Dave Rodgman · 3 years, 2 months ago
  54. 5cab9da fix whitespace by Dave Rodgman · 3 years, 2 months ago
  55. 5708046 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  56. 6a478ef mbedtls_ecp_group_cmp: change names of parameters to more suitable by Przemek Stekiel · 3 years, 4 months ago
  57. 4b30feb Add test for ECP export by Przemek Stekiel · 3 years, 5 months ago
  58. 20edee7 Use mbedtls_test_read_mpi in test suites by Gilles Peskine · 4 years, 2 months ago
  59. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  60. aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  61. 814d012 Test calculated MBEDTLS_ECP_MAX_xxx constants in unit tests by Gilles Peskine · 4 years, 2 months ago
  62. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  63. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  64. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  65. 7888073 mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
  66. 6ff8a01 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 4 months ago
  67. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  68. 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
  69. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  70. 392d101 Clarify some comments by Gilles Peskine · 4 years, 4 months ago
  71. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  72. ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
  73. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  74. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  75. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  76. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  77. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  78. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  79. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  80. 923d579 Add test cases to check rng failure by Jonas · 5 years ago
  81. 182b0b9 Add test for ECP multiplication by Janos Follath · 6 years ago
  82. 57773d4 Merge remote-tracking branch 'restricted/pr/551' into development by Jaeden Amero · 6 years ago
  83. df9295b Make ecp_get_type public by Janos Follath · 6 years ago
  84. 171a7ef Add mbedtls_ecp_read_key by Janos Follath · 6 years ago
  85. 59b813c Add Montgomery points to ecp_point_read_binary by Janos Follath · 6 years ago
  86. 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
  87. 1959535 Add parameter validation test for mbedtls_ecp_check_pub_priv() by Hanno Becker · 7 years ago
  88. 549e455 Add parameter validation test for mbedtls_ecp_gen_privkey() by Hanno Becker · 7 years ago
  89. 0a4fa9b Add parameter validation test for mbedtls_ecp_check_budget() by Hanno Becker · 7 years ago
  90. 807c107 Fix typos in ECP test suite by Hanno Becker · 7 years ago
  91. 57b684f Add separate test for xxx_free() functions in ECP module by Hanno Becker · 7 years ago
  92. 12dff03 Test parameter validation for ECP module by Hanno Becker · 7 years ago
  93. 7a28e99 Expand test to ensure no assumption on output by Manuel Pégourié-Gonnard · 7 years ago
  94. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  95. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  96. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  97. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  98. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  99. 46ba7f3 Avoid running useless code in tests by Manuel Pégourié-Gonnard · 8 years ago
  100. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago