1. 84125a1 Merge remote-tracking branch 'origin/development' into default-compiler-all by Dave Rodgman · 1 year, 7 months ago
  2. 7602298 Allow *.make to contain tabs by Gilles Peskine · 1 year, 8 months ago
  3. 259df98 Revert "Add option to pass make variables to depends.py" by Gilles Peskine · 1 year, 8 months ago
  4. 811daaa Revert "Add ability to pass make variables to psa_collect_statuses.py" by Gilles Peskine · 1 year, 8 months ago
  5. 21570cf Auto-detect the need to link with pthread on Unix-like platforms by Gilles Peskine · 1 year, 8 months ago
  6. 5c7e944 fix line length by Dave Rodgman · 1 year, 8 months ago
  7. 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 8 months ago
  8. 907cb02 Merge pull request #8618 from Ryan-Everett-arm/new-state-transition-documentation by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/development/pr-8618-4bf4473ef0960fd221a739a187a8f1ec3abb970f
  9. c393222 Work around clang 3.8 bug by Dave Rodgman · 1 year, 8 months ago
  10. fc5b955 Don't use full path for setting CC by Dave Rodgman · 1 year, 8 months ago
  11. bc8e61d Use gcc in test_full_deprecated_warning by Dave Rodgman · 1 year, 8 months ago
  12. d8d6451 Add -O2 to some CFLAGS which were not setting it by Dave Rodgman · 1 year, 8 months ago
  13. ea03ef9 Don't specify gcc unless the test requires it by Dave Rodgman · 1 year, 8 months ago
  14. dfe5ce8 Use clang -O2 in common_block_cipher_no_decrypt by Dave Rodgman · 1 year, 8 months ago
  15. 590519f Enable -O2 in depends.py by Dave Rodgman · 1 year, 8 months ago
  16. d0a594d Use gcc in test_psa_compliance by Dave Rodgman · 1 year, 8 months ago
  17. 932ce85 Ensure test_psa_compliance uses gcc by Dave Rodgman · 1 year, 8 months ago
  18. 0c5bfe8 Ensure clang is present by Dave Rodgman · 1 year, 8 months ago
  19. 66cbc83 Use clang by default by Dave Rodgman · 1 year, 8 months ago
  20. 79dc6da Improve make pthread linking mechanism by Paul Elliott · 1 year, 8 months ago
  21. 20a95bc Remove explicit linking of PThread in make by Paul Elliott · 1 year, 8 months ago
  22. 6587959 Add ability to pass make variables to psa_collect_statuses.py by Paul Elliott · 1 year, 8 months ago
  23. be978a8 Add option to pass make variables to depends.py by Paul Elliott · 1 year, 8 months ago
  24. 356597f Make TSan test run operate on full config by Paul Elliott · 1 year, 8 months ago
  25. 9338cac Add tsan to all.sh by Janos Follath · 1 year, 10 months ago
  26. 543d275 Merge pull request #8635 from daverodgman/asan-opt by Dave Rodgman · 1 year, 8 months ago
  27. abd8977 Make check_files ignore png files in docs by Ryan Everett · 1 year, 8 months ago
  28. d5635e9 Undo accidental change by Dave Rodgman · 1 year, 8 months ago
  29. a2cf240 Add explanatory comment by Dave Rodgman · 1 year, 8 months ago
  30. b90f87b Use gcc for -m32 Asan builds by Dave Rodgman · 1 year, 8 months ago
  31. 17127e9 Use clang as default compiler for Asan by Dave Rodgman · 1 year, 8 months ago
  32. 852de3c Build with -O2, but without assembly by Dave Rodgman · 1 year, 8 months ago
  33. a19c753 Remove redundant use of -O2 with ASAN_FLAGS by Dave Rodgman · 1 year, 8 months ago
  34. 1f67363 Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8616-001fb731311e7814c12f9f53e1ef61f341b64148
  35. 7404af6 Merge pull request #8599 from valeriosetti/issue8357 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  36. b4362d2 Merge pull request #8523 from tom-daubney-arm/modify_check_generated_files_script by Gilles Peskine · 1 year, 8 months ago
  37. abeca02 Remove test_psa_crypto_config_accel_rsa_signature by Pengyu Lv · 1 year, 8 months ago
  38. 98a90c6 Fix various issue by Pengyu Lv · 1 year, 8 months ago
  39. 3cd16c4 Add analyze_driver_vs_reference_rsa for analyze_outcomes by Pengyu Lv · 1 year, 8 months ago
  40. e705f57 Add components to test crypto_full w/wo accelerated RSA by Pengyu Lv · 1 year, 8 months ago
  41. 779819a Merge pull request #8613 from bensze01/valgrind-only-in-nightlies by Dave Rodgman · 1 year, 8 months ago
  42. 0354d04 Do not run Valgrind tests in PR jobs by Bence Szépkúti · 1 year, 8 months ago
  43. 5e18b90 config-tfm: disable CIPHER_C by Valerio Setti · 1 year, 8 months ago
  44. 40a93df all.sh: keep CTR_DRBG enabled in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
  45. 10769bc Fix bad whitespace in keyword argument assignment by Thomas Daubney · 1 year, 8 months ago
  46. 3a06906 Use guess_mbedtls_root in Mbed-TLS-only script by Thomas Daubney · 1 year, 8 months ago
  47. 04c446c Modify crypto_core_directory to also return a relative path by Thomas Daubney · 1 year, 8 months ago
  48. 08c6dc4 Rename project_crypto_name by Thomas Daubney · 1 year, 8 months ago
  49. f5e46fd Merge pull request #8535 from daverodgman/update-tfm by Dave Rodgman · 1 year, 8 months ago
  50. 18eab98 Merge pull request #8560 from lpy4105/issue/8423/optimize-analyze_outcomes_py by Gilles Peskine · 1 year, 8 months ago
  51. 5dcfd0c Some improvements by Pengyu Lv · 1 year, 8 months ago
  52. 51e7245 Automatically set MBEDTLS_NO_PLATFORM_ENTROPY in TF-M config by Dave Rodgman · 1 year, 8 months ago
  53. 6b5cedf Merge pull request #8547 from valeriosetti/issue8483 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  54. 550cd6f Use boolean `hit` instead of int `hits` by Pengyu Lv · 1 year, 8 months ago
  55. c3cd410 Merge pull request #8286 from gilles-peskine-arm/check_mbedtls_calloc_overallocation-disable_with_asan by Dave Rodgman · 1 year, 8 months ago
  56. 82d7a87 Update tests to refer to our tf-m config wrapper by Dave Rodgman · 1 year, 8 months ago
  57. 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
  58. 6632a12 all.sh: re-enable CCM/GCM in test_full_no_cipher_with_crypto[_config]() by Valerio Setti · 1 year, 9 months ago
  59. be5489a Simplify test for building P256-M by Dave Rodgman · 1 year, 8 months ago
  60. 897bb77 Update tf-m tests in all.sh for P256-M by Dave Rodgman · 1 year, 9 months ago
  61. 451ec8a Add comment to read_outcome_file in analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  62. c2e8f3a Add type annotations to analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  63. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  64. 20e3ca3 Run tests for ref_vs_driver outside task function by Pengyu Lv · 1 year, 8 months ago
  65. 18908ec Define named tuple for component outcomes by Pengyu Lv · 1 year, 8 months ago
  66. 28ae464 Use mutable set all the time by Pengyu Lv · 1 year, 8 months ago
  67. 59b9efc Check if driver_component is missing by Pengyu Lv · 1 year, 8 months ago
  68. f28cf59 Break the loop when case hits by Pengyu Lv · 1 year, 8 months ago
  69. dd1d6a7 Improve readability of the script by Pengyu Lv · 1 year, 8 months ago
  70. a1ddcfa Extend the pattern of pkparse test on encrypted keys by Pengyu Lv · 1 year, 8 months ago
  71. 150002c Skip calloc overallocation test case by Gilles Peskine · 1 year, 8 months ago
  72. 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
  73. e8f3789 Revert change that removed in_tf_psa_crypto_repo variable by Thomas Daubney · 1 year, 9 months ago
  74. 6130a61 Remove unused variable by Thomas Daubney · 1 year, 9 months ago
  75. fc60e9b Make function calls consistent by Thomas Daubney · 1 year, 9 months ago
  76. 18040ed all.sh: export LC_COLLATE=C for sorting in ASCII order by Yanray Wang · 1 year, 9 months ago
  77. 8932404 Introduce project_crypto_name in build_tree.py by Thomas Daubney · 1 year, 9 months ago
  78. d0c3076 Make use of crypto_core_directory function in script by Thomas Daubney · 1 year, 9 months ago
  79. 42be1ba block_cipher_no_decrypt: improve comment by Yanray Wang · 1 year, 9 months ago
  80. 70642ec all.sh: check_test_dependencies: add one more option by Yanray Wang · 1 year, 9 months ago
  81. 31a9b78 Improve comments and variable naming by Pengyu Lv · 1 year, 9 months ago
  82. a442858 Restruct the structure of outcome file presentation by Pengyu Lv · 1 year, 9 months ago
  83. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  84. a6cf5d6 Share parsed outcomes among tasks when ananlyzing by Pengyu Lv · 1 year, 9 months ago
  85. 755d321 Rename guess_mbedtls_root to guess_project_root by Thomas Daubney · 1 year, 9 months ago
  86. 885bcfc Merge pull request #7649 from yuhaoth/pr/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
  87. 473ff34 Merge pull request #8489 from valeriosetti/issue8482 by Gilles Peskine · 1 year, 9 months ago
  88. 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
  89. 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
  90. 7afd9a4 Change the test messages by Pengyu Lv · 1 year, 9 months ago
  91. 59de2ae all.sh: re-enable CCM/GCM in test_full_no_cipher() by Valerio Setti · 1 year, 9 months ago
  92. e7fc8a2 Readability improvement by Gilles Peskine · 1 year, 9 months ago
  93. 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
  94. f561ed8 all.sh: enable compat.sh testing in psa_crypto_config_[accel/reference]_cipher_aead by Pengyu Lv · 1 year, 9 months ago
  95. 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  96. a50b89e all.sh: disable CCM_STAR_NO_TAG in test_psa_crypto_config_accel_aead() by Valerio Setti · 1 year, 9 months ago
  97. ff2b06a all.sh: improve components for without CCM/CCM* by Valerio Setti · 1 year, 9 months ago
  98. 51d5b19 all.sh: accelerate also CCM* in test_psa_crypto_config_accel_cipher_aead by Valerio Setti · 1 year, 9 months ago
  99. bdfecb6 all.sh: add test components for no-CCM and no-CCM* by Valerio Setti · 1 year, 9 months ago
  100. 4291bc2 Remove trailing whitespace by Thomas Daubney · 1 year, 9 months ago