1. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  2. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  3. fbe74a9 Add mbedtls_ct_error_if, with tests by Dave Rodgman · 1 year, 11 months ago
  4. a9d7012 Remove mbedtls_ct_int_if by Dave Rodgman · 1 year, 11 months ago
  5. f81b2a1 Generalise mbedtls_ct_error_if to mbedtls_ct_int_if by Dave Rodgman · 1 year, 11 months ago
  6. e50b537 Add mbedtls_ct_error_if by Dave Rodgman · 1 year, 11 months ago
  7. 143f5f7 Add mbedtls_ct_bool_if and mbedtls_ct_bool_if_else_0 by Dave Rodgman · 1 year, 11 months ago
  8. 1cfc43c Rename mbedtls_ct_bool_xor to mbedtls_ct_bool_ne by Dave Rodgman · 1 year, 11 months ago
  9. 9c14007 Add mbedtls_ct_memcmp_partial by Dave Rodgman · 1 year, 11 months ago
  10. e97de40 Typo fix by Dave Rodgman · 1 year, 11 months ago
  11. 6d5261e Fix typo in doxygen for mbedtls_ct_memcpy_offset by Dave Rodgman · 2 years ago
  12. c9ed5de Add aarch64 const-time asm by Dave Rodgman · 2 years, 3 months ago
  13. 48fb8a3 Fix some renames that were missed by Dave Rodgman · 2 years ago
  14. b364a22 Fix mbedtls_ct_size_if_else_0 docs by Dave Rodgman · 2 years ago
  15. 38b227c Improve docs by Dave Rodgman · 2 years ago
  16. ac69b45 Document and test mbedtls_ct_size_if_else_0 by Dave Rodgman · 2 years ago
  17. 065f912 Fix comment typo by Dave Rodgman · 2 years ago
  18. 98ddc01 Rename ...if0 to ...else_0 by Dave Rodgman · 2 years ago
  19. b7825ce Rename uint->bool operators to reflect input types by Dave Rodgman · 2 years ago
  20. 205295c Tidy-up: move GCC warning fix to constant_time_impl.h by Dave Rodgman · 2 years ago
  21. 9ee0e1f Remove GCC redundant-decls workaround for mbedtls_ct_memcmp by Dave Rodgman · 2 years ago
  22. 0172de8 Fix docs grammar by Dave Rodgman · 2 years ago
  23. 741d423 Clarify docs for mbedtls_ct_memcpy_if by Dave Rodgman · 2 years ago
  24. 93cec45 Improve docs for mbedtls_ct_compiler_opaque by Dave Rodgman · 2 years ago
  25. fba5598 Ensure constant values not known to compiler by Dave Rodgman · 2 years, 1 month ago
  26. a02b368 Fix gcc warnings when -Wredundant-decls set by Dave Rodgman · 2 years, 1 month ago
  27. c882adf Docs improvement by Dave Rodgman · 2 years, 1 month ago
  28. f27727b Docs update by Dave Rodgman · 2 years, 3 months ago
  29. 3108645 Document and test that memcpy_if may have src == dest by Dave Rodgman · 2 years, 3 months ago
  30. 2b4486a Rename mbedtls_ct_uint_if_new to mbedtls_ct_uint_if by Dave Rodgman · 2 years, 3 months ago
  31. 2243137 Remove old interface by Dave Rodgman · 2 years, 3 months ago
  32. 231a516 Remove not-needed mbedtls_ct_mpi_uint_cond_assign by Dave Rodgman · 2 years, 3 months ago
  33. 6cee26d Remove old interface for mem_move_to_left by Dave Rodgman · 2 years, 3 months ago
  34. 40a41d0 Introduce new CT interface (retain old interface) by Dave Rodgman · 2 years, 3 months ago
  35. 7d4f019 Move some bignum functions out of constant_time module by Dave Rodgman · 2 years, 3 months ago
  36. 19e8cd0 Move mbedtls_ct_rsaes_pkcs1_v15_unpadding into rsa.c by Dave Rodgman · 2 years, 3 months ago
  37. 0afe001 Expose mbedtls_ct_size_gt and mbedtls_ct_mem_move_to_left in ct interface by Dave Rodgman · 2 years, 3 months ago
  38. 2801f7f Move mbedtls_ct_hmac into ssl_msg.c by Dave Rodgman · 2 years, 3 months ago
  39. 8c94e21 Evolve mbedtls_ct_uchar_in_range_if interface by Dave Rodgman · 2 years, 3 months ago
  40. 0ee9683 Move mbedtls_ct_base64_(enc|dec)_char into base64.c by Dave Rodgman · 2 years, 3 months ago
  41. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  42. 95b5add Don't test mbedtls_mpi_core_lt_ct with 0 limbs by Gilles Peskine · 2 years, 9 months ago
  43. 084334c Compile constant time masking and hmac if there are suites using MAC by Andrzej Kurek · 2 years, 10 months ago
  44. 89ad623 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
  45. af3f39c Fix typos by Janos Follath · 3 years ago
  46. b7a88ec Bignum: Apply naming conventions by Janos Follath · 3 years ago
  47. 6318468 Improve bignum documentation by Janos Follath · 3 years ago
  48. 23bdeca Add core constant time comparison by Janos Follath · 3 years ago
  49. 5260ce2 Fix uninitialised memory access in constant time functions by Paul Elliott · 3 years, 3 months ago
  50. 2968d30 Implement mbedtls_ct_hmac() using PSA hash API by Neil Armstrong · 3 years, 5 months ago
  51. a096975 Add documentation for the functions by Gabor Mezei · 3 years, 8 months ago
  52. 14d5fac Unify function parameters by Gabor Mezei · 3 years, 8 months ago
  53. 358829a Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  54. 9a4074a Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 9 months ago
  55. 642eeb2 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
  56. 22c9a6f Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 10 months ago[Renamed from library/constant_time.h]
  57. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  58. 116cd6a Fix documentation by Gabor Mezei · 3 years, 10 months ago
  59. 6a426c9 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  60. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  61. 291df7b Add macro guard for header file by Gabor Mezei · 3 years, 10 months ago
  62. e212379 Bind functions' availability for config options by Gabor Mezei · 3 years, 10 months ago
  63. a2d0f90 Make functions static by Gabor Mezei · 3 years, 10 months ago
  64. a316fc8 Update documentation and comments by Gabor Mezei · 3 years, 10 months ago
  65. 63bbba5 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  66. eab90bc Move implementation specific comment by Gabor Mezei · 3 years, 10 months ago
  67. 1e64261 Make mbedtls_cf_size_mask_lt function static by Gabor Mezei · 3 years, 10 months ago
  68. 90d96cc Add documentation for the functions by gabor-mezei-arm · 4 years ago
  69. b11a56e Unify equality checker functions return value by gabor-mezei-arm · 4 years ago
  70. 9cb5569 Propagate usage of mask generation functions by gabor-mezei-arm · 4 years ago
  71. 396438c Unify mask generation functions by gabor-mezei-arm · 4 years ago
  72. 87ac5be Unify function parameters by gabor-mezei-arm · 4 years ago
  73. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years ago
  74. 2dcd768 Typo: Unify indentation of function parameters by gabor-mezei-arm · 3 years, 10 months ago
  75. fdb7118 Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  76. 65cefdb Create mbedtls_cf_size_if function by gabor-mezei-arm · 3 years, 10 months ago
  77. 1349ffd Move mbedtls_cf_hmac function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  78. 0e7f71e Move mbedtls_cf_memcpy_offset function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  79. dee0fd3 Move mbedtls_cf_memcpy_if_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  80. 394aeaa Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  81. be8d98b Move mbedtls_cf_mpi_uint_cond_assign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  82. d3230d5 Move mbedtls_cf_cond_select_sign function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  83. b2dbf2c Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  84. 3f90fd5 Move mbedtls_cf_mpi_uint_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  85. 5a85442 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  86. 8d1d5fd Move mbedtls_cf_size_bool_eq function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  87. 16fc57b Move mbedtls_cf_size_mask_ge function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  88. c76227d Move mbedtls_cf_size_mask_lt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  89. 3733bf8 Move mbedtls_cf_size_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  90. 340948e Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  91. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago