1. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  2. 998930a Replace non-ascii characters in source files by Manuel Pégourié-Gonnard · 10 years ago
  3. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  4. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  5. 981732b Fix missing/misplaced #include's by Manuel Pégourié-Gonnard · 10 years ago
  6. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  7. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  8. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  9. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  10. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  11. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  12. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  13. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  14. 30668d6 Add ecp_check_pub_priv() by Manuel Pégourié-Gonnard · 10 years ago
  15. 82788fb Fix minor style issues by Paul Bakker · 10 years ago
  16. a676acf Fix missing curly braces. by Peter Vaskovic · 10 years ago
  17. ba782bb Save some space in ECP curve tables by Manuel Pégourié-Gonnard · 11 years ago
  18. 67dbe1e Better length checking in ecp_point_read_binary() by Manuel Pégourié-Gonnard · 11 years ago
  19. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  20. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  21. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  22. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  23. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  24. 3d8fb63 Added missing MPI_CHK around mpi functions by Paul Bakker · 11 years ago
  25. c042cf0 Fix broken tests due to changed error code by Manuel Pégourié-Gonnard · 11 years ago
  26. 5246ee5 Work around compressed EC public key in some cases by Manuel Pégourié-Gonnard · 11 years ago
  27. 2a2ae64 Fix forgotten curves in #ifdef by Manuel Pégourié-Gonnard · 11 years ago
  28. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  29. ac71941 Renamings and other fixes by Manuel Pégourié-Gonnard · 11 years ago
  30. e40c469 The default ECDH curve list will be dynamically built in the ecp module based on ecp_supported_curves[]. by Gergely Budai · 11 years ago
  31. 6e8e34d Fix ecp_gen_keypair() by Manuel Pégourié-Gonnard · 11 years ago
  32. bf98c3d Merged deterministic ECDSA by Paul Bakker · 11 years ago
  33. 9bcff39 Add OIDs and TLS IDs for prime Koblitz curves by Manuel Pégourié-Gonnard · 11 years ago
  34. c957399 Fix unchecked error codes in ecp_gen_keypair() by Manuel Pégourié-Gonnard · 11 years ago
  35. 79f73b9 Remove bias in EC private key generation by Manuel Pégourié-Gonnard · 11 years ago
  36. c738791 Merged ECP memory usage optimizations by Paul Bakker · 11 years ago
  37. 26bc1c0 Fix a few unchecked return codes in EC by Manuel Pégourié-Gonnard · 11 years ago
  38. 9e4191c Add another option to reduce EC memory usage by Manuel Pégourié-Gonnard · 11 years ago
  39. ec4bea7 Forced cast to unsigned int for %u format in ecp_selftest() by Paul Bakker · 11 years ago
  40. 1f789b8 Lessen peak memory usage in EC by freeing earlier by Manuel Pégourié-Gonnard · 11 years ago
  41. 72c172a Save some small memory allocations inside ecp_mul() by Manuel Pégourié-Gonnard · 11 years ago
  42. 92bcadb Removed 'z' length modifier from low-value size_t in ecp_selftest() by Paul Bakker · 11 years ago
  43. 1f82b04 Adapt ecp_group_free() to static constants by Manuel Pégourié-Gonnard · 11 years ago
  44. 73cc01d Remove last non-static parts of known EC groups by Manuel Pégourié-Gonnard · 11 years ago
  45. 731d08b Start using constants from ROM for EC groups by Manuel Pégourié-Gonnard · 11 years ago
  46. 93f41db Fix possible issue in corner-case for ecp_mul_mx() by Manuel Pégourié-Gonnard · 11 years ago
  47. 7a949d3 Update comments by Manuel Pégourié-Gonnard · 11 years ago
  48. d962273 Add #ifdef's for curve types by Manuel Pégourié-Gonnard · 11 years ago
  49. 7c94d8b WIP #ifdef's by Manuel Pégourié-Gonnard · 11 years ago
  50. b6f45a6 Avoid potential leak in ecp_mul_mxz() by Manuel Pégourié-Gonnard · 11 years ago
  51. 97871ef Some operations are not supported with Curve25519 by Manuel Pégourié-Gonnard · 11 years ago
  52. 357ff65 Details in ecp_mul_mxz() by Manuel Pégourié-Gonnard · 11 years ago
  53. fe0af40 Adapt ecp_gen_keypair() to Curve25519 by Manuel Pégourié-Gonnard · 11 years ago
  54. a0179b8 Change ecp_mul to handle Curve25519 too by Manuel Pégourié-Gonnard · 11 years ago
  55. 312d2e8 Adapt key checking functions for Curve25519 by Manuel Pégourié-Gonnard · 11 years ago
  56. 3afa07f Add coordinate randomization for Curve25519 by Manuel Pégourié-Gonnard · 11 years ago
  57. d9ea82e7 Add basic arithmetic for Curve25519 by Manuel Pégourié-Gonnard · 11 years ago
  58. 3c0b4ea Rename a few functions by Manuel Pégourié-Gonnard · 11 years ago
  59. d5e0fbe Remove now useless function by Manuel Pégourié-Gonnard · 11 years ago
  60. 32b04c1 Split ecp.c by Manuel Pégourié-Gonnard · 11 years ago
  61. 43863ee Declare internal variables static in ecp.c by Manuel Pégourié-Gonnard · 11 years ago
  62. d35e191 Drop useless include in ecp.c by Manuel Pégourié-Gonnard · 11 years ago
  63. 0267e3d Add ecp_curve_info_from_name() by Manuel Pégourié-Gonnard · 11 years ago
  64. 104ee1d Add ecp_genkey(), prettier wrapper by Manuel Pégourié-Gonnard · 11 years ago
  65. c57b654 Use t_uint rather than uintXX_t when appropriate by Manuel Pégourié-Gonnard · 11 years ago
  66. 96c7a92 Change mpi_safe_cond_assign() for more const-ness by Manuel Pégourié-Gonnard · 11 years ago
  67. 9181481 Enhance ecp_selftest by Manuel Pégourié-Gonnard · 11 years ago
  68. d728350 Make memory access pattern constant by Manuel Pégourié-Gonnard · 11 years ago
  69. aade42f Change method for making M odd in ecp_mul() by Manuel Pégourié-Gonnard · 11 years ago
  70. 36daa13 Misc details by Manuel Pégourié-Gonnard · 11 years ago
  71. 469a209 Rm subtraction from ecp_add_mixed() by Manuel Pégourié-Gonnard · 11 years ago
  72. 01fca5e Do point inversion without leaking information by Manuel Pégourié-Gonnard · 11 years ago
  73. 44aab79 Update bibliographic references by Manuel Pégourié-Gonnard · 11 years ago
  74. 7f76231 Use mpi_shrink() in ecp_precompute() by Manuel Pégourié-Gonnard · 11 years ago
  75. e282012 Spare some memory by Manuel Pégourié-Gonnard · 11 years ago
  76. edc1a1f Small code cleanups by Manuel Pégourié-Gonnard · 11 years ago
  77. ff27b7c Tighten ecp_mul() validity checks by Manuel Pégourié-Gonnard · 11 years ago
  78. 09ceaf4 Rm multiplication using NAF by Manuel Pégourié-Gonnard · 11 years ago
  79. 04a0225 Optimize w in the comb method by Manuel Pégourié-Gonnard · 11 years ago
  80. 70c1437 Add coordinate randomization back by Manuel Pégourié-Gonnard · 11 years ago
  81. c30200e Fix bound issues by Manuel Pégourié-Gonnard · 11 years ago
  82. 101a39f Improve comb method (less precomputed points) by Manuel Pégourié-Gonnard · 11 years ago
  83. d1c1ba9 First version of ecp_mul_comb() by Manuel Pégourié-Gonnard · 11 years ago
  84. 6a6087e Added missing inline definition for MSCV and ARM environments by Paul Bakker · 11 years ago
  85. 9fcceac Add a comment about modules coupling by Manuel Pégourié-Gonnard · 11 years ago
  86. b21c81f Use less memory in fix_negative() by Manuel Pégourié-Gonnard · 11 years ago
  87. cae6f3e Reorganize code in ecp.c by Manuel Pégourié-Gonnard · 11 years ago
  88. 5779cbe Make mod_p{224,256,384] a bit faster by Manuel Pégourié-Gonnard · 11 years ago
  89. c04c530 Make NIST curves optimisation an option by Manuel Pégourié-Gonnard · 11 years ago
  90. 0f9149c Add mod_p384 by Manuel Pégourié-Gonnard · 11 years ago
  91. ec655c9 Add mod_p256 by Manuel Pégourié-Gonnard · 11 years ago
  92. 210b458 Document and slightly reorganize mod_pXXX by Manuel Pégourié-Gonnard · 11 years ago
  93. 2a08c0d mod_p224 now working with 8-bit and 16-bit ints by Manuel Pégourié-Gonnard · 11 years ago
  94. a47e705 mod_p224 now endian-neutral by Manuel Pégourié-Gonnard · 11 years ago
  95. e783f06 Start working on mod_p224 by Manuel Pégourié-Gonnard · 11 years ago
  96. cc67aee Make ecp_mod_p521 a bit faster by Manuel Pégourié-Gonnard · 11 years ago
  97. c9e387c Optimize ecp_modp() by Manuel Pégourié-Gonnard · 11 years ago
  98. d1e7a45 Rework ecp_mod_p192() by Manuel Pégourié-Gonnard · 11 years ago
  99. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 11 years ago
  100. 0cd6f98 Don't special-case a = -3, not worth it by Manuel Pégourié-Gonnard · 11 years ago