1. 406b917 Merge pull request #7044 from minosgalanakis/bignum/6342_add_named_moduli_setup by Janos Follath · 2 years, 5 months ago
  2. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 5 months ago
  3. d2ca802 ecp_curves: Added `mbedtls_ecp_modulus_setup()`. by Minos Galanakis · 2 years, 6 months ago
  4. 5686533 Add warning to mbedtls_ecp_set_max_ops() by Paul Elliott · 2 years, 5 months ago
  5. 78f79d3 ecp: add documentation for compressed points limitations by Valerio Setti · 2 years, 6 months ago
  6. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  7. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  8. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  9. a677b5f Fix minor issues by Przemek Stekiel · 3 years, 4 months ago
  10. 711d0f5 Add implemetation of ECP keypair export function by Przemek Stekiel · 3 years, 4 months ago
  11. cead70d doxygen: fix missing asterisk in ecp.h by Andrzej Kurek · 3 years, 6 months ago
  12. 36b70b2 Change MBEDTLS_ECP_DP_MAX to 14 by Brett Warren · 3 years, 9 months ago
  13. a73b577 Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 4 years ago
  14. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  15. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  16. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  17. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  18. 377c91e Remove meaningless clause by Gilles Peskine · 4 years, 2 months ago
  19. 5752e59 Reduce the default ECP window size by Gilles Peskine · 4 years, 2 months ago
  20. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  21. aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  22. bf69ea5 Make some fields of mbedtls_ecp_group public by Gilles Peskine · 4 years, 2 months ago
  23. 601d343 Update TLS presets when adding a curve by Gilles Peskine · 4 years, 2 months ago
  24. 6e1387a Update MBEDTLS_ECP_MAX_BITS when adding a curve by Gilles Peskine · 4 years, 2 months ago
  25. d0b1630 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
  26. 9ef1ea7 Move the definition of derived values out of the settings section by Gilles Peskine · 4 years, 2 months ago
  27. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  28. 782c2b9 fix comment, ChangeLog & migration-guide for MBEDTLS_ECP_FIXED_POINT_OPTIM by kXuan · 4 years, 2 months ago
  29. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  30. 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
  31. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  32. 1e8ca12 Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
  33. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  34. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  35. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  36. a3de08d Reorder curve enumeration like mbedtls_ecp_group_id by Gilles Peskine · 5 years ago
  37. 963a207 Document what needs to be done when adding a new curve by Gilles Peskine · 7 years ago
  38. 9b99a89 mbedtls_ecp_muladd is only for short Weierstrass curves by Gilles Peskine · 7 years ago
  39. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  40. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  41. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  42. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  43. 71d5667 Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  44. 1174db5 Revert "ecp: Remove dependency on TLS and X.509" by Gilles Peskine · 5 years ago
  45. d2085f5 Document that curve lists can include partially-supported curves by Gilles Peskine · 6 years ago
  46. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  47. c70a3c7 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  48. de0a41b ecp: Remove dependency on TLS and X.509 by Jaeden Amero · 7 years ago
  49. df9295b Make ecp_get_type public by Janos Follath · 6 years ago
  50. 28eb06d ECP: Catch unsupported import/export by Janos Follath · 6 years ago
  51. b65853c Improve documentation of mbedtls_ecp_read_key by Janos Follath · 6 years ago
  52. 171a7ef Add mbedtls_ecp_read_key by Janos Follath · 6 years ago
  53. 13cf3ec Fix typo in documentation by Gilles Peskine · 7 years ago
  54. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  55. 442ca57 Merge remote-tracking branch 'public/pr/1375' into development by Simon Butcher · 7 years ago
  56. a7064c3 Move ecp_restartable definitions out of the MBEDTLS_ECP_ALT guards by Darryl Green · 7 years ago
  57. 486f1b3 Improve wording in ECP documentation by Hanno Becker · 7 years ago
  58. 5edcfa5 Improve ECP documentation by Hanno Becker · 7 years ago
  59. ebffa79 Document parameter preconditions in ECP module by Hanno Becker · 7 years ago
  60. 8b0cf2e Include configuration file to headers by Ron Eldor · 7 years ago
  61. c3b680b Clarify requirements on handling ECP group IDs by Janos Follath · 7 years ago
  62. 89ac8c9 ECP: Add mbedtls_ecp_tls_read_group_id() by Janos Follath · 7 years ago
  63. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  64. abdf67e Cast number of operations to `uint` in MBEDTLS_ECP_BUDGET by Hanno Becker · 7 years ago
  65. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 7 years ago
  66. 32df911 Fix documentation of what functions restart when by Manuel Pégourié-Gonnard · 7 years ago
  67. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  68. 12e4a8b Improve documentation wording and formatting by Manuel Pégourié-Gonnard · 7 years ago
  69. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  70. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  71. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  72. fe0669f ecp: Fix binary compatibility with group ID by Jaeden Amero · 7 years ago
  73. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  74. a7a6155 Update ecp.h by Rose Zadik · 7 years ago
  75. d353405 Update ecp.h by Rose Zadik · 7 years ago
  76. c32efb3 Update ecp.h by Rose Zadik · 7 years ago
  77. d76ac58 Update ecp.h by Rose Zadik · 7 years ago
  78. f089fa3 Update ecp.h by Rose Zadik · 7 years ago
  79. b2e111a Update ecp.h by Rose Zadik · 7 years ago
  80. 5450d1f Merge branch 'crypto_alt_revision' into development-restricted-proposed by Gilles Peskine · 7 years ago
  81. f56cb34 Update ecp.h by Rose Zadik · 7 years ago
  82. d3c9bfc Update ecp.h by Rose Zadik · 7 years ago
  83. 05d0e51 Minor modifications for alt support in des and ecp by Ron Eldor · 7 years ago
  84. bf027e7 Minor modifications after PR review by Ron Eldor · 7 years ago
  85. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
  86. 1fae860 Merge remote-tracking branch 'upstream-public/pr/1543' into development-proposed by Gilles Peskine · 7 years ago
  87. 810e650 Adjust more modules to new design by Ron Eldor · 7 years ago
  88. 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  89. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  90. 54fc34e Include order of Curve25519 base point in curve data by Nicholas Wilson · 9 years ago
  91. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  92. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  93. fd87e35 Improve comments on parity trick by Manuel Pégourié-Gonnard · 8 years ago
  94. 7037e22 Improve comments and doc for ECP by Manuel Pégourié-Gonnard · 8 years ago
  95. 5314f23 Make verify_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  96. a0c5bcc Add infrastructure for ecdsa_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  97. c751148 Make some macros/functions public by Manuel Pégourié-Gonnard · 8 years ago
  98. b5a50e7 Always declare restartable function variants by Manuel Pégourié-Gonnard · 8 years ago
  99. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  100. a7937f9 Add public function generating private keys by Manuel Pégourié-Gonnard · 8 years ago