1. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. 9cdda86 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.16r0 by Janos Follath · 5 years ago
  3. 966cb79 Update documentation about optional f_rng parameter by Manuel Pégourié-Gonnard · 5 years ago
  4. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  5. 298a43a Merge remote-tracking branch 'upstream-restricted/pr/549' into mbedtls-2.7-restricted by Gilles Peskine · 6 years ago
  6. c80555d Add public function generating private keys by Manuel Pégourié-Gonnard · 8 years ago
  7. 0559c66 Include configuration file to headers by Ron Eldor · 7 years ago
  8. 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  9. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  10. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  11. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  12. c44ab97 Apply review feedback on ECP interface by Janos Follath · 9 years ago
  13. 372697b Clean up ECP abstraction layer code by Janos Follath · 9 years ago
  14. b069753 ECP: Add module and function level replacement options. by Janos Follath · 9 years ago
  15. 6029a85 Add ecjpake_zpk_read() by Manuel Pégourié-Gonnard · 10 years ago
  16. d9a3f47 Add mbedtls_ecp_gen_keypair_base() by Manuel Pégourié-Gonnard · 10 years ago
  17. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  18. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  19. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  20. 7320eb4 Remove references to some Montgomery curves by Manuel Pégourié-Gonnard · 10 years ago
  21. 797f48a Rename ecp_curve_info.size to bit_size by Manuel Pégourié-Gonnard · 10 years ago
  22. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  23. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  24. eecb43c Manually merge doc fixes from 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  25. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  26. 56cc88a Rm ecp_add() and add ecp_muladd() by Manuel Pégourié-Gonnard · 10 years ago
  27. 6dde596 Remove ecp_sub() by Manuel Pégourié-Gonnard · 10 years ago
  28. aff37e5 Remove ecp_group_read_string() by Manuel Pégourié-Gonnard · 10 years ago
  29. 862d503 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  30. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  31. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ecp.h]
  32. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  33. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  34. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  35. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  36. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  37. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  38. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  39. 150c4f6 Clarify documentation a bit by Manuel Pégourié-Gonnard · 11 years ago
  40. 30668d6 Add ecp_check_pub_priv() by Manuel Pégourié-Gonnard · 11 years ago
  41. db20c10 Add #endif comments for #endif more than 10 lines from #if / #else by Paul Bakker · 11 years ago
  42. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  43. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  44. 35e95dd Add special return code for ecdsa length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  45. 75342a6 Fixed typos in code by Paul Bakker · 11 years ago
  46. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  47. dd75c31 Remove potential timing leak in ecdsa_sign() by Manuel Pégourié-Gonnard · 11 years ago
  48. 5246ee5 Work around compressed EC public key in some cases by Manuel Pégourié-Gonnard · 11 years ago
  49. ac71941 Renamings and other fixes by Manuel Pégourié-Gonnard · 11 years ago
  50. e40c469 The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[]. by Gergely Budai · 12 years ago
  51. ad3fab6 Fix outdated comment by Manuel Pégourié-Gonnard · 12 years ago
  52. 9bcff39 Add OIDs and TLS IDs for prime Koblitz curves by Manuel Pégourié-Gonnard · 12 years ago
  53. f51c8fc Add support for secp256k1 arithmetic by Manuel Pégourié-Gonnard · 12 years ago
  54. c738791 Merged ECP memory usage optimizations by Paul Bakker · 12 years ago
  55. 9e4191c Add another option to reduce EC memory usage by Manuel Pégourié-Gonnard · 12 years ago
  56. a36d23e Fixed documentation issues found by clang by Paul Bakker · 12 years ago
  57. 1f82b04 Adapt ecp_group_free() to static constants by Manuel Pégourié-Gonnard · 12 years ago
  58. e1b665e Added POLARSSL_ECP_MAX_SIZE and POLARSSL_ECP_WINDOW_SIZE to config.h by Paul Bakker · 12 years ago
  59. 7a949d3 Update comments by Manuel Pégourié-Gonnard · 12 years ago
  60. 97871ef Some operations are not supported with Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
  61. 6615366 Add Curve25519 to known groups by Manuel Pégourié-Gonnard · 12 years ago
  62. 0267e3d Add ecp_curve_info_from_name() by Manuel Pégourié-Gonnard · 12 years ago
  63. 104ee1d Add ecp_genkey(), prettier wrapper by Manuel Pégourié-Gonnard · 12 years ago
  64. d728350 Make memory access pattern constant by Manuel Pégourié-Gonnard · 12 years ago
  65. ff27b7c Tighten ecp_mul() validity checks by Manuel Pégourié-Gonnard · 12 years ago
  66. 09ceaf4 Rm multiplication using NAF by Manuel Pégourié-Gonnard · 12 years ago
  67. c30200e Fix bound issues by Manuel Pégourié-Gonnard · 12 years ago
  68. d1c1ba9 First version of ecp_mul_comb() by Manuel Pégourié-Gonnard · 12 years ago
  69. cae6f3e Reorganize code in ecp.c by Manuel Pégourié-Gonnard · 12 years ago
  70. b799dec Merged support for Brainpool curves and ciphersuites by Paul Bakker · 12 years ago
  71. bdc9676 Remove polarssl/ from header includes by Manuel Pégourié-Gonnard · 12 years ago
  72. 0cd6f98 Don't special-case a = -3, not worth it by Manuel Pégourié-Gonnard · 12 years ago
  73. cd7458a Support brainpool curves in ecp_check_pubkey() by Manuel Pégourié-Gonnard · 12 years ago
  74. 8195c1a Add identifiers for Brainpool curves by Manuel Pégourié-Gonnard · 12 years ago
  75. 9eb8831 Update some comments on ecp_group by Manuel Pégourié-Gonnard · 12 years ago
  76. 30b95fa Fixed cplusplus extern defines in header files by Paul Bakker · 12 years ago
  77. 6838bd1 Clarified threading issues by Paul Bakker · 12 years ago
  78. f24b4a7 Interface change in ECP info functions by Manuel Pégourié-Gonnard · 12 years ago
  79. da179e4 Add ecp_curve_list(), hide ecp_supported_curves by Manuel Pégourié-Gonnard · 12 years ago
  80. 161ef96 Cache pre-computed points for ecp_mul() by Manuel Pégourié-Gonnard · 12 years ago
  81. 56cd319 Add human-friendly name in ecp_curve_info by Manuel Pégourié-Gonnard · 12 years ago
  82. a79d123 Make ecp_supported_curves constant by Manuel Pégourié-Gonnard · 12 years ago
  83. c972770 Prepare ecp_group for future extensions by Manuel Pégourié-Gonnard · 12 years ago
  84. 456d3b9 Make ECP error codes more specific by Manuel Pégourié-Gonnard · 12 years ago
  85. 568c9cf Add ecp_supported_curves and simplify some code by Manuel Pégourié-Gonnard · 12 years ago
  86. 7038039 Dissociate TLS and internal EC curve identifiers by Manuel Pégourié-Gonnard · 12 years ago
  87. 9013af7 Merged major refactoring of x509write module into development by Paul Bakker · 12 years ago
  88. 3837dae Add EC support to x509write_pubkey by Manuel Pégourié-Gonnard · 12 years ago
  89. dcbfdcc Updated doxygen documentation in header files and HTML pages by Paul Bakker · 12 years ago
  90. 337b29c Test and document EC blinding overhead by Manuel Pégourié-Gonnard · 12 years ago
  91. e09d2f8 Change ecp_mul() prototype to allow randomization by Manuel Pégourié-Gonnard · 12 years ago
  92. db77175 Make ecdsa_verify() return value more explicit by Manuel Pégourié-Gonnard · 12 years ago
  93. 09162dd PK: reuse some eckey functions for ecdsa by Manuel Pégourié-Gonnard · 12 years ago
  94. e09631b Create ecp_group_copy() and use it by Manuel Pégourié-Gonnard · 12 years ago
  95. b694b48 Add ecdsa_{read,write}_signature() by Manuel Pégourié-Gonnard · 12 years ago
  96. 96f3a4e Rm ecp_keypair.alg by Manuel Pégourié-Gonnard · 12 years ago
  97. 1c808a0 Refactor some EC key parsing code by Manuel Pégourié-Gonnard · 12 years ago
  98. de44a4a Rename ecp_check_prvkey with a 'i' for consistency by Manuel Pégourié-Gonnard · 12 years ago
  99. c8dc295 Add ecp_check_prvkey, with test by Manuel Pégourié-Gonnard · 12 years ago
  100. b8c6e0e Add ecp_keypair struct, init/free and constants by Manuel Pégourié-Gonnard · 12 years ago