1. c590611 Add requested montgomery curve tests by Archana · 4 years, 1 month ago
  2. 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 4 years, 2 months ago
  3. d910305 Fix ecp_check_pub() test cases by Janos Follath · 4 years, 1 month ago
  4. 59e7aac Add ecp_check_pub tests for Curve 448 by Janos Follath · 4 years, 1 month ago
  5. 45af039 Add DoS test case for ecp_check_pub by Janos Follath · 4 years, 1 month ago
  6. 2f1d7f9 Remove redundant ecp_check_pub() tests by Janos Follath · 4 years, 1 month ago
  7. f941fb9 Add test for check_pubkey for x25519 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  8. f29857c Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  9. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  10. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  11. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  12. 7888073 mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
  13. 67986d0 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 4 months ago
  14. 96449ce mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 4 months ago
  15. 6ff8a01 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 4 months ago
  16. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  17. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  18. ca91ee4 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
  19. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  20. 14f0e52 Fix Curve25519 ecp_read_key vectors to match description by Steven Cooreman · 5 years ago
  21. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  22. 923d579 Add test cases to check rng failure by Jonas · 5 years ago
  23. efa2ac8 Uniquify test case descriptions by Gilles Peskine · 6 years ago
  24. 05a708f Add negative tests for Curve25519 by Janos Follath · 6 years ago
  25. 182b0b9 Add test for ECP multiplication by Janos Follath · 6 years ago
  26. 54ba3eb ECP: Clarify test descriptions by Janos Follath · 6 years ago
  27. bf42408 Improve ECP test names by Janos Follath · 6 years ago
  28. 4ffdbe0 Add more tests for ecp_read_key by Janos Follath · 6 years ago
  29. 28eb06d ECP: Catch unsupported import/export by Janos Follath · 6 years ago
  30. ffbd7e8 Improve mbedtls_ecp_point_read_binary tests by Janos Follath · 6 years ago
  31. 7caf8e4 Add Montgomery points to ecp_point_write_binary by Janos Follath · 6 years ago
  32. 171a7ef Add mbedtls_ecp_read_key by Janos Follath · 6 years ago
  33. 59b813c Add Montgomery points to ecp_point_read_binary by Janos Follath · 6 years ago
  34. 57b684f Add separate test for xxx_free() functions in ECP module by Hanno Becker · 7 years ago
  35. 12dff03 Test parameter validation for ECP module by Hanno Becker · 7 years ago
  36. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  37. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  38. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  39. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  40. b889d3e Clarify & uniformise test comments by Manuel Pégourié-Gonnard · 8 years ago
  41. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  42. 1631d63 Make muladd_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  43. 54dd652 Introduce muladd_restartable() and its sub-context by Manuel Pégourié-Gonnard · 8 years ago
  44. d3a0ca8 Add tests about number of restarts by Manuel Pégourié-Gonnard · 8 years ago
  45. 510d5ca Add early return test + fake implementation by Manuel Pégourié-Gonnard · 8 years ago
  46. 28fff14 Add invalid key tests for curve SECP224K1 by Janos Follath · 9 years ago
  47. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  48. 23ee4d6 Rm ecp_small tests (use only named groups) by Manuel Pégourié-Gonnard · 10 years ago
  49. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  50. 6c7af4c Fix a few internal name choices by Manuel Pégourié-Gonnard · 10 years ago
  51. 30668d6 Add ecp_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  52. f87cad9 Fix some curve-specific depends in tests by Manuel Pégourié-Gonnard · 11 years ago
  53. c042cf0 Fix broken tests due to changed error code by Manuel Pégourié-Gonnard · 11 years ago
  54. c7a88a9 Fix more depend issues on specific curves by Manuel Pégourié-Gonnard · 11 years ago
  55. ea499a7 Add support for secp192k1 by Manuel Pégourié-Gonnard · 12 years ago
  56. 18e3ec9 Add support for secp224k1 by Manuel Pégourié-Gonnard · 12 years ago
  57. f51c8fc Add support for secp256k1 arithmetic by Manuel Pégourié-Gonnard · 12 years ago
  58. 474c2ce Fixed dependencies for some tests by Paul Bakker · 12 years ago
  59. fe0af40 Adapt ecp_gen_keypair() to Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
  60. a0179b8 Change ecp_mul to handle Curve25519 too by Manuel Pégourié-Gonnard · 12 years ago
  61. 312d2e8 Adapt key checking functions for Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
  62. 0267e3d Add ecp_curve_info_from_name() by Manuel Pégourié-Gonnard · 12 years ago
  63. 104ee1d Add ecp_genkey(), prettier wrapper by Manuel Pégourié-Gonnard · 12 years ago
  64. ff27b7c Tighten ecp_mul() validity checks by Manuel Pégourié-Gonnard · 12 years ago
  65. e783f06 Start working on mod_p224 by Manuel Pégourié-Gonnard · 12 years ago
  66. cc67aee Make ecp_mod_p521 a bit faster by Manuel Pégourié-Gonnard · 12 years ago
  67. d1e7a45 Rework ecp_mod_p192() by Manuel Pégourié-Gonnard · 12 years ago
  68. 43545c8 Add test vectors for brainpool curves by Manuel Pégourié-Gonnard · 12 years ago
  69. 420edca Clean up config-suite-b.h thanks to new certs by Manuel Pégourié-Gonnard · 12 years ago
  70. 456d3b9 Make ECP error codes more specific by Manuel Pégourié-Gonnard · 12 years ago
  71. e09d2f8 Change ecp_mul() prototype to allow randomization by Manuel Pégourié-Gonnard · 12 years ago
  72. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 12 years ago
  73. 8ea6c61 Rename of prvkey -> privkey fix in test suite files by Paul Bakker · 12 years ago
  74. c8dc295 Add ecp_check_prvkey, with test by Manuel Pégourié-Gonnard · 12 years ago
  75. fd3eac5 Cleaned up ECP error codes by Paul Bakker · 12 years ago
  76. 5dc6b5f Made supported curves configurable by Paul Bakker · 12 years ago
  77. 7c145c6 Fix ecp_tls_read_group's signature by Manuel Pégourié-Gonnard · 12 years ago
  78. 8c16f96 Add a few tests for ecp_tls_read_point by Manuel Pégourié-Gonnard · 12 years ago
  79. 46106a9 Add tests for (and fix bug in) ecp_tls_write_group by Manuel Pégourié-Gonnard · 12 years ago
  80. 6282aca Add basic tests for ecp_tls_*_point by Manuel Pégourié-Gonnard · 12 years ago
  81. d84895d Supress 'format' argument to ecp_read_binary. by Manuel Pégourié-Gonnard · 12 years ago
  82. 1a96728 Add function parsing a TLS ECParameters record by Manuel Pégourié-Gonnard · 12 years ago
  83. 007b717 ECDH : add test vectors from RFC 5903. by Manuel Pégourié-Gonnard · 13 years ago
  84. 45a035a Add ecp_gen_keypair() by Manuel Pégourié-Gonnard · 13 years ago
  85. 5e402d8 Added ecp_read_binary(). by Manuel Pégourié-Gonnard · 13 years ago
  86. 37d218a Added support for writing points compressed by Manuel Pégourié-Gonnard · 13 years ago
  87. e19feb5 Added ecp_write_binary(). by Manuel Pégourié-Gonnard · 13 years ago
  88. 1c33057 Added ecp_check_pubkey(). by Manuel Pégourié-Gonnard · 13 years ago
  89. c554e9a Added test vectors from RFC 5903 by Manuel Pégourié-Gonnard · 13 years ago
  90. b63f9e9 Made ecp_mul() faster and truly SPA resistant by Manuel Pégourié-Gonnard · 13 years ago
  91. b4a310b Added a selftest about SPA resistance by Manuel Pégourié-Gonnard · 13 years ago
  92. 9674fd0 Added ecp_sub() as a variant of ecp_add() by Manuel Pégourié-Gonnard · 13 years ago
  93. 4bdd47d Multiplication by negative is now forbidden by Manuel Pégourié-Gonnard · 13 years ago
  94. 8433824 Added fast mod_p192 by Manuel Pégourié-Gonnard · 13 years ago
  95. e739f01 Added test vectors from RFC 5114 to test suite by Manuel Pégourié-Gonnard · 13 years ago
  96. 4b8c3f2 Moved tests from selftest to tests/test_suite_ecp by Manuel Pégourié-Gonnard · 13 years ago