1. 1cfc43c Rename mbedtls_ct_bool_xor to mbedtls_ct_bool_ne by Dave Rodgman · 1 year, 11 months ago
  2. 6568f60 Simplify mbedtls_ct_memcmp_partial test by Dave Rodgman · 1 year, 11 months ago
  3. 2c9f86b Add docs for mbedtls_ct_memcmp_partial test by Dave Rodgman · 1 year, 11 months ago
  4. 28bc1ab Use exact bounds for allocations in mbedtls_ct_memcmp_partial test by Dave Rodgman · 1 year, 11 months ago
  5. ba600b2 Remove expected param from mbedtls_ct_memcmp_partial test by Dave Rodgman · 1 year, 11 months ago
  6. 771ac65 Add tests for mbedtls_ct_memcmp_partial by Dave Rodgman · 1 year, 11 months ago
  7. 49d7223 Fix test under memsan by Dave Rodgman · 1 year, 11 months ago
  8. 70e022b code style by Dave Rodgman · 1 year, 11 months ago
  9. 140d5c7 Add single-bit difference tests by Dave Rodgman · 1 year, 11 months ago
  10. ac69b45 Document and test mbedtls_ct_size_if_else_0 by Dave Rodgman · 2 years ago
  11. 98ddc01 Rename ...if0 to ...else_0 by Dave Rodgman · 2 years ago
  12. b7825ce Rename uint->bool operators to reflect input types by Dave Rodgman · 2 years ago
  13. 4dd8931 Update w.r.t. test macro name changes from #6253 by Dave Rodgman · 2 years ago
  14. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  15. 926d8da Fix test dependency by Dave Rodgman · 2 years ago
  16. 378280e Revert "Move constant_flow.h into the main library" by Dave Rodgman · 2 years ago
  17. fd78c34 Move constant_flow.h into the main library by Dave Rodgman · 2 years ago
  18. 04a334a Make const-time test not depend on internal knowledge of mbedtls_ct_condition_t by Dave Rodgman · 2 years ago
  19. fa5a4bb Improve mbedtls_ct_memmove_left w.r.t. const-flow tests by Dave Rodgman · 2 years ago
  20. 8de3482 Fix false-positive non-const-time errors in test by Dave Rodgman · 2 years ago
  21. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years, 1 month ago
  22. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years, 1 month ago
  23. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years, 1 month ago
  24. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years, 1 month ago
  25. ec85b85 code style by Dave Rodgman · 2 years, 3 months ago
  26. 3108645 Document and test that memcpy_if may have src == dest by Dave Rodgman · 2 years, 3 months ago
  27. 1e8b6ac Improve tests for mbedtls_ct_uchar_in_range_if by Dave Rodgman · 2 years, 3 months ago
  28. 8f5e5c1 Make memmove_left more efficient by Dave Rodgman · 2 years, 3 months ago
  29. 14bec14 tests by Dave Rodgman · 2 years, 3 months ago
  30. 48c591c Fix warning with GCC 12 by Paul Elliott · 2 years, 6 months ago
  31. 58c721e Add TEST_CF_SECRET to mbedtls_ct_memcpy_if_eq test by Dave Rodgman · 2 years, 7 months ago
  32. 22b0d1a Test memcmp with differences starting after the first byte by Dave Rodgman · 2 years, 7 months ago
  33. 95ec58c Remove not-needed stdio include from tests by Dave Rodgman · 2 years, 7 months ago
  34. 39188c0 Add unit tests for mbedtls_ct_memcmp and mbedtls_ct_memcpy_if_eq by Dave Rodgman · 2 years, 8 months ago
  35. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  36. 3ffd6bc Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago