- 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
- 59de2ae all.sh: re-enable CCM/GCM in test_full_no_cipher() by Valerio Setti · 1 year, 9 months ago
- c5d4c46 Add missing PSA init by Pengyu Lv · 1 year, 9 months ago
- 1b7279a Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
- e7fc8a2 Readability improvement by Gilles Peskine · 1 year, 9 months ago
- dc84895 Merge pull request #8519 from mpg/block-cipher by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8519-9e80a91f27ad1eeab047ff73295480e2c36b2db8
- 4ebccc0 Update PSA init for md-ligt by Gilles Peskine · 1 year, 9 months ago
- 799befd Update to TEST_EQUAL macros for easier debuggability by Gilles Peskine · 1 year, 9 months ago
- f561ed8 all.sh: enable compat.sh testing in psa_crypto_config_[accel/reference]_cipher_aead by Pengyu Lv · 1 year, 9 months ago
- 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 776981b psa_exercise_key: add missing #else for KNOWN_SUPPORTED_BLOCK_CIPHER by Valerio Setti · 1 year, 9 months ago
- a50b89e all.sh: disable CCM_STAR_NO_TAG in test_psa_crypto_config_accel_aead() by Valerio Setti · 1 year, 9 months ago
- a4b6059 psa_exercise_key: replace legacy symbols with PSA_WANT ones by Valerio Setti · 1 year, 9 months ago
- ff2b06a all.sh: improve components for without CCM/CCM* by Valerio Setti · 1 year, 9 months ago
- a765eaa test_driver_extension: fix acceleration support for CCM and CCM* by Valerio Setti · 1 year, 9 months ago
- 51d5b19 all.sh: accelerate also CCM* in test_psa_crypto_config_accel_cipher_aead by Valerio Setti · 1 year, 9 months ago
- bdfecb6 all.sh: add test components for no-CCM and no-CCM* by Valerio Setti · 1 year, 9 months ago
- bce640b Merge pull request #8499 from valeriosetti/issue8488 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
- c434791 aesce: fix unused parameter by Yanray Wang · 1 year, 9 months ago
- 04c85e1 ssl-opt: fix wrong CCM dependencies with GCM by Valerio Setti · 1 year, 9 months ago
- c747306 all.sh: remove redundant make in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago