1. c81cfec Minor fixes to parameter validation in ECDH module by Hanno Becker · 7 years ago
  2. a7634e8 Fix wrong invocation of parameter validation macro in ECDH module by Hanno Becker · 7 years ago
  3. 91796d7 Implement parameter validation in ECDH module by Hanno Becker · 7 years ago
  4. 5a3e1bf ECDH: Make the implementation use the new context by Janos Follath · 7 years ago
  5. f61e486 ECDH: Add mbedtls_ecdh_setup() by Janos Follath · 7 years ago
  6. 2981d8f Change to positive flow for all cases by Ron Eldor · 7 years ago
  7. 93ace01 Revert positive flow check by Ron Eldor · 7 years ago
  8. b430d9f Change to positive checks by Ron Eldor · 7 years ago
  9. 19779c4 Some style and documentation fixes by Ron Eldor · 7 years ago
  10. 2b161c3 Fix compilation issue by Ron Eldor · 7 years ago
  11. 936d284 Minor fixes by Ron Eldor · 7 years ago
  12. 8493f80 conditionaly compile ECDH and ECDSA alt functions by Ron Eldor · 7 years ago
  13. ca29fdf Fix some typos in documentation and comments by Manuel Pégourié-Gonnard · 7 years ago
  14. c0edc96 Add comment on internal function API by Manuel Pégourié-Gonnard · 7 years ago
  15. d8b73f2 Remove unnecessary calls to init() from free() by Manuel Pégourié-Gonnard · 7 years ago
  16. ee68cff Fix or improve some comments (and whitespace) by Manuel Pégourié-Gonnard · 7 years ago
  17. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  18. a84c1cb Address PR cpomments reviews by Ron Eldor · 8 years ago
  19. bfa1972 Remove redundant checks, save a few muls by Manuel Pégourié-Gonnard · 8 years ago
  20. 5bd38b1 Replace memset() calls with xxx_init() calls by Manuel Pégourié-Gonnard · 8 years ago
  21. 23e4162 ECDH: not restartable unless explicitly enabled by Manuel Pégourié-Gonnard · 8 years ago
  22. 66ba48a Make ECDH functions actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  23. 433f39c ECDH alternative implementation support by Ron Eldor · 8 years ago
  24. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  25. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  26. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  27. 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
  28. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  29. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  30. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  31. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  32. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  33. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  34. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  35. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  36. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  37. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  38. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  39. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  40. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  41. 969ccc6 Fix length checking of various ClientKeyExchange's by Manuel Pégourié-Gonnard · 11 years ago
  42. 0ac99ca Merged support for secp224k1, secp192k1 and secp25k1 by Paul Bakker · 12 years ago
  43. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  44. 0a56c2c Fix bug in ecdh_calc_secret() by Manuel Pégourié-Gonnard · 12 years ago
  45. cdff3cf Add ecdh_get_params() to import from an EC key by Manuel Pégourié-Gonnard · 12 years ago
  46. 161ef96 Cache pre-computed points for ecp_mul() by Manuel Pégourié-Gonnard · 12 years ago
  47. c83e418 Prepare for ECDH point blinding just in case by Manuel Pégourié-Gonnard · 12 years ago
  48. e09d2f8 Change ecp_mul() prototype to allow randomization by Manuel Pégourié-Gonnard · 12 years ago
  49. 5734b2d Actually use the point format selected for ECDH by Manuel Pégourié-Gonnard · 12 years ago
  50. b548d77 Fixed memory leak in ecdh_compute_shared() in case of error by Paul Bakker · 12 years ago
  51. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  52. f35b739 Add a few check for context validity. by Manuel Pégourié-Gonnard · 12 years ago
  53. 424fda5 Add ecdh_calc_secret() by Manuel Pégourié-Gonnard · 12 years ago
  54. 5cceb41 Add ecdh_{make,read}_public() by Manuel Pégourié-Gonnard · 12 years ago
  55. 854fbd7 Add ecdh_read_params(). by Manuel Pégourié-Gonnard · 12 years ago
  56. 1372476 Add ecdh_make_server_params (untested yet) by Manuel Pégourié-Gonnard · 12 years ago
  57. 63533e4 Create ecdh_context structure by Manuel Pégourié-Gonnard · 12 years ago
  58. 2aea141 Add skeleton ecdsa.[ch] by Manuel Pégourié-Gonnard · 13 years ago
  59. 6545ca7 Add ECDH primitives by Manuel Pégourié-Gonnard · 13 years ago
  60. 0bad5c2 Add skeleton ecdh.[ch] by Manuel Pégourié-Gonnard · 13 years ago