1. 1990fab Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  2. eaf7442 Fail the build if MBEDTLS_ECP_MAX_BITS is not large enough by Gilles Peskine · 4 years, 2 months ago
  3. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  4. f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
  5. b34aeeb Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  6. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  7. 4dc50bc Fix typo in documentation by Gilles Peskine · 7 years ago
  8. f0f8c09 Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  9. b779759 Move ecp_restartable definitions out of the MBEDTLS_ECP_ALT guards by Darryl Green · 7 years ago
  10. 486f1b3 Improve wording in ECP documentation by Hanno Becker · 7 years ago
  11. 5edcfa5 Improve ECP documentation by Hanno Becker · 7 years ago
  12. ebffa79 Document parameter preconditions in ECP module by Hanno Becker · 7 years ago
  13. 8b0cf2e Include configuration file to headers by Ron Eldor · 7 years ago
  14. c3b680b Clarify requirements on handling ECP group IDs by Janos Follath · 7 years ago
  15. 89ac8c9 ECP: Add mbedtls_ecp_tls_read_group_id() by Janos Follath · 7 years ago
  16. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  17. abdf67e Cast number of operations to `uint` in MBEDTLS_ECP_BUDGET by Hanno Becker · 7 years ago
  18. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 7 years ago
  19. 32df911 Fix documentation of what functions restart when by Manuel Pégourié-Gonnard · 7 years ago
  20. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  21. 12e4a8b Improve documentation wording and formatting by Manuel Pégourié-Gonnard · 7 years ago
  22. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  23. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  24. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  25. fe0669f ecp: Fix binary compatibility with group ID by Jaeden Amero · 7 years ago
  26. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  27. a7a6155 Update ecp.h by Rose Zadik · 7 years ago
  28. d353405 Update ecp.h by Rose Zadik · 7 years ago
  29. c32efb3 Update ecp.h by Rose Zadik · 7 years ago
  30. d76ac58 Update ecp.h by Rose Zadik · 7 years ago
  31. f089fa3 Update ecp.h by Rose Zadik · 7 years ago
  32. b2e111a Update ecp.h by Rose Zadik · 7 years ago
  33. 5450d1f Merge branch 'crypto_alt_revision' into development-restricted-proposed by Gilles Peskine · 7 years ago
  34. f56cb34 Update ecp.h by Rose Zadik · 7 years ago
  35. d3c9bfc Update ecp.h by Rose Zadik · 7 years ago
  36. 05d0e51 Minor modifications for alt support in des and ecp by Ron Eldor · 7 years ago
  37. bf027e7 Minor modifications after PR review by Ron Eldor · 7 years ago
  38. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
  39. 1fae860 Merge remote-tracking branch 'upstream-public/pr/1543' into development-proposed by Gilles Peskine · 7 years ago
  40. 810e650 Adjust more modules to new design by Ron Eldor · 7 years ago
  41. 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  42. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  43. 54fc34e Include order of Curve25519 base point in curve data by Nicholas Wilson · 9 years ago
  44. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  45. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  46. fd87e35 Improve comments on parity trick by Manuel Pégourié-Gonnard · 8 years ago
  47. 7037e22 Improve comments and doc for ECP by Manuel Pégourié-Gonnard · 8 years ago
  48. 5314f23 Make verify_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  49. a0c5bcc Add infrastructure for ecdsa_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  50. c751148 Make some macros/functions public by Manuel Pégourié-Gonnard · 8 years ago
  51. b5a50e7 Always declare restartable function variants by Manuel Pégourié-Gonnard · 8 years ago
  52. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  53. a7937f9 Add public function generating private keys by Manuel Pégourié-Gonnard · 8 years ago
  54. 54dd652 Introduce muladd_restartable() and its sub-context by Manuel Pégourié-Gonnard · 8 years ago
  55. 3a25612 Reset ops_done at the right time by Manuel Pégourié-Gonnard · 8 years ago
  56. 646393b Move ops count to top-level context by Manuel Pégourié-Gonnard · 8 years ago
  57. 8467e68 Stop checking for argument change by Manuel Pégourié-Gonnard · 8 years ago
  58. 3cade22 Switch to restart context internally by Manuel Pégourié-Gonnard · 8 years ago
  59. 8f28add Update documentation for new design/API by Manuel Pégourié-Gonnard · 8 years ago
  60. b739a71 Start moving to new design/API by Manuel Pégourié-Gonnard · 8 years ago
  61. 45fd016 Rename multiplication-specific restart context by Manuel Pégourié-Gonnard · 8 years ago
  62. e58f65a Expand documentation with notes and warnings by Manuel Pégourié-Gonnard · 8 years ago
  63. e685449 Scale ops count for larger curves by Manuel Pégourié-Gonnard · 8 years ago
  64. 9c5c78f Fix indicative values of ops counts by Manuel Pégourié-Gonnard · 8 years ago
  65. 1c678e0 Update doc about minimum max_ops value by Manuel Pégourié-Gonnard · 8 years ago
  66. 77af79a Add proper allocation of restart context by Manuel Pégourié-Gonnard · 8 years ago
  67. 054433c Add mbedtls_ecp_set_max_ops() by Manuel Pégourié-Gonnard · 8 years ago
  68. 5e3c62f Add MBEDTLS_ERR_ECP_IN_PROGRESS by Manuel Pégourié-Gonnard · 8 years ago
  69. 225b37a Fix typos in comment by Manuel Pégourié-Gonnard · 8 years ago
  70. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  71. c44ab97 Apply review feedback on ECP interface by Janos Follath · 9 years ago
  72. 372697b Clean up ECP abstraction layer code by Janos Follath · 9 years ago
  73. b069753 ECP: Add module and function level replacement options. by Janos Follath · 9 years ago
  74. 6029a85 Add ecjpake_zpk_read() by Manuel Pégourié-Gonnard · 10 years ago
  75. d9a3f47 Add mbedtls_ecp_gen_keypair_base() by Manuel Pégourié-Gonnard · 10 years ago
  76. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  77. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  78. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  79. 7320eb4 Remove references to some Montgomery curves by Manuel Pégourié-Gonnard · 10 years ago
  80. 797f48a Rename ecp_curve_info.size to bit_size by Manuel Pégourié-Gonnard · 10 years ago
  81. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  82. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  83. eecb43c Manually merge doc fixes from 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  84. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  85. 56cc88a Rm ecp_add() and add ecp_muladd() by Manuel Pégourié-Gonnard · 10 years ago
  86. 6dde596 Remove ecp_sub() by Manuel Pégourié-Gonnard · 10 years ago
  87. aff37e5 Remove ecp_group_read_string() by Manuel Pégourié-Gonnard · 10 years ago
  88. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  89. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  90. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ecp.h]
  91. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  92. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  93. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  94. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  95. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  96. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  97. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  98. 150c4f6 Clarify documentation a bit by Manuel Pégourié-Gonnard · 11 years ago
  99. 30668d6 Add ecp_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  100. db20c10 Add #endif comments for #endif more than 10 lines from #if / #else by Paul Bakker · 11 years ago