1. e9fa7a7 ecp_curves: Update pre-processor define guards for `ecp_mpi_load()`. by Minos Galanakis · 2 years, 7 months ago
  2. 146fed9 ecp_curves: Hardcode Montgomery const for curve448. by Minos Galanakis · 2 years, 7 months ago
  3. bececeb ecp_curves: Hardcod Montgomery const for curve25519 by Minos Galanakis · 2 years, 7 months ago
  4. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  5. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  6. 82d3f1e Remove bignum_internal.h, moving contents to bignum_core.h by Tom Cosgrove · 3 years ago
  7. b101cb6 Since the group is unloaded for all curves, it is better to initialize the group also for all curves. by Pol Henarejos · 3 years, 3 months ago
  8. aa68d36 Fix order value for curve x448. by Pol Henarejos · 3 years, 3 months ago
  9. 0dbf04a Remove unnecessary memory operations in p25519 quasireduction by Hanno Becker · 3 years, 4 months ago
  10. 127fcab Fail gracefully upon unexpectedly large input to p25519 reduction by Hanno Becker · 3 years, 4 months ago
  11. bb04cb9 Fix check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  12. d830feb Simplify check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  13. 2ef0cff Fix size check in p25519 modular reduction by Hanno Becker · 3 years, 4 months ago
  14. 53b3c60 Move `const` keyword prior to type name by Hanno Becker · 3 years, 4 months ago
  15. e9dd9a1 Use size_t for number of limbs by Hanno Becker · 3 years, 4 months ago
  16. 6454993 Safeguard against calling p255 reduction with single-width MPI by Hanno Becker · 3 years, 4 months ago
  17. 25bb732 Simplify x25519 reduction using internal bignum MLA helper by Hanno Becker · 3 years, 4 months ago
  18. 1107ee4 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  19. 8b8b781 Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
  20. 8c70e81 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  21. 06215ea Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  22. 2d457b8 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  23. 2389a60 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  24. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  25. ff6a32d Fix low-probability arithmetic error in ECC by Gilles Peskine · 4 years, 4 months ago
  26. 349b372 Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
  27. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  28. b76517b Cosmetic improvement by Gilles Peskine · 4 years, 5 months ago
  29. d10e8fa Optimize fix_negative by Gilles Peskine · 5 years ago
  30. e54be3a Fix uncaught error if fix_negative fails by Gilles Peskine · 5 years ago
  31. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  32. aa9493a Add guards around code that is specific to dynamically-loaded groups by Gilles Peskine · 7 years ago
  33. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  34. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  35. 56a74cd Replace 0 by MBEDTLS_ECP_DP_NONE to avoid IAR compiler complains by Alexander K · 6 years ago
  36. 77233ec Fix misprint by Alexander K · 6 years ago
  37. 79a11fa Explicitly nullify grp->id instead of freeing. by Alexander K · 6 years ago
  38. 1f5e6ab Remove extra mbedtls_ecp_group_free() call since the grp is free by Alexander K · 6 years ago
  39. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  40. 4f8e8e5 Implement parameter validation for ECP module by Hanno Becker · 7 years ago
  41. be2371c Merge branch 'pr_348' into development-proposed 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. 18b7843 Fix a typo in a comment by Manuel Pégourié-Gonnard · 7 years ago
  44. 54fc34e Include order of Curve25519 base point in curve data by Nicholas Wilson · 9 years ago
  45. b069753 ECP: Add module and function level replacement options. by Janos Follath · 9 years ago
  46. 7dadc2f ECP: Prevent freeing a buffer on stack by Janos Follath · 9 years ago
  47. 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  48. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  49. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  50. 20af64d Still need to #define inline for MSVC by Manuel Pégourié-Gonnard · 10 years ago
  51. 2505528 Rm obsolete defines for inline wiht MSVC by Manuel Pégourié-Gonnard · 10 years ago
  52. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  53. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  54. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  55. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  56. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  57. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  58. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  59. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  60. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  61. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  62. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  63. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  64. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  65. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  66. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  67. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  68. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  69. 3d8fb63 Added missing MPI_CHK around mpi functions by Paul Bakker · 11 years ago
  70. 7884837 Declare EC constants as 'const' by Manuel Pégourié-Gonnard · 11 years ago
  71. 9af7d3a Add fast reduction for the other Koblitz curves by Manuel Pégourié-Gonnard · 12 years ago
  72. 8887d8d Add mod_p256k1 by Manuel Pégourié-Gonnard · 12 years ago
  73. ea499a7 Add support for secp192k1 by Manuel Pégourié-Gonnard · 12 years ago
  74. 18e3ec9 Add support for secp224k1 by Manuel Pégourié-Gonnard · 12 years ago
  75. f51c8fc Add support for secp256k1 arithmetic by Manuel Pégourié-Gonnard · 12 years ago
  76. 0c0476f Disable ecp_use_curve25519() if not POLARSSL_ECP_DP_M255_ENABLED by Paul Bakker · 12 years ago
  77. 69ab354 Fix bug from stupid typo by Manuel Pégourié-Gonnard · 12 years ago
  78. 14a96c5 Avoid wasting memory with some curves by Manuel Pégourié-Gonnard · 12 years ago
  79. 95b45b7 Rename macros by Manuel Pégourié-Gonnard · 12 years ago
  80. baee5d4 Add previously forgotten #ifdef's by Manuel Pégourié-Gonnard · 12 years ago
  81. 81e1b10 Rm a few unneeded variables by Manuel Pégourié-Gonnard · 12 years ago
  82. 1f82b04 Adapt ecp_group_free() to static constants by Manuel Pégourié-Gonnard · 12 years ago
  83. 73cc01d Remove last non-static parts of known EC groups by Manuel Pégourié-Gonnard · 12 years ago
  84. 731d08b Start using constants from ROM for EC groups by Manuel Pégourié-Gonnard · 12 years ago
  85. 3d7053a Add ecp_mod_p255(): Curve25519 about 4x faster now by Manuel Pégourié-Gonnard · 12 years ago
  86. 312d2e8 Adapt key checking functions for Curve25519 by Manuel Pégourié-Gonnard · 12 years ago
  87. 6615366 Add Curve25519 to known groups by Manuel Pégourié-Gonnard · 12 years ago
  88. 498fd35 Added missing inline definition for other platforms to ecp_curves.c by Paul Bakker · 12 years ago
  89. 3ee9000 Make internal functions static again + cosmetics by Manuel Pégourié-Gonnard · 12 years ago
  90. 9854fe9 Convert curve constants to binary by Manuel Pégourié-Gonnard · 12 years ago
  91. 32b04c1 Split ecp.c by Manuel Pégourié-Gonnard · 12 years ago