- d3efb92 Add underflow check to UNPOISON counter decrement by David Horstmann · 1 year, 7 months ago
- 9de6edd Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
- fad038c Change memory poisoning flag to a count by David Horstmann · 1 year, 7 months ago
- c2ab398 Request C11 in CMake (but only for tests) by David Horstmann · 1 year, 7 months ago
- 8174478 Use thread-local flag to enable memory poisoning by David Horstmann · 1 year, 7 months ago
- 2de5abf Only poison memory when buffer copying is enabled by David Horstmann · 1 year, 8 months ago
- 0f06bde Add all.sh coponent to test with copying disabled by David Horstmann · 1 year, 8 months ago
- 6d43e6d Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
- 83ece2f Add extra MBEDTLS_PSA_CRYPTO_C guard for header by David Horstmann · 1 year, 8 months ago
- 6668453 Improve guards around memory poisoning setup by David Horstmann · 1 year, 8 months ago
- 853f9f9 Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
- 7de0928 Move wrapper include to psa_crypto_helpers.h by David Horstmann · 1 year, 8 months ago
- b489257 Move test hook setup and teardown to helpers.c by David Horstmann · 1 year, 8 months ago
- a7cde5d Move test hook setup functions into a C file by David Horstmann · 1 year, 8 months ago
- b7a5b6e Add comment explaining the purpose of header by David Horstmann · 1 year, 8 months ago
- bbd44a7 Add missing license header by David Horstmann · 1 year, 8 months ago
- 4108237 Remove write check in driver wrappers tests by David Horstmann · 1 year, 8 months ago
- e138dce Change to use test-hook-based approach by David Horstmann · 1 year, 8 months ago
- 8f35a4f Create memory poisoning wrapper for cipher encrypt by David Horstmann · 1 year, 8 months ago
- 38e4e9c Add explicit UNPOISON calls to memory tests by David Horstmann · 1 year, 9 months ago
- a7d5662 Allow PSA test cases to depend on test conditions by Gilles Peskine · 1 year, 8 months ago
- 81f8132 Avoid unused variable warnings in some plausible usage by Gilles Peskine · 1 year, 9 months ago
- abfad78 Use the existing definition of MBEDTLS_TEST_HAVE_ASAN by Gilles Peskine · 1 year, 9 months ago
- 479a194 Basic functional test for memory poisoning by Gilles Peskine · 1 year, 9 months ago
- 0bdb6dc Fix memory poisoning with Asan on arbitrary byte boundaries by Gilles Peskine · 1 year, 9 months ago
- d29cce9 Add memory poisoning framework by Gilles Peskine · 1 year, 9 months ago
- 3fd3d05 New files for memory-related test functions by Gilles Peskine · 1 year, 9 months ago
- 0457559 Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 1 year, 8 months ago
- 18eab98 Merge pull request #8560 from lpy4105/issue/8423/optimize-analyze_outcomes_py by Gilles Peskine · 1 year, 8 months ago
- c6f1637 Merge pull request #8534 from paul-elliott-arm/fix_mutex_abstraction by Janos Follath · 1 year, 8 months ago
- 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
- 5dcfd0c Some improvements by Pengyu Lv · 1 year, 8 months ago
- 6b5cedf Merge pull request #8547 from valeriosetti/issue8483 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- 550cd6f Use boolean `hit` instead of int `hits` by Pengyu Lv · 1 year, 8 months ago
- 60f7666 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
- c3cd410 Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overallocation-disable_with_asan by Dave Rodgman · 1 year, 8 months ago
- 29ad2d7 ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
- 41bc42a ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
- 5b73de8 ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago
- 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
- 6632a12 all.sh: re-enable CCM/GCM in test_full_no_cipher_with_crypto[_config]() by Valerio Setti · 1 year, 9 months ago
- 451ec8a Add comment to read_outcome_file in analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
- c2e8f3a Add type annotations to analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
- 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
- 20e3ca3 Run tests for ref_vs_driver outside task function by Pengyu Lv · 1 year, 8 months ago
- 18908ec Define named tuple for component outcomes by Pengyu Lv · 1 year, 8 months ago
- 28ae464 Use mutable set all the time by Pengyu Lv · 1 year, 8 months ago
- 59b9efc Check if driver_component is missing by Pengyu Lv · 1 year, 8 months ago
- f28cf59 Break the loop when case hits by Pengyu Lv · 1 year, 8 months ago
- dd1d6a7 Improve readability of the script by Pengyu Lv · 1 year, 8 months ago
- a1ddcfa Extend the pattern of pkparse test on encrypted keys by Pengyu Lv · 1 year, 8 months ago
- 6c927c0 Merge branch 'development' into review/gilles/update-old-dep-MD_CAN by Pengyu Lv · 1 year, 8 months ago
- 150002c Skip calloc overallocation test case by Gilles Peskine · 1 year, 8 months ago
- 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
- 392ed3f Add better documentation for mbedtls_test_mutex_mutex by Paul Elliott · 1 year, 9 months ago
- c7cc83c Merge pull request #1119 from davidhorstmann-arm/psa-buffer-copy-fn by Dave Rodgman · 1 year, 9 months ago
- f25d831 Ensure mutex test mutex gets free'd by Paul Elliott · 1 year, 9 months ago
- 8cd4bc4 Merge pull request #8124 from yanrayw/support_cipher_encrypt_only by Dave Rodgman · 1 year, 9 months ago
- c44042d Merge pull request #7905 from lpy4105/issue/misc-improvement by Dave Rodgman · 1 year, 9 months ago
- 34915fa ssl-opt.sh: Fix getting the list of supported ciphersuites. by Ronald Cron · 1 year, 9 months ago
- 18040ed all.sh: export LC_COLLATE=C for sorting in ASCII order by Yanray Wang · 1 year, 9 months ago
- 42be1ba block_cipher_no_decrypt: improve comment by Yanray Wang · 1 year, 9 months ago
- 70642ec all.sh: check_test_dependencies: add one more option by Yanray Wang · 1 year, 9 months ago
- 31a9b78 Improve comments and variable naming by Pengyu Lv · 1 year, 9 months ago
- a442858 Restruct the structure of outcome file presentation by Pengyu Lv · 1 year, 9 months ago
- 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
- a6cf5d6 Share parsed outcomes among tasks when ananlyzing by Pengyu Lv · 1 year, 9 months ago
- 3b2b7f8 MSan and TSan complain as well, not just ASan by Gilles Peskine · 1 year, 9 months ago
- 05ebe96 Disable check_mbedtls_calloc overallocation under ASan by Gilles Peskine · 1 year, 10 months ago
- fa8ec26 Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
- aa5dc24 Change if to switch case by Jerry Yu · 1 year, 9 months ago
- 60e9972 replace check string by Jerry Yu · 1 year, 9 months ago
- 713ce1f various improvement by Jerry Yu · 1 year, 9 months ago
- 4ac648e improve readability by Jerry Yu · 1 year, 9 months ago
- d84c14f improve code style by Jerry Yu · 1 year, 9 months ago
- b2455d2 Guards ticket_creation_time by Jerry Yu · 1 year, 9 months ago
- 472a692 fix build failure by Jerry Yu · 1 year, 9 months ago
- 342a555 rename ticket received by Jerry Yu · 1 year, 9 months ago
- 25ba4d4 rename `ticket_creation` to `ticket_creation_time` by Jerry Yu · 1 year, 9 months ago
- 28547c4 update tests by Jerry Yu · 1 year, 9 months ago
- 8b1a124 Merge pull request #8438 from yuhaoth/pr/disable-stdout-for-config-query-call by Gilles Peskine · 1 year, 9 months ago
- 89875a4 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
- f173405 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
- 885bcfc Merge pull request #7649 from yuhaoth/pr/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
- 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
- 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
- 2f307b4 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
- 671f5f5 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
- 9abf535 Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
- a4e7953 Merge pull request #8527 from lpy4105/issue/6324/driver-only-cipher+aead-tls-compat by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
- 365df3f Remove unnecessary checks for NULL-ness of copies by David Horstmann · 1 year, 9 months ago
- 5890970 Check for len == 0 rather than buffer == NULL by David Horstmann · 1 year, 9 months ago
- 0fca150 Compare buffers even for zero-length cases by David Horstmann · 1 year, 9 months ago
- 23f1122 Use TEST_CALLOC_NONNULL by David Horstmann · 1 year, 9 months ago
- b4e3f36 Change data pattern to simpler one by David Horstmann · 1 year, 9 months ago
- 9e25936 Rename mutex->is_valid to mutex->state by Paul Elliott · 1 year, 9 months ago
- 3774637 Make threading helpers tests thread safe by Paul Elliott · 1 year, 9 months ago
- 5fa986c Move handling of mutex->is_valid into threading_helpers.c by Paul Elliott · 1 year, 9 months ago
- 7afd9a4 Change the test messages by Pengyu Lv · 1 year, 9 months ago