1. 46a6e73 Fix format-pedantic error in programs/test/metatest.c by Michael Schuster · 1 year, 2 months ago
  2. 6fa32fd Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
  3. 848bccf Fix some typo for include folder by Wenxing Hou · 1 year, 1 month ago
  4. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  5. 50da462 Merge pull request #8829 from paul-elliott-arm/add_framework_meta_tests by Paul Elliott · 1 year, 5 months ago
  6. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  7. 72da8b3 Don't authorize private access to fields where not actually needed by Gilles Peskine · 1 year, 5 months ago
  8. 60bbfe6 Add metatests for failing TEST_EQUAL and TEST_LE_* by Paul Elliott · 1 year, 6 months ago
  9. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  10. 9de6edd Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
  11. 9432e64 Only run memory poisoning metatests when poisoning by David Horstmann · 1 year, 7 months ago
  12. 17c119a Migrate to threading_helpers.h by Paul Elliott · 1 year, 8 months ago
  13. 4580d4d Add accessor helpers for mbedtls_test_info by Paul Elliott · 1 year, 9 months ago
  14. 6f8ca29 Use the existing definition of __func__ by Gilles Peskine · 1 year, 8 months ago
  15. 895ebc3 Protect against compiler optimizations by Gilles Peskine · 1 year, 8 months ago
  16. ef0f01f Memory poisoning: meta-test writes as well as reads by Gilles Peskine · 1 year, 8 months ago
  17. e0acf87 Port to platforms where printf doesn't have %zu by Gilles Peskine · 1 year, 9 months ago
  18. f5dd002 Fix MSVC build failure by Gilles Peskine · 1 year, 9 months ago
  19. 0bdb6dc Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  20. d29cce9 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  21. 7a715c4 Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
  22. 2f40cc0 Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
  23. ad2a17e Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
  24. cce0012 Add documentation by Gilles Peskine · 1 year, 9 months ago
  25. ccb1215 Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
  26. da6e7a2 More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
  27. d2fa698 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago
  28. 102aea2 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  29. f0d5cf9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
  30. a1dfa14 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
  31. ee81095 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
  32. 6aa9f32 Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
  33. 69e8db0 Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
  34. b0f0a64 Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
  35. 80ba832 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
  36. f309fbf Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
  37. 33406b6 Add a metatest program by Gilles Peskine · 1 year, 9 months ago