1. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  2. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  3. 02b5705 Simplify internal code by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  4. 7962bfa Remove "internal RNG" code from ECP by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  5. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  6. 75525ae Fix mbedtls_ecp_muladd() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  7. aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  8. 6a2fb61 Rename library/ecp_alt.h to ecp_internal_alt.h by Gilles Peskine · 4 years, 2 months ago
  9. 5921517 ECP: use mbedtls_mpi_random for blinding by Gilles Peskine · 4 years, 4 months ago
  10. 60d8b98 Preserve MBEDTLS_ERR_ECP_RANDOM_FAILED in case of a hostile RNG by Gilles Peskine · 4 years, 4 months ago
  11. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  12. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  13. 61f1f5f mbedtls_ecp_gen_privkey_mx: simplify the size calculation logic by Gilles Peskine · 4 years, 4 months ago
  14. 67986d0 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 4 months ago
  15. 96449ce mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 4 months ago
  16. 55c4604 mbedtls_ecp_gen_privkey_mx: rename n_bits to high_bit by Gilles Peskine · 4 years, 4 months ago
  17. 72fcc98 mbedtls_ecp_gen_privkey: create subfunctions for each curve type by Gilles Peskine · 4 years, 4 months ago
  18. cce0601 mbedtls_ecp_gen_privkey: minor refactoring by Gilles Peskine · 4 years, 4 months ago
  19. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  20. 3e7481e Merge pull request #4219 from stevew817/fix_missing_parenthesis by Ronald Cron · 4 years, 3 months ago
  21. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  22. 0bbb38c Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  23. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  24. 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago
  25. 782a7ea ecjpake_zkp_read() now returns ...BAD_INPUT_DATA when r len == 0 and test follows that by TRodziewicz · 4 years, 5 months ago
  26. d4bfb3e Add missing parenthesis by Steven Cooreman · 4 years, 5 months ago
  27. 59cda7f Rename ecp_internal.h to ecp_alt.h by Chris Jones · 4 years, 5 months ago
  28. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  29. 9edff74 Fix EC J-PAKE failing when the payload is all-bits-zero by TRodziewicz · 4 years, 5 months ago
  30. e538896 Remove unreferenced static functions when ECP_NO_FALLBACK is used by Steven Cooreman · 4 years, 5 months ago
  31. 7eb2aa0 Reworked NO_FALLBACK logic according to review feedback by Steven Cooreman · 4 years, 6 months ago
  32. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  33. 360e2c4 List Montgomery curves in mbedtls_ecp_curve_list() by Gilles Peskine · 5 years ago
  34. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  35. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  36. 5997005 Fix unused variables in Montgomery-only configuration by Gilles Peskine · 6 years ago
  37. a088c81 Adjust ECP self-test to support Curve448 by Gilles Peskine · 7 years ago
  38. 2466679 ECP self test: add self-test step for Montgomery curves by Gilles Peskine · 7 years ago
  39. c95696f Factor common code in mbedtls_ecp_self_test by Gilles Peskine · 7 years ago
  40. d9767a5 Tweak ECP self-test to work with secp192k1 by Gilles Peskine · 7 years ago
  41. e8c04fe Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLED by Gilles Peskine · 7 years ago
  42. 9b99a89 mbedtls_ecp_muladd is only for short Weierstrass curves by Gilles Peskine · 7 years ago
  43. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  44. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  45. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  46. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  47. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  48. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  49. 1215c54 Add length check in ecp_drbg_seed() by Manuel Pégourié-Gonnard · 5 years ago
  50. 4539a45 Use fixed-length encoding for internal RNG seed by Manuel Pégourié-Gonnard · 5 years ago
  51. 25705e6 Fix typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  52. 9b8d34e Avoid superflous randomization with restartable by Manuel Pégourié-Gonnard · 5 years ago
  53. d53ef2f Use HMAC_DRBG by default for ECP internal DRBG by Manuel Pégourié-Gonnard · 5 years ago
  54. 22b1de3 Skip redundant checks for NULL f_rng by Manuel Pégourié-Gonnard · 5 years ago
  55. 53fb66d Add support for RESTARTABLE with internal RNG by Manuel Pégourié-Gonnard · 5 years ago
  56. f2a9fcf Move internal drbg init to specific mul functions by Manuel Pégourié-Gonnard · 5 years ago
  57. c52a43c Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  58. b246214 Fix Changelag PR number and uniformize code when prng fails by Jonas · 5 years ago
  59. 6692a06 Fix potential memory leak in EC multiplication by Jonas · 5 years ago
  60. b1c8e41 Merge pull request #3209 from aurel32/fix-ecp_double_add_mxz by Manuel Pégourié-Gonnard · 5 years ago
  61. 66deb38 Fix wrong modulo call in ecp_double_add_mxz by Aurelien Jarno · 5 years ago
  62. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  63. a4aa89b Fix leakage of projective coordinates in ECC by Manuel Pégourié-Gonnard · 5 years ago
  64. 1174db5 Revert "ecp: Remove dependency on TLS and X.509" by Gilles Peskine · 5 years ago
  65. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  66. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  67. 0e5532d Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  68. d80080c Remove excess vertical space by Janos Follath · 6 years ago
  69. a779b46 Fix side channel vulnerability in ECDSA by Janos Follath · 6 years ago
  70. 2c69d10 3rdparty: Adjust use of Everest in ecp_supported_curves by Christoph M. Wintersteiger · 6 years ago
  71. cb31073 ECP: add Curve448 to ecp_supported_curves by Christoph M. Wintersteiger · 6 years ago
  72. c3cbdde ECDH: Fix whitespace, permissions by Christoph M. Wintersteiger · 7 years ago
  73. 86e36c4 ECDH: Replace hex literal with decimal in ecp.c by Christoph M. Wintersteiger · 7 years ago
  74. c9f737b ECDH: Enable Everest Curve25519 in ECDH/ECDSA/ECP by Christoph M. Wintersteiger · 7 years ago
  75. 3b3b34f Replace some macros by functions by Gilles Peskine · 6 years ago
  76. 653a4a2 Prevent dead code warning by k-stachowiak · 6 years ago
  77. 7b3603c Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  78. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  79. c70a3c7 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  80. de0a41b ecp: Remove dependency on TLS and X.509 by Jaeden Amero · 7 years ago
  81. f607813 ECP: remove extra whitespaces by Janos Follath · 6 years ago
  82. df9295b Make ecp_get_type public by Janos Follath · 6 years ago
  83. 28eb06d ECP: Catch unsupported import/export by Janos Follath · 6 years ago
  84. 7780096 Fix typo in ECP module by Janos Follath · 6 years ago
  85. ffbd7e8 Improve mbedtls_ecp_point_read_binary tests by Janos Follath · 6 years ago
  86. 7caf8e4 Add Montgomery points to ecp_point_write_binary by Janos Follath · 6 years ago
  87. 171a7ef Add mbedtls_ecp_read_key by Janos Follath · 6 years ago
  88. 59b813c Add Montgomery points to ecp_point_read_binary by Janos Follath · 6 years ago
  89. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  90. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  91. b7a04a7 Fix mbedtls_ecp_curve_info_from_name() for NULL input by Hanno Becker · 7 years ago
  92. 80f7168 Add parameter validation to mbedtls_ecp_restart_init() by Hanno Becker · 7 years ago
  93. 4f8e8e5 Implement parameter validation for ECP module by Hanno Becker · 7 years ago
  94. 01b34fb Merge remote-tracking branch 'upstream-public/pr/2267' into development by Jaeden Amero · 7 years ago
  95. 683c582 Clarify alternative ECP calling conventions by Janos Follath · 7 years ago
  96. af6f269 Fix ECC hardware double initialization by Janos Follath · 7 years ago
  97. a04617e Merge remote-tracking branch 'upstream-public/pr/2125' into development by Jaeden Amero · 7 years ago
  98. 89ac8c9 ECP: Add mbedtls_ecp_tls_read_group_id() by Janos Follath · 7 years ago
  99. b10c660 Detect unsigned integer overflow in mbedtls_ecp_check_budget() by Hanno Becker · 7 years ago
  100. a966fde Fix some documentation typos and improve a comment by Manuel Pégourié-Gonnard · 7 years ago