1. 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
  2. 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
  3. a096975 Add documentation for the functions by Gabor Mezei · 3 years, 8 months ago
  4. 14d5fac Unify function parameters by Gabor Mezei · 3 years, 8 months ago
  5. c0d8dda Make mbedtls_ct_uchar_mask_of_range function static by Gabor Mezei · 3 years, 8 months ago
  6. 358829a Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  7. 9a4074a Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  8. 28d6115 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  9. 642eeb2 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
  10. 22c9a6f Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago
  11. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  12. 6a426c9 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  13. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  14. e212379 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  15. 9494558 Remove unused function by Gabor Mezei · 3 years, 10 months ago
  16. a2d0f90 Make functions static by Gabor Mezei · 3 years, 10 months ago
  17. a316fc8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
  18. 63bbba5 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  19. 7013f62 Use condition for not sensitive data by Gabor Mezei · 3 years, 10 months ago
  20. eab90bc Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
  21. 1e64261 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
  22. 5b3a32d Fix missing includes by gabor-mezei-arm · 3 years, 10 months ago
  23. 90d96cc Add documentation for the functions by gabor-mezei-arm · 4 years ago
  24. b11a56e Unify equality checker functions return value by gabor-mezei-arm · 4 years ago
  25. 9cb5569 Propagate usage of mask generation functions by gabor-mezei-arm · 4 years ago
  26. 396438c Unify mask generation functions by gabor-mezei-arm · 4 years ago
  27. 87ac5be Unify function parameters by gabor-mezei-arm · 4 years ago
  28. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years, 1 month ago
  29. 2dcd768 Typo: Unify indentation of function parameters by gabor-mezei-arm · 3 years, 10 months ago
  30. fdb7118 Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  31. 65cefdb Create mbedtls_cf_size_if function by gabor-mezei-arm · 3 years, 10 months ago
  32. c29a3da Move mbedtls_mpi_lt_mpi_ct function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  33. 5c97621 Move mbedtls_mpi_safe_cond_swap function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  34. 40a4925 Move mbedtls_mpi_safe_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  35. 1349ffd Move mbedtls_cf_hmac function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  36. 0e7f71e Move mbedtls_cf_memcpy_offset function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  37. dee0fd3 Move mbedtls_cf_memcpy_if_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  38. 394aeaa Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  39. be8d98b Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  40. d3230d5 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  41. b2dbf2c Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  42. 3f90fd5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  43. 5a85442 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  44. 8d1d5fd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  45. 16fc57b Move mbedtls_cf_size_mask_ge function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  46. c76227d Move mbedtls_cf_size_mask_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  47. 3733bf8 Move mbedtls_cf_size_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  48. 340948e Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  49. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  50. d112534 Add a new file for constant-time functions by gabor-mezei-arm · 4 years, 1 month ago