1. 7fe6e6f Add impl of mbedtls_ct_memcpy_if by Dave Rodgman · 2 years, 3 months ago
  2. 15c142b Use new interface in mbedtls_ct_memmove_left by Dave Rodgman · 2 years, 3 months ago
  3. 6cee26d Remove old interface for mem_move_to_left by Dave Rodgman · 2 years, 3 months ago
  4. debf867 Add impl of mbedtls_ct_zeroize_if by Dave Rodgman · 2 years, 3 months ago
  5. 40a41d0 Introduce new CT interface (retain old interface) by Dave Rodgman · 2 years, 3 months ago
  6. 7d4f019 Move some bignum functions out of constant_time module by Dave Rodgman · 2 years, 3 months ago
  7. 19e8cd0 Move mbedtls_ct_rsaes_pkcs1_v15_unpadding into rsa.c by Dave Rodgman · 2 years, 3 months ago
  8. 0afe001 Expose mbedtls_ct_size_gt and mbedtls_ct_mem_move_to_left in ct interface by Dave Rodgman · 2 years, 3 months ago
  9. 2801f7f Move mbedtls_ct_hmac into ssl_msg.c by Dave Rodgman · 2 years, 3 months ago
  10. 0ee9683 Move mbedtls_ct_base64_(enc|dec)_char into base64.c by Dave Rodgman · 2 years, 3 months ago
  11. e22413c Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
  12. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  13. 4610d4b Inhibit compiler from optimising out const-time asm by Dave Rodgman · 2 years, 6 months ago
  14. 7658b63 Remove volatile from diff; add explanatory comment by Dave Rodgman · 2 years, 7 months ago
  15. b9cd19b Prevent perf regressions in mbedtls_xor by Dave Rodgman · 2 years, 7 months ago
  16. 051225d Address potential perf regression by Dave Rodgman · 2 years, 7 months ago
  17. 36dfc5a Improve efficiency of some constant time functions by Dave Rodgman · 2 years, 8 months ago
  18. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  19. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
  20. d7edb1d Initialize variable by Gabor Mezei · 2 years, 10 months ago
  21. 3eff425 Use only one limb parameter for assign by Gabor Mezei · 2 years, 10 months ago
  22. cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
  23. 87638a9 Add missing include by Gabor Mezei · 2 years, 11 months ago
  24. 24d183a Use the new swap and assign function in the old interface by Gabor Mezei · 2 years, 11 months ago
  25. 89ad623 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
  26. 645ff5b Merge pull request #6095 from gabor-mezei-arm/6016_add_new_modulus_and_residue_structures by Janos Follath · 3 years ago
  27. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  28. 583816c Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  29. 5a5c0c5 Move the declaration of variables to their scope of usage by Gabor Mezei · 3 years ago
  30. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  31. 23bdeca Add core constant time comparison by Janos Follath · 3 years ago
  32. 8399ccc Merge pull request #5829 from paul-elliott-arm/fix_ct_uninit_memory_access by Gilles Peskine · 3 years, 2 months ago
  33. 5260ce2 Fix uninitialised memory access in constant time functions by Paul Elliott · 3 years, 3 months ago
  34. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  35. 9ebb9ff Reduce HMAC buffer usage in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  36. 72c2f76 Assume MAC key length is always exactly the output size in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  37. 36cc13b Use PSA defines for buffers in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  38. ae57cfd Use psa_ssl_status_to_mbedtls in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  39. 28d9c63 Fix comments in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  40. 6958bd0 Clean aux_out in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
  41. 2968d30 Implement mbedtls_ct_hmac() using PSA hash API by Neil Armstrong · 3 years, 5 months ago
  42. 40fc7da Cap the workaround for mbedtls_mpi_safe_cond_assign on MSVC/ARM64 to MSVC versions prior to 17.1. by Tautvydas Žilys · 3 years, 6 months ago
  43. 60165d7 Don't inline mbedtls_mpi_safe_cond_assign on MSVC/ARM64 to avoid a compiler bug. by Tautvydas Žilys · 3 years, 6 months ago
  44. a096975 Add documentation for the functions by Gabor Mezei · 3 years, 8 months ago
  45. 14d5fac Unify function parameters by Gabor Mezei · 3 years, 8 months ago
  46. c0d8dda Make mbedtls_ct_uchar_mask_of_range function static by Gabor Mezei · 3 years, 8 months ago
  47. 358829a Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  48. 9a4074a Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  49. 28d6115 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  50. 642eeb2 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
  51. 22c9a6f Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  52. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  53. 6a426c9 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  54. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  55. e212379 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  56. 9494558 Remove unused function by Gabor Mezei · 3 years, 10 months ago
  57. a2d0f90 Make functions static by Gabor Mezei · 3 years, 10 months ago
  58. a316fc8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
  59. 63bbba5 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  60. 7013f62 Use condition for not sensitive data by Gabor Mezei · 3 years, 10 months ago
  61. eab90bc Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
  62. 1e64261 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
  63. 5b3a32d Fix missing includes by gabor-mezei-arm · 3 years, 10 months ago
  64. 90d96cc Add documentation for the functions by gabor-mezei-arm · 4 years ago
  65. b11a56e Unify equality checker functions return value by gabor-mezei-arm · 4 years ago
  66. 9cb5569 Propagate usage of mask generation functions by gabor-mezei-arm · 4 years ago
  67. 396438c Unify mask generation functions by gabor-mezei-arm · 4 years ago
  68. 87ac5be Unify function parameters by gabor-mezei-arm · 4 years ago
  69. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years, 1 month ago
  70. 2dcd768 Typo: Unify indentation of function parameters by gabor-mezei-arm · 3 years, 10 months ago
  71. fdb7118 Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  72. 65cefdb Create mbedtls_cf_size_if function by gabor-mezei-arm · 3 years, 10 months ago
  73. c29a3da Move mbedtls_mpi_lt_mpi_ct function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  74. 5c97621 Move mbedtls_mpi_safe_cond_swap function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  75. 40a4925 Move mbedtls_mpi_safe_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  76. 1349ffd Move mbedtls_cf_hmac function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  77. 0e7f71e Move mbedtls_cf_memcpy_offset function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  78. dee0fd3 Move mbedtls_cf_memcpy_if_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  79. 394aeaa Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  80. be8d98b Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  81. d3230d5 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  82. b2dbf2c Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  83. 3f90fd5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  84. 5a85442 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  85. 8d1d5fd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  86. 16fc57b Move mbedtls_cf_size_mask_ge function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  87. c76227d Move mbedtls_cf_size_mask_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  88. 3733bf8 Move mbedtls_cf_size_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  89. 340948e Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  90. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  91. d112534 Add a new file for constant-time functions by gabor-mezei-arm · 4 years, 1 month ago