1. b395e74 mbedtls_ecp_write_key_ext(): make key const by Gilles Peskine · 1 year, 5 months ago
  2. c0f7a86 mbedtls_ecp_write_key(): deprecate the old function by Gilles Peskine · 1 year, 5 months ago
  3. e3fb4cc mbedtls_ecp_write_key_ext(): new function by Gilles Peskine · 1 year, 5 months ago
  4. 5bb04e0 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 5 months ago
  5. 39b7bba Make input parameter const by Gilles Peskine · 1 year, 7 months ago
  6. 62e33bc New function mbedtls_ecp_write_public_key by Gilles Peskine · 2 years, 1 month ago
  7. 7ea7202 New function mbedtls_ecp_keypair_calc_public by Gilles Peskine · 2 years, 1 month ago
  8. 2824032 New function mbedtls_ecp_set_public_key by Gilles Peskine · 2 years, 1 month ago
  9. ba5b5d6 Support partial export from mbedtls_ecp_keypair by Gilles Peskine · 2 years, 1 month ago
  10. e688610 New function mbedtls_ecp_keypair_get_group_id by Gilles Peskine · 2 years, 1 month ago
  11. 815b240 Fix unused function/variable warnings from clang by Dave Rodgman · 1 year, 8 months ago
  12. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  13. 745ec5d Fix static initializer warning by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  14. 6a9fb93 Use MBEDTLS_GET_UINT16_BE in mbedtls_ecp_tls_read_group_id by Dave Rodgman · 2 years ago
  15. 153ae46 Improve doc on special use of A in ecp group structure by Chien Wong · 2 years, 6 months ago
  16. d8cb3d7 De-duplicate ecp.c by Janos Follath · 2 years ago
  17. c25567a Move variant test to ecp_curves by Janos Follath · 2 years ago
  18. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  19. b903f4e Free P and N of the group cause they are dynamic allocated by Xiaokang Qian · 2 years ago
  20. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  21. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years ago
  22. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years ago
  23. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years ago
  24. 66bbecb Fix comment by Gabor Mezei · 2 years, 1 month ago
  25. 3c22366 Merge pull request #7863 from valeriosetti/issue7790 by Paul Elliott · 2 years, 1 month ago
  26. 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
  27. 41b0818 ecp: rearrange code in ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  28. 21d4241 pkparse: always check all private keys on import by Valerio Setti · 2 years, 1 month ago
  29. 2a7bcaf Use only `MBEDTLS_ECP_WITH_MPI_UINT` to switch between the ecp variants by Gabor Mezei · 2 years, 1 month ago
  30. c810707 Add check for the ecp module variants by Gabor Mezei · 2 years, 2 months ago
  31. a306d20 Clone the ecp.c file as ecp_new.c by Gabor Mezei · 2 years, 2 months ago
  32. 09d2378 Merge pull request #7429 from xkqian/bignumber_update_comments by Tom Cosgrove · 2 years, 3 months ago
  33. 50fe363 Update links in ecp.c by Xiaokang Qian · 2 years, 4 months ago
  34. fd122f4 ecp: introduce new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  35. 669c7c3 Update SEC1 link in ecp.c by Xiaokang Qian · 2 years, 4 months ago
  36. d61dbd4 ecp_curves: Update `mbedtls_ecp_group_free()`. by Minos Galanakis · 2 years, 6 months ago
  37. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  38. 2510dd4 Merge pull request #6282 from gstrauss/sw_derive_y by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  39. efde9d5 remove duplicated consecutive preproc directives by Glenn Strauss · 2 years, 7 months ago
  40. 8b6d14b Extract common code for computing X^3 + AX + B by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  41. 4524161 move mbedtls_ecp_sw_derive_y after MPI_ECP_ macros by Glenn Strauss · 2 years, 7 months ago
  42. fcabc28 use MPI_ECP_* macros in mbedtls_ecp_sw_derive_y() by Glenn Strauss · 2 years, 7 months ago
  43. cbfd5e9 comment by Glenn Strauss · 2 years, 8 months ago
  44. 369bfb9 comments and whitespace by Glenn Strauss · 2 years, 8 months ago
  45. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  46. 1a22bef Merge pull request #6190 from daverodgman/invalid-ecdsa-pubkey by Dave Rodgman · 2 years, 9 months ago
  47. 75c4eaf Merge pull request #5841 from aurel32/ecp_mul_mxz-timing-leak by Gilles Peskine · 2 years, 9 months ago
  48. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  49. 6e11687 Minor improvements to ecp.c changes by David Horstmann · 2 years, 9 months ago
  50. fc735df Refactor macro-spanning ifs in ecp.c by David Horstmann · 2 years, 10 months ago
  51. 2ff7711 mbedtls_ecp_point_read_binary from compressed fmt by Glenn Strauss · 2 years, 11 months ago
  52. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  53. c947751 Fix ECDSA signature verification edge-case by Dave Rodgman · 3 years ago
  54. 86669de Broke 2 long lines by Tuvshinzaya Erdenekhuu · 3 years ago
  55. 22f3654 Remove NULL pointer validation in ecp.c by Tuvshinzaya Erdenekhuu · 3 years ago
  56. c79ce88 Fix a timing leak in ecp_mul_mxz() by Aurelien Jarno · 3 years, 3 months ago
  57. 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 3 months ago
  58. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 3 months ago
  59. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  60. ab5274b Remove parameters validation using ECP_VALIDATE_RET by Przemek Stekiel · 3 years, 4 months ago
  61. 711d0f5 Add implemetation of ECP keypair export function by Przemek Stekiel · 3 years, 4 months ago
  62. bae3023 Make more use of helper function for init/free of MPI array by Hanno Becker · 3 years, 7 months ago
  63. 466df6e Introduce helper function for init/free of MPI array by Hanno Becker · 3 years, 7 months ago
  64. ac4d4bc Improve documentation of ECP module by Hanno Becker · 3 years, 7 months ago
  65. ee95f6c Don't allow Z coordinate being unset in ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  66. c27a0e0 Add more wrappers for ECP MPI operations by Hanno Becker · 3 years, 7 months ago
  67. 595616e Add more wrappers for internal ECP coordinate operations by Hanno Becker · 3 years, 7 months ago
  68. 6a28870 Make ecp_select_comb() create valid EC point with Z coordinate set by Hanno Becker · 3 years, 7 months ago
  69. 3083886 Keep temporaries across iterations of ecp_double_add_mxz() by Hanno Becker · 3 years, 7 months ago
  70. 3b29f21 Keep temporaries across iterations of ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  71. a7f8edd Keep temporaries across iterated invocations of ecp_double_jac() by Hanno Becker · 3 years, 7 months ago
  72. 28ccb1c Reduce number of local MPIs from 9 to 4 in ecp_double_add_mxz() by Hanno Becker · 3 years, 7 months ago
  73. 376dc89 Reorder ops in ecp_double_add_mxz() to indicate redundant local MPIs by Hanno Becker · 3 years, 7 months ago
  74. 0d62979 Remove local MPI from ecp_randomize_jac() by Hanno Becker · 3 years, 7 months ago
  75. 885ed40 Introduce wrapper for modular squaring by Hanno Becker · 3 years, 7 months ago
  76. b8442cd Remove another local MPI from ecp_normalize_jac_many() by Hanno Becker · 3 years, 7 months ago
  77. 02a999b Remove local MPI from ecp_normalize_jac_many() by Hanno Becker · 3 years, 7 months ago
  78. 838b715 Add comment on input/output aliasing in ecp_add_mixed() by Hanno Becker · 3 years, 7 months ago
  79. ce29ae8 Introduce macro wrappers for ECC modular arithmetic by Hanno Becker · 3 years, 7 months ago
  80. 76f897d Reduce number of temporary MPIs in ECP normalization by Hanno Becker · 3 years, 7 months ago
  81. 02b35bd Introduce wrapper for modular multiplication with single-width const by Hanno Becker · 3 years, 7 months ago
  82. 5c8ea30 Reduce number of local MPIs in ECP mixed point addition by Hanno Becker · 3 years, 7 months ago
  83. d068785 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years ago
  84. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years ago
  85. 277572f Fix coding style issue by Archana · 4 years, 1 month ago
  86. 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 4 years, 2 months ago
  87. 83e384d Fix unused parameter warning by Janos Follath · 4 years, 1 month ago
  88. 1107ee4 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  89. 865a75e Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
  90. 8c70e81 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  91. 8081ced Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  92. 06215ea Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  93. 2389a60 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  94. f29857c Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  95. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  96. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  97. 02b5705 Simplify internal code by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  98. 7962bfa Remove "internal RNG" code from ECP by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  99. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  100. 75525ae Fix mbedtls_ecp_muladd() by Manuel Pégourié-Gonnard · 4 years, 2 months ago