1. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 1924adb Fix macro guards for mbedtls_ct_size_mask by Dave Rodgman · 1 year, 11 months ago
  3. 1d52368 build fixes by Dave Rodgman · 1 year, 11 months ago
  4. 735d2c9 Backport 2.28: Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
  5. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  6. 169554c Adapt macro names: MBEDTLS_SSL_SOME_SUITES_USE_MAC->MBEDTLS_SSL_SOME_MODES_USE_MAC by Przemek Stekiel · 2 years, 10 months ago
  7. 9450dc7 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
  8. f211d82 Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  9. b830028 Fix uninitialised memory access in constant time functions by Paul Elliott · 3 years, 3 months ago
  10. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  11. 61156f8 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
  12. ea4af4d Don't inline mbedtls_mpi_safe_cond_assign on MSVC/ARM64 to avoid a compiler bug. by Tautvydas Žilys · 3 years, 6 months ago
  13. 3a755f5 Add documentation for the functions by Gabor Mezei · 3 years, 8 months ago
  14. 46ca2f7 Unify function parameters by Gabor Mezei · 3 years, 8 months ago
  15. df29332 Make mbedtls_ct_uchar_mask_of_range function static by Gabor Mezei · 3 years, 8 months ago
  16. 3d4dba8 Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  17. 200708d Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  18. 46f79c3 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  19. dbe0f89 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
  20. c0ae1cf Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  21. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  22. 61bf64f Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  23. e24dea8 Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  24. 2b35880 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  25. 4e2de62 Remove unused function by Gabor Mezei · 3 years, 10 months ago
  26. fd8a42d Make functions static by Gabor Mezei · 3 years, 10 months ago
  27. 4b4e4d8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
  28. 91deea7 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  29. 150bdee Use condition for not sensitive data by Gabor Mezei · 3 years, 10 months ago
  30. 3c38b6e Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
  31. 2c5ed22 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
  32. d5a392a Fix missing includes by gabor-mezei-arm · 3 years, 10 months ago
  33. 7e6a1ea Add documentation for the functions by gabor-mezei-arm · 4 years ago
  34. 1ffd0cc Unify equality checker functions return value by gabor-mezei-arm · 4 years ago
  35. 60febd5 Propagate usage of mask generation functions by gabor-mezei-arm · 4 years ago
  36. 2f2c0be Unify mask generation functions by gabor-mezei-arm · 4 years ago
  37. 5e48824 Unify function parameters by gabor-mezei-arm · 4 years ago
  38. 378e7eb Unify memcmp functions by gabor-mezei-arm · 4 years, 1 month ago
  39. 04087df Typo: Unify indentation of function parameters by gabor-mezei-arm · 3 years, 10 months ago
  40. f52941e Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  41. bc3a288 Create mbedtls_cf_size_if function by gabor-mezei-arm · 3 years, 10 months ago
  42. b10301d Move mbedtls_mpi_lt_mpi_ct function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  43. 58fc8a6 Move mbedtls_mpi_safe_cond_swap function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  44. b8caeee Move mbedtls_mpi_safe_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  45. cb4317b Move mbedtls_cf_hmac function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  46. 0f7b9e4 Move mbedtls_cf_memcpy_offset function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  47. ee06feb Move mbedtls_cf_memcpy_if_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  48. 7b23c0b Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  49. 043192d Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  50. 5cec8b4 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  51. 7533253 Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  52. 097d4f5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  53. 9d7bf09 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  54. 96584dd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  55. a2bcabc Move mbedtls_cf_size_mask_ge function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  56. 4d6b146 Move mbedtls_cf_size_mask_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  57. d361ccd Move mbedtls_cf_size_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  58. c11cac9 Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  59. 944c107 Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  60. 9055972 Add a new file for constant-time functions by gabor-mezei-arm · 4 years, 1 month ago