1. 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
  2. fe780a3 Merge pull request #7184 from gabor-mezei-arm/6349_Secp224r1_fast_reduction by Janos Follath · 2 years, 5 months ago
  3. 97803ab Update comment by Gabor Mezei · 2 years, 5 months ago
  4. aeadc2d Apply naming convention by Gabor Mezei · 2 years, 5 months ago
  5. 620f0dc Fix for 32-bit by Gabor Mezei · 2 years, 5 months ago
  6. 08a9495 Apply naming convention for p224 by Gabor Mezei · 2 years, 5 months ago
  7. 5afb80e Fix coding style issues by Gabor Mezei · 2 years, 5 months ago
  8. 804cfd3 Follow the naming convention by Gabor Mezei · 2 years, 5 months ago
  9. bf50636 Revert the illustration and remove unnecessary code by Gabor Mezei · 2 years, 5 months ago
  10. 73e8553 Add comments to illustrate the second round of carry reduction is unnecessary by Gabor Mezei · 2 years, 5 months ago
  11. a835d20 Add documentation by Gabor Mezei · 2 years, 5 months ago
  12. aef0f2d Fix limb size calculation by Gabor Mezei · 2 years, 6 months ago
  13. e14b5bd Change the ecp_mod_p224_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  14. 66f88a9 Extract Secp224r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  15. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
  16. d2ca802 ecp_curves: Added `mbedtls_ecp_modulus_setup()`. by Minos Galanakis · 2 years, 6 months ago
  17. ac70ad6 Fix coding style by Gabor Mezei · 2 years, 5 months ago
  18. cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  19. d10d429 Stack usage optimization for mod_p521 by Gabor Mezei · 2 years, 6 months ago
  20. fe24e91 mod_p521: document reduction algorithm by Janos Follath · 2 years, 6 months ago
  21. 666673e modp521: apply naming conventions by Janos Follath · 2 years, 6 months ago
  22. 13c3aa1 Revert changes to mod_p521 flow by Janos Follath · 2 years, 6 months ago
  23. 6bfbd36 Fix coding style issues by Gabor Mezei · 2 years, 6 months ago
  24. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  25. 2cb630e Change the ecp_mod_p521_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  26. 8450ab9 Fix Secp521r1 reduction by Gabor Mezei · 2 years, 6 months ago
  27. 42df16c Extract Secp521r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  28. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  29. a264831 Update documentation and add comments by Gabor Mezei · 2 years, 6 months ago
  30. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  31. 2038ce9 Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  32. deece2b Change the ecp_mod_p192_raw to be testable by Gabor Mezei · 2 years, 6 months ago
  33. b5bba49 Extract Secp192r1 from the prototype by Gabor Mezei · 2 years, 6 months ago
  34. e9fa7a7 ecp_curves: Update pre-processor define guards for `ecp_mpi_load()`. by Minos Galanakis · 2 years, 6 months ago
  35. 146fed9 ecp_curves: Hardcode Montgomery const for curve448. by Minos Galanakis · 2 years, 7 months ago
  36. bececeb ecp_curves: Hardcod Montgomery const for curve25519 by Minos Galanakis · 2 years, 7 months ago
  37. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  38. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  39. 82d3f1e Remove bignum_internal.h, moving contents to bignum_core.h by Tom Cosgrove · 3 years ago
  40. 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
  41. aa68d36 Fix order value for curve x448. by Pol Henarejos · 3 years, 3 months ago
  42. 0dbf04a Remove unnecessary memory operations in p25519 quasireduction by Hanno Becker · 3 years, 4 months ago
  43. 127fcab Fail gracefully upon unexpectedly large input to p25519 reduction by Hanno Becker · 3 years, 4 months ago
  44. bb04cb9 Fix check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  45. d830feb Simplify check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  46. 2ef0cff Fix size check in p25519 modular reduction by Hanno Becker · 3 years, 4 months ago
  47. 53b3c60 Move `const` keyword prior to type name by Hanno Becker · 3 years, 4 months ago
  48. e9dd9a1 Use size_t for number of limbs by Hanno Becker · 3 years, 4 months ago
  49. 6454993 Safeguard against calling p255 reduction with single-width MPI by Hanno Becker · 3 years, 4 months ago
  50. 25bb732 Simplify x25519 reduction using internal bignum MLA helper by Hanno Becker · 3 years, 4 months ago
  51. 1107ee4 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  52. 8b8b781 Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
  53. 8c70e81 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  54. 06215ea Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  55. 2d457b8 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  56. 2389a60 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  57. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  58. ff6a32d Fix low-probability arithmetic error in ECC by Gilles Peskine · 4 years, 4 months ago
  59. 349b372 Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
  60. 618be2e Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
  61. b76517b Cosmetic improvement by Gilles Peskine · 4 years, 5 months ago
  62. d10e8fa Optimize fix_negative by Gilles Peskine · 5 years ago
  63. e54be3a Fix uncaught error if fix_negative fails by Gilles Peskine · 5 years ago
  64. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  65. aa9493a Add guards around code that is specific to dynamically-loaded groups by Gilles Peskine · 7 years ago
  66. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  67. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  68. 56a74cd Replace 0 by MBEDTLS_ECP_DP_NONE to avoid IAR compiler complains by Alexander K · 6 years ago
  69. 77233ec Fix misprint by Alexander K · 6 years ago
  70. 79a11fa Explicitly nullify grp->id instead of freeing. by Alexander K · 6 years ago
  71. 1f5e6ab Remove extra mbedtls_ecp_group_free() call since the grp is free by Alexander K · 6 years ago
  72. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  73. 4f8e8e5 Implement parameter validation for ECP module by Hanno Becker · 7 years ago
  74. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
  75. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  76. 18b7843 Fix a typo in a comment by Manuel Pégourié-Gonnard · 7 years ago
  77. 54fc34e Include order of Curve25519 base point in curve data by Nicholas Wilson · 9 years ago
  78. b069753 ECP: Add module and function level replacement options. by Janos Follath · 9 years ago
  79. 7dadc2f ECP: Prevent freeing a buffer on stack by Janos Follath · 9 years ago
  80. 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  81. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  82. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  83. 20af64d Still need to #define inline for MSVC by Manuel Pégourié-Gonnard · 10 years ago
  84. 2505528 Rm obsolete defines for inline wiht MSVC by Manuel Pégourié-Gonnard · 10 years ago
  85. 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  86. c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
  87. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  88. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  89. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  90. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  91. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  92. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  93. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  94. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  95. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  96. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  97. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  98. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  99. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  100. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago