1. 126cfed Fix code style by Manuel Pégourié-Gonnard · 11 months ago
  2. 96cfd7a Move bignum code path testing out of the library by Janos Follath · 11 months ago
  3. e86607c Initial local variables to secure default by Janos Follath · 11 months ago
  4. 42f72b3 Introduce MBEDTLS_MPI_IS_TEST by Janos Follath · 11 months ago
  5. afb2079 Clean up initialization in _core_exp_mod() by Janos Follath · 11 months ago
  6. 8786dd7 Disable optionally safe test hook in threading builds by Janos Follath · 11 months ago
  7. a112691 Fix optionally safe hooks declarations by Janos Follath · 11 months ago
  8. 2c62441 Fix mpi_core_exp_mod documentation by Janos Follath · 12 months ago
  9. e0842aa Add tests for optionally safe codepaths by Janos Follath · 12 months ago
  10. 020b9ab Use actual exponent size for window calculation by Janos Follath · 12 months ago
  11. a5fc8f3 Move _public parameters next to their target by Janos Follath · 12 months ago
  12. bb3f295 Move mixed security code to small local functions by Janos Follath · 12 months ago
  13. 38ff70e Make _optionally_safe functions internal by Janos Follath · 12 months ago
  14. 75ed587 Add optionally unsafe variant of exp_mod for perf by Manuel Pégourié-Gonnard · 1 year, 1 month ago
  15. 23dc8b5 Fix code style by Janos Follath · 1 year, 5 months ago
  16. adb9d2d Remove volatile from declaration by Janos Follath · 1 year, 5 months ago
  17. d6df0a5 Fix use of volatile by Janos Follath · 1 year, 5 months ago
  18. 30f49f1 Hinder unwanted optimisations by Janos Follath · 1 year, 5 months ago
  19. aec1a86 Use mbedtls_ct_condition_t in mpi_core_check_zero by Janos Follath · 1 year, 5 months ago
  20. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  21. 85061b9 Improve sanity checking of MBEDTLS_HAVE_INTxx by Dave Rodgman · 1 year, 11 months ago
  22. b7b8c09 Update bignum_core.c by Dave Rodgman · 1 year, 11 months ago
  23. 7e1e7be Simplify fixes for unreachable code by Dave Rodgman · 1 year, 11 months ago
  24. cfa7223 Fix warnings about unreachable code by Dave Rodgman · 1 year, 11 months ago
  25. 54da1a6 Merge pull request #7578 from daverodgman/safer-ct5 by Manuel Pégourié-Gonnard · 2 years ago
  26. 98ddc01 Rename ...if0 to ...else_0 by Dave Rodgman · 2 years ago
  27. b7825ce Rename uint->bool operators to reflect input types by Dave Rodgman · 2 years ago
  28. 4883f10 Reduce code size for exp_mod_get_window_size by Dave Rodgman · 2 years ago
  29. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  30. 5058a5b Remove trailing whitespace bignum_core by Agathiyan Bragadeesh · 2 years ago
  31. e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years ago
  32. 271a953 Remove tautology in mbedtls_mpi_core_clz by Agathiyan Bragadeesh · 2 years, 1 month ago
  33. 3b25c40 Fix RSA perf regression by Dave Rodgman · 2 years, 2 months ago
  34. fd492ab Use new CT interface in mbedtls_mpi_core_random by Dave Rodgman · 2 years, 2 months ago
  35. b59b73e Use new CT interface in mbedtls_mpi_core_add_if by Dave Rodgman · 2 years, 2 months ago
  36. 8ac9a1d Use new CT interface in mbedtls_mpi_core_lt_ct by Dave Rodgman · 2 years, 2 months ago
  37. 231a516 Remove not-needed mbedtls_ct_mpi_uint_cond_assign by Dave Rodgman · 2 years, 2 months ago
  38. fd7fab4 Update mbedtls_mpi_core_uint_le_mpi to new CT interface by Dave Rodgman · 2 years, 2 months ago
  39. cd2e38b Update mbedtls_mpi_safe_cond_(assign|swap) to use new CT interface by Dave Rodgman · 2 years, 2 months ago
  40. 7d4f019 Move some bignum functions out of constant_time module by Dave Rodgman · 2 years, 3 months ago
  41. f0806be Merge pull request #7489 from minosgalanakis/ecp/7246_xtrack_core_shift_l by Paul Elliott · 2 years, 3 months ago
  42. b894403 bignum_core: Removed input checking for `mbedtls_mpi_core_shift_l` by Minos Galanakis · 2 years, 3 months ago
  43. 914347b Don't explicitly inline mbedtls_mpi_core_clz by Dave Rodgman · 2 years, 3 months ago
  44. 3b29364 Fix VS2022 build error by Dave Rodgman · 2 years, 3 months ago
  45. 2e863ec Remove unnecessary if to save 16 bytes by Dave Rodgman · 2 years, 3 months ago
  46. ec09e25 bignum_core: Aligned `xxx_core_shift_l` to `xxx_core_shift_r` by Minos Galanakis · 2 years, 3 months ago
  47. ad808dd bignum_core: Extracted mbedtls_mpi_shift_l from prototype by Minos Galanakis · 2 years, 3 months ago
  48. 0f16d56 Fix documentation by Dave Rodgman · 2 years, 3 months ago
  49. bbf8810 Document undefined case. Clarify test code. by Dave Rodgman · 2 years, 3 months ago
  50. 880a6b3 Further size optimisation by Dave Rodgman · 2 years, 3 months ago
  51. fe8a8cd Size/perf optimisation for mbedtls_mpi_core_clz by Dave Rodgman · 2 years, 3 months ago
  52. 00bd892 bignum: Removed merge scaffolding. by Minos Galanakis · 2 years, 4 months ago
  53. 6af26f3 Tidy up, remove MPI_CORE(), apply the naming convention, and use the new mbedtls_mpi_core_mul() by Tom Cosgrove · 3 years ago
  54. 4ae890b Extract MPI_CORE(mul) from the prototype by Hanno Becker · 3 years ago
  55. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  56. e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
  57. 5bf8629 Merge pull request #6303 from gilles-peskine-arm/bignum-core-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  58. 786848b Add low-level Montgomery conversion functions to bignum_core by Tom Cosgrove · 2 years, 8 months ago
  59. 30f3b4d Add mbedtls_mpi_core_check_zero_ct() and tests by Tom Cosgrove · 2 years, 8 months ago
  60. 6b7ce96 Clarify some comments by Gilles Peskine · 2 years, 8 months ago
  61. a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  62. 0a0dded Have mbedtls_mpi_core_exp_mod() take a temporary instead of allocating memory by Tom Cosgrove · 2 years, 8 months ago
  63. ecda186 Require input to mbedtls_mpi_core_exp_mod() to already be in Montgomery form by Tom Cosgrove · 2 years, 8 months ago
  64. 70375b2 Move mbedtls_mpi_core_random to the proper source file by Gilles Peskine · 2 years, 10 months ago
  65. 6f949ea New constant-flow function mbedtls_mpi_core_uint_le_mpi by Gilles Peskine · 2 years, 10 months ago
  66. edaa17b Merge pull request #6547 from yanesca/extract_mod_exp_from_prototype by Gilles Peskine · 2 years, 8 months ago
  67. 6d23ff6 Make use of optimised bswap from bignum by Dave Rodgman · 2 years, 8 months ago
  68. 3321b58 mpi_exp_mod: improve documentation by Janos Follath · 2 years, 8 months ago
  69. 7d89d35 Zeroize sensitive data by Gilles Peskine · 2 years, 9 months ago
  70. 0b270a5 Explain a little more by Gilles Peskine · 2 years, 9 months ago
  71. 4380d7b Simplify cleanup logic by Gilles Peskine · 2 years, 9 months ago
  72. 3b63d09 Make the main loop's logic clearer by Gilles Peskine · 2 years, 9 months ago
  73. c718a3c Simplify exponent bit selection by Gilles Peskine · 2 years, 9 months ago
  74. d83b5cb Local readability improvements by Gilles Peskine · 2 years, 9 months ago
  75. 0de0a04 Move window precomputation into an auxiliary function by Gilles Peskine · 2 years, 9 months ago
  76. cf979b0 Define variables closer to their use by Gilles Peskine · 2 years, 9 months ago
  77. 7af166b Change E closer to where it's used by Gilles Peskine · 2 years, 9 months ago
  78. 07f2c69 More consistent variable names by Gilles Peskine · 2 years, 9 months ago
  79. 0ec6e3f mpi_core_mod_exp: improve style and documentation by Janos Follath · 2 years, 9 months ago
  80. a77911e core_exp_mod: improve window selection by Janos Follath · 2 years, 10 months ago
  81. 59cbd1b Make mbedtls_mpi_core_ct_uint_table_lookup static by Janos Follath · 2 years, 9 months ago
  82. bad42c4 mpi_core_exp_mod: fix local variable type by Janos Follath · 2 years, 9 months ago
  83. b6673f0 Add modular exponentiation to bignum core by Janos Follath · 2 years, 10 months ago
  84. f7ff4c9 Tidy up, remove MPI_CORE(), and apply the naming convention by Tom Cosgrove · 3 years ago
  85. d9b2348 Extract MPI_CORE(sub_int) from the prototype by Hanno Becker · 3 years ago
  86. 2a8bcf8 Add bignum merge scaffolding by Janos Follath · 2 years, 9 months ago
  87. 22cdd0c Update some internal comments by Gilles Peskine · 2 years, 9 months ago
  88. 009d195 Move mbedtls_mpi_core_fill_random to the proper .c file by Gilles Peskine · 2 years, 11 months ago
  89. 8904a2d mpi_core_ct_uint_table_lookup: style and docs by Janos Follath · 2 years, 9 months ago
  90. e50f2f1 Add mbedtls_mpi_core_ct_uint_table_lookup by Janos Follath · 2 years, 9 months ago
  91. 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
  92. af7d44b Tidy up, remove MPI_CORE(), apply the naming convention, and use the new mbedtls_mpi_core_add() by Tom Cosgrove · 3 years ago
  93. c988713 Extract MPI_CORE(add) from the prototype by Hanno Becker · 3 years ago
  94. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 9 months ago
  95. 51d638b bignum_core: Style update by Minos Galanakis · 2 years, 9 months ago
  96. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 9 months ago
  97. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 9 months ago
  98. ec440f2 bignum_mod_raw: Ported mbedtls_mpi_get_montgomery_constant_unsafe from prototype by Hanno Becker · 3 years ago
  99. c279b2f Move mbedtls_mpi_core_shift_r to the proper source file by Gilles Peskine · 2 years, 10 months ago
  100. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 9 months ago