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