1. e3fb4cc mbedtls_ecp_write_key_ext(): new function by Gilles Peskine · 1 year, 6 months ago
  2. 1c7ff7e mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
  3. a395bdd mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
  4. 7ea7202 New function mbedtls_ecp_keypair_calc_public by Gilles Peskine · 2 years, 2 months ago
  5. 2824032 New function mbedtls_ecp_set_public_key by Gilles Peskine · 2 years, 2 months ago
  6. 953f2a4 Merge pull request #7892 from AgathiyanB/fix-coverage-MBEDTLS_ECP_NIST_OPTIM-disabled by Dave Rodgman · 2 years ago
  7. 3e1e2e1 Add dependency MBEDTLS_ECP_NIST_OPTIM for ECP test by Agathiyan Bragadeesh · 2 years, 1 month ago
  8. c810707 Add check for the ecp module variants by Gabor Mezei · 2 years, 2 months ago
  9. 93baf39 test_suite_ecp.data: Added test cases for modulo-1 in coordinate representation. by Minos Galanakis · 2 years, 1 month ago
  10. e0c329b test_suite_ecp.data: Limb aligned inputs by Minos Galanakis · 2 years, 1 month ago
  11. a984d77 ecp_curves: Added dataset for SECP224K1 Coordinate Modulus. by Minos Galanakis · 2 years, 1 month ago
  12. fee70a5 test_suite_ecp: Extended `ecp_mul_inv` tests for optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  13. b3366c5 Update comments about how to generate mod_read_write data by Xiaokang Qian · 2 years, 2 months ago
  14. dfaf90f Add test data for function ecp_mod_random by Xiaokang Qian · 2 years, 2 months ago
  15. 5e4e287 Add test data for ecp mod read write by Xiaokang Qian · 2 years, 3 months ago
  16. 967b477 Add test data "modulus-1" and "modulus-2" for every curve by Xiaokang Qian · 2 years, 3 months ago
  17. f33b4a5 Update comments how to generate the randoms to make it reproducible by Xiaokang Qian · 2 years, 3 months ago
  18. be860a1 Generate test data with special seed 2,3,4 by Xiaokang Qian · 2 years, 3 months ago
  19. bead774 Fix the limb mismatch issue on 32-bit platform by Xiaokang Qian · 2 years, 3 months ago
  20. c304e53 Remove useless parameters for ecp_mod_add_sub by Xiaokang Qian · 2 years, 3 months ago
  21. 4dd1c0a Add test data for ecp_add_sub by Xiaokang Qian · 2 years, 3 months ago
  22. 9fe2587 Add add_sub test data for named moduli curves by Xiaokang Qian · 2 years, 3 months ago
  23. c1f5e54 Remove useless parameter iret for ecp mul_inv cases by Xiaokang Qian · 2 years, 3 months ago
  24. d3e86a1 Add back 255 bit test data for SECP224K1 test cases by Xiaokang Qian · 2 years, 3 months ago
  25. 5b6bedf Add comments to the data file for the cureve secp224k1 by Xiaokang Qian · 2 years, 3 months ago
  26. 424da8a Revert to 224bit random data no need leading bit "1" by Xiaokang Qian · 2 years, 3 months ago
  27. b7f9950 Increase bit size to 225 for SECP224K1 test cases by Xiaokang Qian · 2 years, 3 months ago
  28. 86cb08b Add comments about how the mod_inv data is generated by Xiaokang Qian · 2 years, 3 months ago
  29. d244c83 Update ecp mul_inv test cases by Xiaokang Qian · 2 years, 3 months ago
  30. 3d0c2be Add ecp test cases for mont mul and inv after named moduli setup by Xiaokang Qian · 2 years, 3 months ago
  31. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  32. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
  33. 36f7c0e test_suite_ecp: Added .data for `ecp_setup_test()` by Minos Galanakis · 2 years, 6 months ago
  34. aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 7 months ago
  35. 65fc9f7 Add tests for ecp quasi-reduction by Gabor Mezei · 2 years, 7 months ago
  36. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  37. 2ff7711 mbedtls_ecp_point_read_binary from compressed fmt by Glenn Strauss · 2 years, 11 months ago
  38. 7403d93 Add leading zeros to group metadata by Werner Lewis · 2 years, 11 months ago
  39. 5780730 Fix typo in MBEDTLS_ECP_DP_BP512R1 by Werner Lewis · 2 years, 11 months ago
  40. c4afef7 Use spec values as-is for test data by Werner Lewis · 3 years ago
  41. e54046c Add test for ECP group metadata by Werner Lewis · 3 years ago
  42. 3b09739 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
  43. 5708046 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  44. a677b5f Fix minor issues by Przemek Stekiel · 3 years, 5 months ago
  45. 4b30feb Add test for ECP export by Przemek Stekiel · 3 years, 5 months ago
  46. c590611 Add requested montgomery curve tests by Archana · 4 years, 1 month ago
  47. 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 4 years, 2 months ago
  48. d910305 Fix ecp_check_pub() test cases by Janos Follath · 4 years, 1 month ago
  49. 59e7aac Add ecp_check_pub tests for Curve 448 by Janos Follath · 4 years, 1 month ago
  50. 45af039 Add DoS test case for ecp_check_pub by Janos Follath · 4 years, 1 month ago
  51. 2f1d7f9 Remove redundant ecp_check_pub() tests by Janos Follath · 4 years, 1 month ago
  52. f941fb9 Add test for check_pubkey for x25519 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  53. f29857c Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  54. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  55. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  56. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  57. 7888073 mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
  58. 67986d0 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 5 months ago
  59. 96449ce mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 5 months ago
  60. 6ff8a01 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 5 months ago
  61. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  62. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  63. ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
  64. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  65. 14f0e52 Fix Curve25519 ecp_read_key vectors to match description by Steven Cooreman · 5 years ago
  66. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  67. 923d579 Add test cases to check rng failure by Jonas · 5 years ago
  68. efa2ac8 Uniquify test case descriptions by Gilles Peskine · 6 years ago
  69. 05a708f Add negative tests for Curve25519 by Janos Follath · 6 years ago
  70. 182b0b9 Add test for ECP multiplication by Janos Follath · 6 years ago
  71. 54ba3eb ECP: Clarify test descriptions by Janos Follath · 6 years ago
  72. bf42408 Improve ECP test names by Janos Follath · 6 years ago
  73. 4ffdbe0 Add more tests for ecp_read_key by Janos Follath · 6 years ago
  74. 28eb06d ECP: Catch unsupported import/export by Janos Follath · 6 years ago
  75. ffbd7e8 Improve mbedtls_ecp_point_read_binary tests by Janos Follath · 6 years ago
  76. 7caf8e4 Add Montgomery points to ecp_point_write_binary by Janos Follath · 6 years ago
  77. 171a7ef Add mbedtls_ecp_read_key by Janos Follath · 6 years ago
  78. 59b813c Add Montgomery points to ecp_point_read_binary by Janos Follath · 6 years ago
  79. 57b684f Add separate test for xxx_free() functions in ECP module by Hanno Becker · 7 years ago
  80. 12dff03 Test parameter validation for ECP module by Hanno Becker · 7 years ago
  81. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  82. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  83. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  84. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  85. b889d3e Clarify & uniformise test comments by Manuel Pégourié-Gonnard · 8 years ago
  86. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  87. 1631d63 Make muladd_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  88. 54dd652 Introduce muladd_restartable() and its sub-context by Manuel Pégourié-Gonnard · 8 years ago
  89. d3a0ca8 Add tests about number of restarts by Manuel Pégourié-Gonnard · 8 years ago
  90. 510d5ca Add early return test + fake implementation by Manuel Pégourié-Gonnard · 8 years ago
  91. 28fff14 Add invalid key tests for curve SECP224K1 by Janos Follath · 9 years ago
  92. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  93. 23ee4d6 Rm ecp_small tests (use only named groups) by Manuel Pégourié-Gonnard · 10 years ago
  94. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  95. 6c7af4c Fix a few internal name choices by Manuel Pégourié-Gonnard · 10 years ago
  96. 30668d6 Add ecp_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  97. f87cad9 Fix some curve-specific depends in tests by Manuel Pégourié-Gonnard · 11 years ago
  98. c042cf0 Fix broken tests due to changed error code by Manuel Pégourié-Gonnard · 11 years ago
  99. c7a88a9 Fix more depend issues on specific curves by Manuel Pégourié-Gonnard · 11 years ago
  100. ea499a7 Add support for secp192k1 by Manuel Pégourié-Gonnard · 12 years ago