1. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. b6466c8 Fix IAR warning by Glenn Strauss · 2 years, 7 months ago archive/new-code-style/test/6889/old features/new-code-style/test/6889/old
  3. f0090d8 Merge remote-tracking branch 'origin/mbedtls-2.28' into merge-2.28 by Dave Rodgman · 2 years, 8 months ago
  4. b118d54 mpi_exp_mod: use x_index consistently by Janos Follath · 2 years, 8 months ago
  5. 6c5b5ad mpi_exp_mod: reduce the table size by one by Janos Follath · 2 years, 8 months ago
  6. 6fa7a76 mpi_exp_mod: fix out of bounds access by Janos Follath · 2 years, 8 months ago
  7. 2b72690 mpi_mod_exp: be pedantic about right shift by Janos Follath · 2 years, 8 months ago
  8. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 8 months ago
  9. 6e2d8e3 mpi_exp_mod: improve documentation by Janos Follath · 2 years, 8 months ago
  10. d88e219 mpi_exp_mod: remove the 'one' variable by Janos Follath · 2 years, 8 months ago
  11. a92f915 mpi_exp_mod: simplify freeing loop by Janos Follath · 2 years, 8 months ago
  12. aadbadb mpi_exp_mod: move X next to the precomputed values by Janos Follath · 2 years, 8 months ago
  13. 6632383 mpi_exp_mod: rename local variables by Janos Follath · 2 years, 8 months ago
  14. f0ceb1c mpi_exp_mod: remove memory ownership confusion by Janos Follath · 2 years, 8 months ago
  15. ae7cbd7 Express abs(z) in a way that satisfies GCC and MSVC by Gilles Peskine · 2 years, 9 months ago
  16. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  17. 103cf59 Fix NULL+0 in addition 0 + 0 by Gilles Peskine · 2 years, 9 months ago
  18. 3a3c50c mpi_exp_mod: improve documentation by Janos Follath · 2 years, 9 months ago
  19. 581c460 Fix negative zero created by (-A) + (+A) or (-A) - (-A) by Gilles Peskine · 2 years, 9 months ago
  20. 4e47bdc Unify mbedtls_mpi_add_mpi and mbedtls_mpi_sub_mpi by Gilles Peskine · 2 years, 9 months ago
  21. 95655a2 mpi_exp_mod: protect out of window zeroes by Janos Follath · 2 years, 10 months ago
  22. 91c0286 mpi_exp_mod: load the output variable to the table by Janos Follath · 2 years, 10 months ago
  23. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  24. 5205c97 Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  25. c9529f9 Fix null pointer dereference in mpi_mod_int(0, 2) by Gilles Peskine · 3 years, 2 months ago
  26. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  27. 582f239 Merge pull request #5167 from tom-cosgrove-arm/fix-builds-with-only-mbedtls_bignum_c-defined by Gilles Peskine · 3 years, 8 months ago
  28. 58efe61 Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Tom Cosgrove · 3 years, 9 months ago
  29. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 9 months ago
  30. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 9 months ago
  31. b10301d Move mbedtls_mpi_lt_mpi_ct function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  32. 58fc8a6 Move mbedtls_mpi_safe_cond_swap function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  33. b8caeee Move mbedtls_mpi_safe_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  34. 043192d Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  35. 5cec8b4 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  36. 097d4f5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  37. 17da4f2 Remove module dependency by gabor-mezei-arm · 3 years, 10 months ago
  38. 96584dd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  39. e41e3e8 Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  40. 284857e Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  41. bc6eaf7 Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  42. 4128c20 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.27.0rc0-pr by Paul Elliott · 4 years, 1 month ago
  43. 37d690c Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 1 month ago
  44. b798b35 Clarification in a comment by Gilles Peskine · 4 years, 1 month ago
  45. 38a384d Simplify is-zero check by Gilles Peskine · 4 years, 1 month ago
  46. ea9aa14 Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 1 month ago
  47. 6537bdb Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  48. d65b500 Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  49. 0759cad Whitespace fix by Gilles Peskine · 4 years, 2 months ago
  50. d487613 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
  51. 70a7dcd Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
  52. c86acc5 mbedtls_mpi_gcd: small optimization by Gilles Peskine · 4 years, 2 months ago
  53. b5e56ec mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 4 years, 2 months ago
  54. f643e8e Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago
  55. c94b6b0 Homogenize coding patterns by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  56. 0b3bde5 Silence MSVC type conversion warnings by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  57. f10d289 Simplify sign selection by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  58. 5325b97 Avoid UB caused by conversion to int by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  59. 464fe6a Use bit operations for mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  60. c3be399 Use bit operations for mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  61. eaafa49 Avoid using == for sensitive comparisons by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  62. e10e8db Use constant-time look-up for modular exponentiation by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  63. 74f66bb Fix non-constant-time comparison in mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  64. 23422e4 Note that the byte order in mpi_fill_random_internal() is deliberate by Gilles Peskine · 4 years, 2 months ago
  65. c0b68bf Use MBEDTLS_MPI_CHK where warranted by Gilles Peskine · 4 years, 2 months ago
  66. 3130ce2 New internal function mbedtls_mpi_resize_clear by Gilles Peskine · 4 years, 2 months ago
  67. 1177907 Use ternary operator with the most common case first by Gilles Peskine · 4 years, 2 months ago
  68. 3f61363 Correct some comments about ECC in mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  69. a16001e mpi_fill_random_internal: remove spurious grow() call by Gilles Peskine · 4 years, 4 months ago
  70. e39ee8e MPI random test: use more iterations for small numbers by Gilles Peskine · 4 years, 4 months ago
  71. ef13251 Contextualize comment about mbedtls_mpi_random retries by Gilles Peskine · 4 years, 4 months ago
  72. 8f45470 Fix mbedtls_mpi_random when N has leading zeros by Gilles Peskine · 4 years, 4 months ago
  73. 9312ba5 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  74. 4699fa4 Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  75. 986b55a Style Fix by Paul Elliott · 4 years, 3 months ago
  76. 7725a63 Fix unchecked return in bignum by Paul Elliott · 4 years, 3 months ago
  77. 80f5673 Fix and simplify sign handling in mbedtls_mpi_read_string by Gilles Peskine · 4 years, 4 months ago
  78. d520037 Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years, 4 months ago
  79. e1bba7c Fix semantically meaningful typos in comments by Gilles Peskine · 4 years, 5 months ago
  80. c8a9177 mbedtls_mpi_sub_abs: fix buffer overflow in error case by Gilles Peskine · 4 years, 6 months ago
  81. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  82. 2536aa7 mbedtls_mpi_div_mpi: directly grow T1 to its useful size by Gilles Peskine · 5 years ago
  83. cd0dbf3 mbedtls_mpi_mul_hlp: no microoptimization by Gilles Peskine · 5 years ago
  84. 8e464c4 mpi_mul_hlp: microoptimization by Gilles Peskine · 5 years ago
  85. 8fd95c6 Perform mbedtls_mpi_mul_int in place if possible by Gilles Peskine · 5 years ago
  86. a5d8d89 Document mpi_mul_hlp by Gilles Peskine · 5 years ago
  87. 1acf7cb Avoid reallocating during subtraction by Gilles Peskine · 5 years ago
  88. 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
  89. 89b4130 Fix memory leak in mbedtls_mpi_sub_abs by Gilles Peskine · 5 years ago
  90. 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  91. 9246d04 Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
  92. 436400e Handle random generator failure in mbedtls_mpi_fill_random() by Gilles Peskine · 4 years, 8 months ago
  93. 388f9b2 adjusting size of sliding window array to correct size. by Daniel Otte · 5 years ago
  94. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  95. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  96. 09ec10a Clean up some comments by Gilles Peskine · 5 years ago
  97. 0e5faf6 mbedtls_mpi_sub_abs: check the range of the result when it happens by Gilles Peskine · 5 years ago
  98. 221626f Simplify the final reduction in mpi_montmul by Gilles Peskine · 5 years ago
  99. c097e9e Move carry propagation out of mpi_sub_hlp by Gilles Peskine · 5 years ago
  100. 37ecc61 More logical parameter order for mpi_sub_hlp by Gilles Peskine · 5 years ago