1. 77b91e3 Generate test wrappers for key management by Ryan Everett · 1 year, 6 months ago
  2. f430f47 Generate test wrappers by Thomas Daubney · 1 year, 6 months ago
  3. 9c5c9c3 Merge pull request #1141 from davidhorstmann-arm/memory-poisoning-runtime-enable by David Horstmann · 1 year, 6 months ago
  4. d3efb92 Add underflow check to UNPOISON counter decrement by David Horstmann · 1 year, 7 months ago
  5. 9de6edd Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
  6. fad038c Change memory poisoning flag to a count by David Horstmann · 1 year, 7 months ago
  7. c2ab398 Request C11 in CMake (but only for tests) by David Horstmann · 1 year, 7 months ago
  8. 4411c9c Disable PSA wrappers psa_collect_statuses builds by Gilles Peskine · 1 year, 7 months ago
  9. 88385c2 PSA wrappers: don't poison buffers when buffer copying is disabled by Gilles Peskine · 1 year, 7 months ago
  10. a1871f3 Add review exception warning by Gilles Peskine · 1 year, 7 months ago
  11. 8e7960b Remove the manually written poisoning wrapper by Gilles Peskine · 1 year, 7 months ago
  12. 90d14d7 Update generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  13. 4adacac Generated PSA wrappers: poison/unpoison buffer parameters by Gilles Peskine · 1 year, 8 months ago
  14. 2b106de Enable generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  15. e00150d Declare the outputs from generate_psa_wrappers.py as generated files by Gilles Peskine · 1 year, 7 months ago
  16. 6e4332c Commit generated PSA wrappers by Gilles Peskine · 1 year, 7 months ago
  17. 5294bb3 PSA wrapper generator by Gilles Peskine · 1 year, 7 months ago
  18. 8174478 Use thread-local flag to enable memory poisoning by David Horstmann · 1 year, 7 months ago
  19. 2de5abf Only poison memory when buffer copying is enabled by David Horstmann · 1 year, 8 months ago
  20. 0f06bde Add all.sh coponent to test with copying disabled by David Horstmann · 1 year, 8 months ago
  21. 6d43e6d Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  22. 83ece2f Add extra MBEDTLS_PSA_CRYPTO_C guard for header by David Horstmann · 1 year, 8 months ago
  23. 6668453 Improve guards around memory poisoning setup by David Horstmann · 1 year, 8 months ago
  24. 853f9f9 Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  25. 7de0928 Move wrapper include to psa_crypto_helpers.h by David Horstmann · 1 year, 8 months ago
  26. b489257 Move test hook setup and teardown to helpers.c by David Horstmann · 1 year, 8 months ago
  27. a7cde5d Move test hook setup functions into a C file by David Horstmann · 1 year, 8 months ago
  28. b7a5b6e Add comment explaining the purpose of header by David Horstmann · 1 year, 8 months ago
  29. bbd44a7 Add missing license header by David Horstmann · 1 year, 8 months ago
  30. 4108237 Remove write check in driver wrappers tests by David Horstmann · 1 year, 8 months ago
  31. e138dce Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
  32. 8f35a4f Create memory poisoning wrapper for cipher encrypt by David Horstmann · 1 year, 8 months ago
  33. 38e4e9c Add explicit UNPOISON calls to memory tests by David Horstmann · 1 year, 8 months ago
  34. a7d5662 Allow PSA test cases to depend on test conditions by Gilles Peskine · 1 year, 8 months ago
  35. 81f8132 Avoid unused variable warnings in some plausible usage by Gilles Peskine · 1 year, 9 months ago
  36. abfad78 Use the existing definition of MBEDTLS_TEST_HAVE_ASAN by Gilles Peskine · 1 year, 9 months ago
  37. 479a194 Basic functional test for memory poisoning by Gilles Peskine · 1 year, 9 months ago
  38. 0bdb6dc Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
  39. d29cce9 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
  40. 3fd3d05 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
  41. 0457559 Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 1 year, 8 months ago
  42. 18eab98 Merge pull request #8560 from lpy4105/issue/8423/optimize-analyze_outcomes_py by Gilles Peskine · 1 year, 8 months ago
  43. c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
  44. 172c0b9 Merge pull request #8561 from ronald-cron-arm/fix-ciphersuites-list-in-ssl-opt by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8561-6b5cedf51f33f058d84a2fb3f5ba418efb172806
  45. 5dcfd0c Some improvements by Pengyu Lv · 1 year, 8 months ago
  46. 6b5cedf Merge pull request #8547 from valeriosetti/issue8483 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  47. 550cd6f Use boolean `hit` instead of int `hits` by Pengyu Lv · 1 year, 8 months ago
  48. 60f7666 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
  49. c3cd410 Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overallocation-disable_with_asan by Dave Rodgman · 1 year, 8 months ago
  50. 29ad2d7 ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  51. 41bc42a ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
  52. 5b73de8 ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago
  53. 9e1d2e5 Merge pull request #8029 from gilles-peskine-arm/fix-MBEDTLS_HAS_MD5_VIA_LOWLEVEL_OR_PSA by Tom Cosgrove · 1 year, 8 months ago
  54. 6632a12 all.sh: re-enable CCM/GCM in test_full_no_cipher_with_crypto[_config]() by Valerio Setti · 1 year, 9 months ago
  55. 451ec8a Add comment to read_outcome_file in analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  56. c2e8f3a Add type annotations to analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  57. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  58. 20e3ca3 Run tests for ref_vs_driver outside task function by Pengyu Lv · 1 year, 8 months ago
  59. 18908ec Define named tuple for component outcomes by Pengyu Lv · 1 year, 8 months ago
  60. 28ae464 Use mutable set all the time by Pengyu Lv · 1 year, 8 months ago
  61. 59b9efc Check if driver_component is missing by Pengyu Lv · 1 year, 8 months ago
  62. f28cf59 Break the loop when case hits by Pengyu Lv · 1 year, 8 months ago
  63. dd1d6a7 Improve readability of the script by Pengyu Lv · 1 year, 8 months ago
  64. a1ddcfa Extend the pattern of pkparse test on encrypted keys by Pengyu Lv · 1 year, 8 months ago
  65. 6c927c0 Merge branch 'development' into review/gilles/update-old-dep-MD_CAN by Pengyu Lv · 1 year, 8 months ago
  66. 150002c Skip calloc overallocation test case by Gilles Peskine · 1 year, 8 months ago
  67. 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
  68. 392ed3f Add better documentation for mbedtls_test_mutex_mutex by Paul Elliott · 1 year, 8 months ago
  69. c7cc83c Merge pull request #1119 from davidhorstmann-arm/psa-buffer-copy-fn by Dave Rodgman · 1 year, 9 months ago
  70. f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 9 months ago
  71. 8cd4bc4 Merge pull request #8124 from yanrayw/support_cipher_encrypt_only by Dave Rodgman · 1 year, 9 months ago
  72. c44042d Merge pull request #7905 from lpy4105/issue/misc-improvement by Dave Rodgman · 1 year, 9 months ago
  73. 34915fa ssl-opt.sh: Fix getting the list of supported ciphersuites. by Ronald Cron · 1 year, 9 months ago
  74. 18040ed all.sh: export LC_COLLATE=C for sorting in ASCII order by Yanray Wang · 1 year, 9 months ago
  75. 42be1ba block_cipher_no_decrypt: improve comment by Yanray Wang · 1 year, 9 months ago
  76. 70642ec all.sh: check_test_dependencies: add one more option by Yanray Wang · 1 year, 9 months ago
  77. 31a9b78 Improve comments and variable naming by Pengyu Lv · 1 year, 9 months ago
  78. a442858 Restruct the structure of outcome file presentation by Pengyu Lv · 1 year, 9 months ago
  79. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  80. a6cf5d6 Share parsed outcomes among tasks when ananlyzing by Pengyu Lv · 1 year, 9 months ago
  81. 3b2b7f8 MSan and TSan complain as well, not just ASan by Gilles Peskine · 1 year, 9 months ago
  82. 05ebe96 Disable check_mbedtls_calloc overallocation under ASan by Gilles Peskine · 1 year, 10 months ago
  83. fa8ec26 Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
  84. aa5dc24 Change if to switch case by Jerry Yu · 1 year, 9 months ago
  85. 60e9972 replace check string by Jerry Yu · 1 year, 9 months ago
  86. 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
  87. 4ac648e improve readability by Jerry Yu · 1 year, 9 months ago
  88. d84c14f improve code style by Jerry Yu · 1 year, 9 months ago
  89. b2455d2 Guards ticket_creation_time by Jerry Yu · 1 year, 9 months ago
  90. 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
  91. 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
  92. 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
  93. 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
  94. 8b1a124 Merge pull request #8438 from yuhaoth/pr/disable-stdout-for-config-query-call by Gilles Peskine · 1 year, 9 months ago
  95. 89875a4 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  96. f173405 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  97. 885bcfc Merge pull request #7649 from yuhaoth/pr/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
  98. 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
  99. 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
  100. 2f307b4 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago