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