1. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  2. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  3. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
  4. f0021d4 Update test function dependencies by Gabor Mezei · 2 years, 1 month ago
  5. 92ce4c2 Fix ecp variant check by Gabor Mezei · 2 years, 1 month ago
  6. 2a7bcaf Use only `MBEDTLS_ECP_WITH_MPI_UINT` to switch between the ecp variants by Gabor Mezei · 2 years, 1 month ago
  7. c810707 Add check for the ecp module variants by Gabor Mezei · 2 years, 2 months ago
  8. 163d346 test_suite_ecp: Changed to BITS_TO_LIMBS(224) * 2 in `ecp_mod_p_generic_raw`. by Minos Galanakis · 2 years, 1 month ago
  9. 23394b1 test_suite_ecp: Updated ecp_mod_p_generic_raw to use the `BITS_TO_LIMBS` macro. by Minos Galanakis · 2 years, 1 month ago
  10. 450abfd test_suite_ecp: Added `MBEDTLS_ECP_NIST_OPTIM` define guards. by Minos Galanakis · 2 years, 2 months ago
  11. effff76 test_suite_ecp: Updated `ecp_mod_p_generic_raw` for optimised reduction. by Minos Galanakis · 2 years, 2 months ago
  12. 88e16df bignum_mod: Refactored `mbedtls_mpi_mod_modulus_setup()` by Minos Galanakis · 2 years, 3 months ago
  13. a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
  14. 805a0a2 Merge pull request #7591 from minosgalanakis/ecp/6028_xtract_fast_reduction_curve25519 by Paul Elliott · 2 years, 2 months ago
  15. 6a88d05 Merge pull request #7629 from xkqian/bignum/test_read_write_named_modulu by Gilles Peskine · 2 years, 2 months ago
  16. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  17. 6824bad Change coding style to fix multi lines into one line by Xiaokang Qian · 2 years, 2 months ago
  18. 254f94b Add test code for big endian write/read by Xiaokang Qian · 2 years, 2 months ago
  19. da5cf48 Add intermediate variable to represent the bytes of big num by Xiaokang Qian · 2 years, 2 months ago
  20. 981d8b6 Merge pull request #7566 from paul-elliott-arm/core_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
  21. ebc2478 Move const result to the first parameter by Xiaokang Qian · 2 years, 2 months ago
  22. b8cf622 Add test function ecp_mod_random by Xiaokang Qian · 2 years, 2 months ago
  23. 16a36e6 Add mod test functions for unit read write by Xiaokang Qian · 2 years, 3 months ago
  24. a0aa5d8 Merge pull request #7582 from xkqian/bignum/test_add_sub_named_moduli by Janos Follath · 2 years, 2 months ago
  25. b5844e4 Change assert to equal base one comments by Xiaokang Qian · 2 years, 2 months ago
  26. e50a75f test: add exception in analyze_outcomes.py and fix test for montgomery curves by Valerio Setti · 2 years, 3 months ago
  27. c2c967b ecp.py: Added tests for `mbedtls_ecp_mod_p255_raw` by Minos Galanakis · 2 years, 3 months ago
  28. 2607067 Merge pull request #7565 from gabor-mezei-arm/7263_split_out_Koblitz_raw_functions by Paul Elliott · 2 years, 3 months ago
  29. 10b6daf Fix the comments of sum in ecp function by Xiaokang Qian · 2 years, 3 months ago
  30. 6d02c2f Compare the libs of two input value and add comments by Xiaokang Qian · 2 years, 3 months ago
  31. c304e53 Remove useless parameters for ecp_mod_add_sub by Xiaokang Qian · 2 years, 3 months ago
  32. 61b0c1c Refine code to align with the styles of ecp_mod_mul_inv by Xiaokang Qian · 2 years, 3 months ago
  33. 5fc7846 Add add_sub test cases for named moduli curves by Xiaokang Qian · 2 years, 3 months ago
  34. c8f677d Both compare the least significant limb 1 and the left limbs 0 by Xiaokang Qian · 2 years, 3 months ago
  35. c1f5e54 Remove useless parameter iret for ecp mul_inv cases by Xiaokang Qian · 2 years, 3 months ago
  36. 11dd5c0 Compare final result with ASSERT_COMPARE by Xiaokang Qian · 2 years, 3 months ago
  37. c812724 Check all of the limbs of result by Xiaokang Qian · 2 years, 3 months ago
  38. 1ae7ca4 Re-order the variable orders and rename them by Xiaokang Qian · 2 years, 3 months ago
  39. 78b93b1 Refine error check for mbedtls_ecp_modulus_setup by Xiaokang Qian · 2 years, 3 months ago
  40. afdea64 Remove the useless modulus validaty by Xiaokang Qian · 2 years, 3 months ago
  41. 631f63d Remove modulus double free by Xiaokang Qian · 2 years, 3 months ago
  42. e4dc798 Change coding styles of white space by Xiaokang Qian · 2 years, 3 months ago
  43. 8ca6437 Tidy up ecp mul_inv_test code by Xiaokang Qian · 2 years, 3 months ago
  44. 5e25f80 Add ecp test function for mont mul and inv by Xiaokang Qian · 2 years, 4 months ago
  45. 4fa8334 Convert curve 448 to use ecp core functions by Paul Elliott · 2 years, 3 months ago
  46. 03558b8 Add `_raw` function to P256K1 by Gabor Mezei · 2 years, 3 months ago
  47. e42bb62 Add `_raw` function to P224K1 by Gabor Mezei · 2 years, 3 months ago
  48. dacfe56 Add `_raw` function to P192K1 by Gabor Mezei · 2 years, 3 months ago
  49. 16648be Add Curve 448 tests by Paul Elliott · 2 years, 3 months ago
  50. 4dfed0a test_suite_ecp: Refactored `ecp_mod_p256k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  51. 9c2c81f ecp_curves: Renamed `ecp_mod_p256k1` -> `mbedtls_ecp_mod_p256k1` by Minos Galanakis · 2 years, 4 months ago
  52. d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
  53. 357b9e1 test_suite_ecp: Refactored `ecp_mod_p224k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  54. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  55. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 4 months ago
  56. 6942cc3 Merge pull request #7410 from valeriosetti/issue7390 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  57. 00c9c7a Remove unneeded limb variables by Gabor Mezei · 2 years, 4 months ago
  58. b70f5f1 Add checks to guarantee positive input parameters by Gabor Mezei · 2 years, 4 months ago
  59. b86ead3 Add generated tests for ecp_mod_p192k1 by Gabor Mezei · 2 years, 4 months ago
  60. 6d2ee70 test_suite_ecp: Removed `MBEDTLS_ECP_DP_SECP_GENERIC_ENABLED` dependency. by Minos Galanakis · 2 years, 4 months ago
  61. 0c477d3 test: include also test_suite_ecp for the coverage analysis by Valerio Setti · 2 years, 4 months ago
  62. 92278dc test_suite_ecp: Updated dependency macros for ecp_raw_generic. by Minos Galanakis · 2 years, 4 months ago
  63. 1358648 test_suite_ecp: Introduced `ecp_mod_p_generic_raw` by Minos Galanakis · 2 years, 5 months ago
  64. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  65. 54118a1 Merge pull request #7352 from gabor-mezei-arm/6349_fix_merge by Janos Follath · 2 years, 4 months ago
  66. e4758aa test: add a companion test for another curve (x25519) and fix issues by Valerio Setti · 2 years, 4 months ago
  67. 1a6d96f test: use full config as test starting point and solve issues by Valerio Setti · 2 years, 4 months ago
  68. df9c029 Remove obsolete ecp_fix_negative function by Gabor Mezei · 2 years, 4 months ago
  69. 37bdd93 ecp_mod_p224_raw: Added `MBEDTLS_ECP_DP_SECP224R1_ENABLED` as a dependency by Minos Galanakis · 2 years, 4 months ago
  70. 37f4cb6 ecp_curves: Minor rework for p384 by Minos Galanakis · 2 years, 5 months ago
  71. 619385d test_suite_ecp: Added ecp_mod_p384_raw() test case. by Minos Galanakis · 2 years, 5 months ago
  72. eb591ff Add test generation for ecp_mod_p256_raw by Gabor Mezei · 2 years, 5 months ago
  73. ab6ac91 Extract Secp256r1 from the prototype by Gabor Mezei · 2 years, 5 months ago
  74. fe780a3 Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  75. 804cfd3 Follow the naming convention by Gabor Mezei · 2 years, 5 months ago
  76. f65a059 Add test generation for ecp_mod_p224_raw by Gabor Mezei · 2 years, 6 months ago
  77. 66f88a9 Extract Secp224r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  78. 9a1d02d test_suite_ecp: Added test for `mbedtls_ecp_modulus_setup()` by Minos Galanakis · 2 years, 6 months ago
  79. 555b1f7 Add check for test by Gabor Mezei · 2 years, 6 months ago
  80. cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  81. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  82. d8f67b9 Add test generation for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  83. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  84. 23d4b8b Add check for test by Gabor Mezei · 2 years, 6 months ago
  85. 2038ce9 Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  86. 51ec06a Add test function for ecp_mod_p192_raw by Gabor Mezei · 2 years, 6 months ago
  87. 4682948 test: driver-only: fix disparities in ECP by Valerio Setti · 2 years, 7 months ago
  88. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  89. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  90. 5786646 Fix missing dependency declaration in test by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  91. 2ff7711 mbedtls_ecp_point_read_binary from compressed fmt by Glenn Strauss · 2 years, 11 months ago
  92. f29c2a5 Add initialization for structures by Gabor Mezei · 2 years, 11 months ago
  93. 05feee1 Restore vbuf value after modification by Werner Lewis · 2 years, 11 months ago
  94. ccae25b Add explicit mbedtls_ecp_tls_read_group_id call by Werner Lewis · 2 years, 11 months ago
  95. c4afef7 Use spec values as-is for test data by Werner Lewis · 3 years ago
  96. e54046c Add test for ECP group metadata by Werner Lewis · 3 years ago
  97. 3b09739 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
  98. f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
  99. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  100. fb389dd Enable invalid param test for ecp by Tuvshinzaya Erdenekhuu · 3 years ago