1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  3. 7861ecf Make RNG parameters mandatory in ECDH functions by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  4. 2abe51c Extend setup_and_run script to cover remaining configurations. by Mateusz Starzyk · 4 years, 2 months ago
  5. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  6. 537e643 Corrects documentation issues by Thomas Daubney · 4 years, 2 months ago
  7. 4e9fb39 Corrects documentation in ecdh.h by Thomas Daubney · 4 years, 2 months ago
  8. 416c46f Defines MBEDTLS_ECDH_LEGACY_CONTEXT in ecdh.h by Thomas Daubney · 4 years, 2 months ago
  9. 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
  10. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  11. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  12. 20b3ef3 Add mbedtls_ecdh_can_do by Gilles Peskine · 6 years ago
  13. c3cbdde ECDH: Fix whitespace, permissions by Christoph M. Wintersteiger · 7 years ago
  14. de4fcf2 ECDH: Add new ECDH context for Everest Curve25519 by Christoph M. Wintersteiger · 7 years ago
  15. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  16. 43f564f Define MBEDTLS_ECDH_LEGACY_CONTEXT in config.h by Gilles Peskine · 6 years ago
  17. 442ca57 Merge remote-tracking branch 'public/pr/1375' into development by Simon Butcher · 7 years ago
  18. c81cfec Minor fixes to parameter validation in ECDH module by Hanno Becker · 7 years ago
  19. 60b6504 Fix parameter name in documentation of ECDH module by Hanno Becker · 7 years ago
  20. e77ef2a Document parameter preconditions in ECH module by Hanno Becker · 7 years ago
  21. 9cbd1b2 Include configuration file for all headers by Ron Eldor · 7 years ago
  22. c9c32f3 ECDH: Add flexible context and legacy flag by Janos Follath · 7 years ago
  23. f61e486 ECDH: Add mbedtls_ecdh_setup() by Janos Follath · 7 years ago
  24. 32df911 Fix documentation of what functions restart when by Manuel Pégourié-Gonnard · 7 years ago
  25. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 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. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  28. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  29. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  30. 7375b0f Update ecdh.h by Rose Zadik · 7 years ago
  31. 6899328 Update ecdh.h by Rose Zadik · 7 years ago
  32. de2d622 Improve ECDH documentation by Rose Zadik · 8 years ago
  33. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  34. eaf55be Misc documentation fixes/improvements by Manuel Pégourié-Gonnard · 8 years ago
  35. 23e4162 ECDH: not restartable unless explicitly enabled by Manuel Pégourié-Gonnard · 8 years ago
  36. fd838da Comment cosmetics by Manuel Pégourié-Gonnard · 8 years ago
  37. 66ba48a Make ECDH functions actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  38. c90d3b0 Update doc for restartable ECDH functions by Manuel Pégourié-Gonnard · 8 years ago
  39. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  40. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  41. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  42. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  43. 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
  44. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ecdh.h]
  45. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  46. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  47. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  48. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  49. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  50. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  51. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  52. 237a847 Fix typos in comments by Paul Bakker · 11 years ago
  53. 2361746 Try to clarify ECDH interface documentation by Manuel Pégourié-Gonnard · 11 years ago
  54. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  55. a36d23e Fixed documentation issues found by clang by Paul Bakker · 12 years ago
  56. cdff3cf Add ecdh_get_params() to import from an EC key by Manuel Pégourié-Gonnard · 12 years ago
  57. bdc9676 Remove polarssl/ from header includes by Manuel Pégourié-Gonnard · 12 years ago
  58. 161ef96 Cache pre-computed points for ecp_mul() by Manuel Pégourié-Gonnard · 12 years ago
  59. c83e418 Prepare for ECDH point blinding just in case by Manuel Pégourié-Gonnard · 12 years ago
  60. dcbfdcc Updated doxygen documentation in header files and HTML pages by Paul Bakker · 12 years ago
  61. e09d2f8 Change ecp_mul() prototype to allow randomization by Manuel Pégourié-Gonnard · 12 years ago
  62. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  63. 424fda5 Add ecdh_calc_secret() by Manuel Pégourié-Gonnard · 12 years ago
  64. 5cceb41 Add ecdh_{make,read}_public() by Manuel Pégourié-Gonnard · 12 years ago
  65. 854fbd7 Add ecdh_read_params(). by Manuel Pégourié-Gonnard · 12 years ago
  66. 1372476 Add ecdh_make_server_params (untested yet) by Manuel Pégourié-Gonnard · 12 years ago
  67. 63533e4 Create ecdh_context structure by Manuel Pégourié-Gonnard · 12 years ago
  68. 6545ca7 Add ECDH primitives by Manuel Pégourié-Gonnard · 13 years ago
  69. 0bad5c2 Add skeleton ecdh.[ch] by Manuel Pégourié-Gonnard · 13 years ago