1. 49d4403 tf-psa-crypto/drivers/builtin/src/ecp.c by Minos Galanakis · 11 months ago
  2. 9721b86 Allow null buffers when the length is 0 by Gilles Peskine · 1 year, 5 months ago
  3. c2c74b9 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 5 months ago
  4. 575938e Fix a comment in ecp by Chien Wong · 1 year, 7 months ago
  5. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  6. f97832a Merge pull request #8015 from AgathiyanB/fix-unnecessary-type-quantifier by Dave Rodgman · 2 years ago
  7. 06d5e10 Fix IAR warning about unnecessary type quantifier by Agathiyan Bragadeesh · 2 years ago
  8. 5521b4c Assign have_rng in declaration of ecp_mul_mxz by Agathiyan Bragadeesh · 2 years ago
  9. 7b0ee1e Fix control bypass warnings by Agathiyan Bragadeesh · 2 years ago
  10. 0e5a27b Update links of references in bignum code by Xiaokang Qian · 2 years, 3 months ago
  11. fc820d9 Fix IAR warnings by Paul Elliott · 2 years, 7 months ago
  12. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  13. d551413 Remove now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  14. 9fc2f95 Change 0-checks to NULL-checks in ecp.c by David Horstmann · 2 years, 9 months ago
  15. c469850 Merge pull request #6491 from davidhorstmann-arm/2.28-fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  16. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  17. edc110d Fix a timing leak in ecp_mul_mxz() by Aurelien Jarno · 3 years, 3 months ago
  18. ef661c5 Fix macro-spanning ifs in ecp.c by David Horstmann · 2 years, 9 months ago
  19. e9af9e3 Minor improvements to ecp.c changes by David Horstmann · 2 years, 9 months ago
  20. b95ee00 Refactor macro-spanning ifs in ecp.c by David Horstmann · 2 years, 10 months ago
  21. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  22. 4268731 Fix ECDSA signature verification edge-case by Dave Rodgman · 3 years ago
  23. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  24. d3a3f21 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years ago
  25. ad1115a Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  26. 2667fb7 Fix unused parameter warning by Janos Follath · 4 years, 1 month ago
  27. bc58902 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  28. 7d4ebdd Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
  29. bc96a79 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  30. b4c676e Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  31. 520f0a0 Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  32. 10b8e5a Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  33. f2268d1 Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  34. 6466d34 ECP: use mbedtls_mpi_random for blinding by Gilles Peskine · 4 years, 4 months ago
  35. aeab0fb Preserve MBEDTLS_ERR_ECP_RANDOM_FAILED in case of a hostile RNG by Gilles Peskine · 4 years, 4 months ago
  36. 4699fa4 Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  37. 7967ec5 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  38. eadf31d mbedtls_ecp_gen_privkey_mx: simplify the size calculation logic by Gilles Peskine · 4 years, 4 months ago
  39. 4f77674 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 4 months ago
  40. 6acfc9c mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 4 months ago
  41. 3838f28 mbedtls_ecp_gen_privkey_mx: rename n_bits to high_bit by Gilles Peskine · 4 years, 4 months ago
  42. de33213 mbedtls_ecp_gen_privkey: create subfunctions for each curve type by Gilles Peskine · 4 years, 4 months ago
  43. 48f052f mbedtls_ecp_gen_privkey: minor refactoring by Gilles Peskine · 4 years, 4 months ago
  44. b74b560 Add missing parenthesis by Steven Cooreman · 4 years, 5 months ago
  45. 0bbb38c Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  46. 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago
  47. 782a7ea ecjpake_zkp_read() now returns ...BAD_INPUT_DATA when r len == 0 and test follows that by TRodziewicz · 4 years, 5 months ago
  48. 9edff74 Fix EC J-PAKE failing when the payload is all-bits-zero by TRodziewicz · 4 years, 5 months ago
  49. e538896 Remove unreferenced static functions when ECP_NO_FALLBACK is used by Steven Cooreman · 4 years, 5 months ago
  50. 7eb2aa0 Reworked NO_FALLBACK logic according to review feedback by Steven Cooreman · 4 years, 6 months ago
  51. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  52. 360e2c4 List Montgomery curves in mbedtls_ecp_curve_list() by Gilles Peskine · 5 years ago
  53. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  54. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  55. 5997005 Fix unused variables in Montgomery-only configuration by Gilles Peskine · 6 years ago
  56. a088c81 Adjust ECP self-test to support Curve448 by Gilles Peskine · 7 years ago
  57. 2466679 ECP self test: add self-test step for Montgomery curves by Gilles Peskine · 7 years ago
  58. c95696f Factor common code in mbedtls_ecp_self_test by Gilles Peskine · 7 years ago
  59. d9767a5 Tweak ECP self-test to work with secp192k1 by Gilles Peskine · 7 years ago
  60. e8c04fe Replace ECP_xxx by MBEDTLS_ECP__xxx_ENABLED by Gilles Peskine · 7 years ago
  61. 9b99a89 mbedtls_ecp_muladd is only for short Weierstrass curves by Gilles Peskine · 7 years ago
  62. aec44e9 Merge remote-tracking branch 'mbedtls/development' into montgomery-keys-clarification by Steven Cooreman · 5 years ago
  63. 0024df6 Remove superfluous argument to ecp_write_key by Steven Cooreman · 5 years ago
  64. c9b7f78 Rework mbedtls_ecp_write_key to remove unnecessary output parameter by Steven Cooreman · 5 years ago
  65. de8593f Implement and test mbedtls_ecp_write_key by Steven Cooreman · 5 years ago
  66. 527b878 Merge pull request #3454 from gilles-peskine-arm/include-common-h-development by Manuel Pégourié-Gonnard · 5 years ago
  67. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  68. 1215c54 Add length check in ecp_drbg_seed() by Manuel Pégourié-Gonnard · 5 years ago
  69. 4539a45 Use fixed-length encoding for internal RNG seed by Manuel Pégourié-Gonnard · 5 years ago
  70. 25705e6 Fix typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
  71. 9b8d34e Avoid superflous randomization with restartable by Manuel Pégourié-Gonnard · 5 years ago
  72. d53ef2f Use HMAC_DRBG by default for ECP internal DRBG by Manuel Pégourié-Gonnard · 5 years ago
  73. 22b1de3 Skip redundant checks for NULL f_rng by Manuel Pégourié-Gonnard · 5 years ago
  74. 53fb66d Add support for RESTARTABLE with internal RNG by Manuel Pégourié-Gonnard · 5 years ago
  75. f2a9fcf Move internal drbg init to specific mul functions by Manuel Pégourié-Gonnard · 5 years ago
  76. c52a43c Implement use of internal DRBG for ecp_mul() by Manuel Pégourié-Gonnard · 5 years ago
  77. b246214 Fix Changelag PR number and uniformize code when prng fails by Jonas · 5 years ago
  78. 6692a06 Fix potential memory leak in EC multiplication by Jonas · 5 years ago
  79. b1c8e41 Merge pull request #3209 from aurel32/fix-ecp_double_add_mxz by Manuel Pégourié-Gonnard · 5 years ago
  80. 66deb38 Fix wrong modulo call in ecp_double_add_mxz by Aurelien Jarno · 5 years ago
  81. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  82. a4aa89b Fix leakage of projective coordinates in ECC by Manuel Pégourié-Gonnard · 5 years ago
  83. 1174db5 Revert "ecp: Remove dependency on TLS and X.509" by Gilles Peskine · 5 years ago
  84. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  85. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  86. 0e5532d Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  87. d80080c Remove excess vertical space by Janos Follath · 6 years ago
  88. a779b46 Fix side channel vulnerability in ECDSA by Janos Follath · 6 years ago
  89. 2c69d10 3rdparty: Adjust use of Everest in ecp_supported_curves by Christoph M. Wintersteiger · 6 years ago
  90. cb31073 ECP: add Curve448 to ecp_supported_curves by Christoph M. Wintersteiger · 6 years ago
  91. c3cbdde ECDH: Fix whitespace, permissions by Christoph M. Wintersteiger · 7 years ago
  92. 86e36c4 ECDH: Replace hex literal with decimal in ecp.c by Christoph M. Wintersteiger · 7 years ago
  93. c9f737b ECDH: Enable Everest Curve25519 in ECDH/ECDSA/ECP by Christoph M. Wintersteiger · 7 years ago
  94. 3b3b34f Replace some macros by functions by Gilles Peskine · 6 years ago
  95. 653a4a2 Prevent dead code warning by k-stachowiak · 6 years ago
  96. 7b3603c Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  97. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  98. c70a3c7 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  99. de0a41b ecp: Remove dependency on TLS and X.509 by Jaeden Amero · 7 years ago
  100. f607813 ECP: remove extra whitespaces by Janos Follath · 6 years ago