1. 1a22bef Merge pull request #6190 from daverodgman/invalid-ecdsa-pubkey by Dave Rodgman · 2 years, 9 months ago
  2. 75c4eaf Merge pull request #5841 from aurel32/ecp_mul_mxz-timing-leak by Gilles Peskine · 2 years, 9 months ago
  3. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  4. 6e11687 Minor improvements to ecp.c changes by David Horstmann · 2 years, 9 months ago
  5. fc735df Refactor macro-spanning ifs in ecp.c by David Horstmann · 2 years, 10 months ago
  6. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  7. c947751 Fix ECDSA signature verification edge-case by Dave Rodgman · 3 years ago
  8. 86669de Broke 2 long lines by Tuvshinzaya Erdenekhuu · 3 years ago
  9. 22f3654 Remove NULL pointer validation in ecp.c by Tuvshinzaya Erdenekhuu · 3 years ago
  10. c79ce88 Fix a timing leak in ecp_mul_mxz() by Aurelien Jarno · 3 years, 3 months ago
  11. 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 3 months ago
  12. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 3 months ago
  13. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  14. ab5274b Remove parameters validation using ECP_VALIDATE_RET by Przemek Stekiel · 3 years, 4 months ago
  15. 711d0f5 Add implemetation of ECP keypair export function by Przemek Stekiel · 3 years, 4 months ago
  16. bae3023 Make more use of helper function for init/free of MPI array by Hanno Becker · 3 years, 7 months ago
  17. 466df6e Introduce helper function for init/free of MPI array by Hanno Becker · 3 years, 7 months ago
  18. ac4d4bc Improve documentation of ECP module by Hanno Becker · 3 years, 7 months ago
  19. ee95f6c Don't allow Z coordinate being unset in ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  20. c27a0e0 Add more wrappers for ECP MPI operations by Hanno Becker · 3 years, 7 months ago
  21. 595616e Add more wrappers for internal ECP coordinate operations by Hanno Becker · 3 years, 7 months ago
  22. 6a28870 Make ecp_select_comb() create valid EC point with Z coordinate set by Hanno Becker · 3 years, 7 months ago
  23. 3083886 Keep temporaries across iterations of ecp_double_add_mxz() by Hanno Becker · 3 years, 7 months ago
  24. 3b29f21 Keep temporaries across iterations of ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  25. a7f8edd Keep temporaries across iterated invocations of ecp_double_jac() by Hanno Becker · 3 years, 7 months ago
  26. 28ccb1c Reduce number of local MPIs from 9 to 4 in ecp_double_add_mxz() by Hanno Becker · 3 years, 7 months ago
  27. 376dc89 Reorder ops in ecp_double_add_mxz() to indicate redundant local MPIs by Hanno Becker · 3 years, 7 months ago
  28. 0d62979 Remove local MPI from ecp_randomize_jac() by Hanno Becker · 3 years, 7 months ago
  29. 885ed40 Introduce wrapper for modular squaring by Hanno Becker · 3 years, 7 months ago
  30. b8442cd Remove another local MPI from ecp_normalize_jac_many() by Hanno Becker · 3 years, 7 months ago
  31. 02a999b Remove local MPI from ecp_normalize_jac_many() by Hanno Becker · 3 years, 7 months ago
  32. 838b715 Add comment on input/output aliasing in ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  33. ce29ae8 Introduce macro wrappers for ECC modular arithmetic by Hanno Becker · 3 years, 7 months ago
  34. 76f897d Reduce number of temporary MPIs in ECP normalization by Hanno Becker · 3 years, 7 months ago
  35. 02b35bd Introduce wrapper for modular multiplication with single-width const by Hanno Becker · 3 years, 7 months ago
  36. 5c8ea30 Reduce number of local MPIs in ECP mixed point addition by Hanno Becker · 3 years, 7 months ago
  37. d068785 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years ago
  38. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years ago
  39. 277572f Fix coding style issue by Archana · 4 years, 1 month ago
  40. 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 4 years, 2 months ago
  41. 83e384d Fix unused parameter warning by Janos Follath · 4 years, 1 month ago
  42. 1107ee4 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  43. 865a75e Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
  44. 8c70e81 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  45. 8081ced Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  46. 06215ea Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  47. 2389a60 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  48. f29857c Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  49. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  50. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  51. 02b5705 Simplify internal code by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  52. 7962bfa Remove "internal RNG" code from ECP by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  53. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  54. 75525ae Fix mbedtls_ecp_muladd() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  55. aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  56. 6a2fb61 Rename library/ecp_alt.h to ecp_internal_alt.h by Gilles Peskine · 4 years, 2 months ago
  57. 5921517 ECP: use mbedtls_mpi_random for blinding by Gilles Peskine · 4 years, 4 months ago
  58. 60d8b98 Preserve MBEDTLS_ERR_ECP_RANDOM_FAILED in case of a hostile RNG by Gilles Peskine · 4 years, 4 months ago
  59. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  60. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  61. 61f1f5f mbedtls_ecp_gen_privkey_mx: simplify the size calculation logic by Gilles Peskine · 4 years, 4 months ago
  62. 67986d0 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 4 months ago
  63. 96449ce mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 4 months ago
  64. 55c4604 mbedtls_ecp_gen_privkey_mx: rename n_bits to high_bit by Gilles Peskine · 4 years, 4 months ago
  65. 72fcc98 mbedtls_ecp_gen_privkey: create subfunctions for each curve type by Gilles Peskine · 4 years, 4 months ago
  66. cce0601 mbedtls_ecp_gen_privkey: minor refactoring by Gilles Peskine · 4 years, 4 months ago
  67. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  68. 3e7481e Merge pull request #4219 from stevew817/fix_missing_parenthesis by Ronald Cron · 4 years, 3 months ago
  69. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 3 months ago
  70. 0bbb38c Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  71. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  72. 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago
  73. 782a7ea ecjpake_zkp_read() now returns ...BAD_INPUT_DATA when r len == 0 and test follows that by TRodziewicz · 4 years, 5 months ago
  74. d4bfb3e Add missing parenthesis by Steven Cooreman · 4 years, 5 months ago
  75. 59cda7f Rename ecp_internal.h to ecp_alt.h by Chris Jones · 4 years, 5 months ago
  76. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  77. 9edff74 Fix EC J-PAKE failing when the payload is all-bits-zero by TRodziewicz · 4 years, 5 months ago
  78. e538896 Remove unreferenced static functions when ECP_NO_FALLBACK is used by Steven Cooreman · 4 years, 5 months ago
  79. 7eb2aa0 Reworked NO_FALLBACK logic according to review feedback by Steven Cooreman · 4 years, 6 months ago
  80. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  81. 360e2c4 List Montgomery curves in mbedtls_ecp_curve_list() by Gilles Peskine · 5 years ago
  82. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  83. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  84. 5997005 Fix unused variables in Montgomery-only configuration by Gilles Peskine · 6 years ago
  85. a088c81 Adjust ECP self-test to support Curve448 by Gilles Peskine · 7 years ago
  86. 2466679 ECP self test: add self-test step for Montgomery curves by Gilles Peskine · 7 years ago
  87. c95696f Factor common code in mbedtls_ecp_self_test by Gilles Peskine · 7 years ago
  88. d9767a5 Tweak ECP self-test to work with secp192k1 by Gilles Peskine · 7 years ago
  89. e8c04fe Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLED by Gilles Peskine · 7 years ago
  90. 9b99a89 mbedtls_ecp_muladd is only for short Weierstrass curves by Gilles Peskine · 7 years ago
  91. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  92. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  93. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  94. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  95. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  96. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  97. 1215c54 Add length check in ecp_drbg_seed() by Manuel Pégourié-Gonnard · 5 years ago
  98. 4539a45 Use fixed-length encoding for internal RNG seed by Manuel Pégourié-Gonnard · 5 years ago
  99. 25705e6 Fix typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  100. 9b8d34e Avoid superflous randomization with restartable by Manuel Pégourié-Gonnard · 5 years ago