1. 1f08a32 Rename quiet to quiet.sh by Dave Rodgman · 1 year, 5 months ago
  2. 2f94766 Send printed command to stderr by Dave Rodgman · 1 year, 5 months ago
  3. 67126bb remove trailing space from printed command by Dave Rodgman · 1 year, 5 months ago
  4. dbc2e8d Improve simplified quoting by Dave Rodgman · 1 year, 5 months ago
  5. bdf0a6d remove shebang from quiet by Dave Rodgman · 1 year, 5 months ago
  6. d0e3827 Improve docs by Dave Rodgman · 1 year, 5 months ago
  7. c7f0549 Quote directory name from cmake wrapper by Dave Rodgman · 1 year, 5 months ago
  8. 30483dc Undo not-needed change by Dave Rodgman · 1 year, 5 months ago
  9. a9e8dbe Allow wrappers to be missing; quote directory name from make by Dave Rodgman · 1 year, 5 months ago
  10. e03088b Avoid infinite loop by Dave Rodgman · 1 year, 5 months ago
  11. 98a79cd Extract common parts of quiet wrapper by Dave Rodgman · 1 year, 5 months ago
  12. 00bc790 Tidy up quiet wrappers by Dave Rodgman · 1 year, 5 months ago
  13. 2190063 Move quiet wrapper setup by Dave Rodgman · 1 year, 5 months ago
  14. 1110698 Improve quote_args output readability by Dave Rodgman · 1 year, 6 months ago
  15. 90dbba5 Improve output from make/cmake wrapper by Dave Rodgman · 1 year, 6 months ago
  16. 0fa6b36 Always display make/cmake invocation command by Dave Rodgman · 1 year, 6 months ago
  17. 5c745fa Pacify check_files by Dave Rodgman · 1 year, 7 months ago
  18. 5f8e2a2 Spelling fix by Dave Rodgman · 1 year, 7 months ago
  19. ad4b705 Use quiet make wrappers from all.sh by Dave Rodgman · 1 year, 7 months ago
  20. 3e2c61d Create quiet wrappers for make and cmake by Dave Rodgman · 1 year, 7 months ago
  21. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  22. 3519cfb Merge pull request #8639 from bensze01/release_components by Paul Elliott · 1 year, 7 months ago
  23. a3bfdea Revert "Make sure record size limit is not configured without TLS 1.3" by Waleed Elmelegy · 1 year, 7 months ago
  24. 7ae74b7 Make sure record size limit is not configured without TLS 1.3 by Waleed Elmelegy · 1 year, 7 months ago
  25. e840263 Move record size limit testing to tls13 component by Waleed Elmelegy · 1 year, 7 months ago
  26. 3eb9025 Merge pull request #8680 from mpg/ciphers-wrapup by Manuel Pégourié-Gonnard · 1 year, 7 months ago gh-readonly-queue/development/pr-8680-3a6059beca6f39ed7b4eef4ee55b9de8f47c1979
  27. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  28. 88bae8b Rename tests components for clarity by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  29. 7f48d5e Rename test components to better reflect content by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  30. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  31. a021d63 Merge pull request #8642 from daverodgman/default-compiler-all by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/development/pr-8642-5bad043c061f8161ab0f6fa930d3271e428303fe
  32. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  33. 1c91057 Update check_files.py to accomodate non-standard license headers in TF-M config files by Dave Rodgman · 1 year, 8 months ago
  34. 84125a1 Merge remote-tracking branch 'origin/development' into default-compiler-all by Dave Rodgman · 1 year, 7 months ago
  35. 8c8b4da all.sh: keep PSA_WANT_ALG_[CCM/GCM] enabled in common_block_cipher_dispatch() by Valerio Setti · 1 year, 7 months ago
  36. ea982e3 Merge pull request #8637 from bensze01/fix_supported_components by Gilles Peskine · 1 year, 7 months ago
  37. 84d19e0 all.sh: keep DES_C and CTR_DRBG_C enabled in test_full_no_cipher_with_crypto() by Valerio Setti · 1 year, 7 months ago
  38. 562dfe1 all.sh: keep PKCS[5/12] enabled in full_no_cipher test components by Valerio Setti · 1 year, 7 months ago
  39. a0c9c66 analyze_outcomes: ignore only test concerning AES/ARIA/Camellia in CMAC by Valerio Setti · 1 year, 7 months ago
  40. 0635cca analyze_outcomes: update skipped tests following latest changes to all.sh by Valerio Setti · 1 year, 7 months ago
  41. cd21d4e all.sh: keep legacy cipher modes enabled in test_full_block_cipher_legacy_dispatch() by Valerio Setti · 1 year, 7 months ago
  42. ab0494f analyze_outcomes: update comments of skipped tests by Valerio Setti · 1 year, 7 months ago
  43. b9f4bfc all.sh: fix messages in test_psa_crypto_config_accel_des by Valerio Setti · 1 year, 7 months ago
  44. 7602298 Allow *.make to contain tabs by Gilles Peskine · 1 year, 8 months ago
  45. 259df98 Revert "Add option to pass make variables to depends.py" by Gilles Peskine · 1 year, 8 months ago
  46. 811daaa Revert "Add ability to pass make variables to psa_collect_statuses.py" by Gilles Peskine · 1 year, 8 months ago
  47. 21570cf Auto-detect the need to link with pthread on Unix-like platforms by Gilles Peskine · 1 year, 8 months ago
  48. 5c7e944 fix line length by Dave Rodgman · 1 year, 8 months ago
  49. a72a797 all.sh: keep PKCS[5/12] enabled in accel_cipher_aead tests by Valerio Setti · 1 year, 8 months ago
  50. 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 8 months ago
  51. 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
  52. 5f665c3 analyze_outcomes: add exceptions to disparities for block_cipher dispatch by Valerio Setti · 1 year, 8 months ago
  53. 9afa329 analyze_outcomes: allow ignored test suites to have a dot in the name by Valerio Setti · 1 year, 8 months ago
  54. 4a8ef7c all.sh: disable legacy AES/ARIA/CAMELLIA in test_full_block_cipher_psa_dispatch by Valerio Setti · 1 year, 8 months ago
  55. c393222 Work around clang 3.8 bug by Dave Rodgman · 1 year, 8 months ago
  56. fc5b955 Don't use full path for setting CC by Dave Rodgman · 1 year, 8 months ago
  57. bc8e61d Use gcc in test_full_deprecated_warning by Dave Rodgman · 1 year, 8 months ago
  58. d8d6451 Add -O2 to some CFLAGS which were not setting it by Dave Rodgman · 1 year, 8 months ago
  59. ea03ef9 Don't specify gcc unless the test requires it by Dave Rodgman · 1 year, 8 months ago
  60. dfe5ce8 Use clang -O2 in common_block_cipher_no_decrypt by Dave Rodgman · 1 year, 8 months ago
  61. 590519f Enable -O2 in depends.py by Dave Rodgman · 1 year, 8 months ago
  62. 9da01a7 all.sh: rename test_psa_crypto_config_accel_cipher to accel_des by Valerio Setti · 1 year, 8 months ago
  63. d0a594d Use gcc in test_psa_compliance by Dave Rodgman · 1 year, 8 months ago
  64. 932ce85 Ensure test_psa_compliance uses gcc by Dave Rodgman · 1 year, 8 months ago
  65. 0c5bfe8 Ensure clang is present by Dave Rodgman · 1 year, 8 months ago
  66. 66cbc83 Use clang by default by Dave Rodgman · 1 year, 8 months ago
  67. 79dc6da Improve make pthread linking mechanism by Paul Elliott · 1 year, 8 months ago
  68. 20a95bc Remove explicit linking of PThread in make by Paul Elliott · 1 year, 8 months ago
  69. 6587959 Add ability to pass make variables to psa_collect_statuses.py by Paul Elliott · 1 year, 8 months ago
  70. be978a8 Add option to pass make variables to depends.py by Paul Elliott · 1 year, 8 months ago
  71. 356597f Make TSan test run operate on full config by Paul Elliott · 1 year, 8 months ago
  72. 9338cac Add tsan to all.sh by Janos Follath · 1 year, 10 months ago
  73. bbb5af9 Set OpenSSL/GnuTLS variables in release components by Bence Szépkúti · 1 year, 8 months ago
  74. 71c71eb all.sh: Parse arguments before checking if a test is supported by Bence Szépkúti · 1 year, 8 months ago
  75. 89dd5c0 Document release components in all.sh by Bence Szépkúti · 1 year, 8 months ago
  76. 543d275 Merge pull request #8635 from daverodgman/asan-opt by Dave Rodgman · 1 year, 8 months ago
  77. abd8977 Make check_files ignore png files in docs by Ryan Everett · 1 year, 8 months ago
  78. d5635e9 Undo accidental change by Dave Rodgman · 1 year, 8 months ago
  79. a2cf240 Add explanatory comment by Dave Rodgman · 1 year, 8 months ago
  80. b90f87b Use gcc for -m32 Asan builds by Dave Rodgman · 1 year, 8 months ago
  81. 17127e9 Use clang as default compiler for Asan by Dave Rodgman · 1 year, 8 months ago
  82. 52ab8fa analyze_outcomes/all.sh: add reference component and entry for coverage comparison by Valerio Setti · 1 year, 8 months ago
  83. efdb826 all.sh: keep CIPHER_C enabled in test_full_block_cipher_psa_dispatch() by Valerio Setti · 1 year, 8 months ago
  84. c483122 all.sh: keep PSA_WANT_ALG_[GCM/CCM] enabled in test_full_block_cipher_psa_dispatch() by Valerio Setti · 1 year, 8 months ago
  85. f8e6cba all.sh: add new component for block_cipher dispatch to PSA by Valerio Setti · 1 year, 8 months ago
  86. 852de3c Build with -O2, but without assembly by Dave Rodgman · 1 year, 8 months ago
  87. a19c753 Remove redundant use of -O2 with ASAN_FLAGS by Dave Rodgman · 1 year, 8 months ago
  88. 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
  89. 7404af6 Merge pull request #8599 from valeriosetti/issue8357 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  90. b4362d2 Merge pull request #8523 from tom-daubney-arm/modify_check_generated_files_script by Gilles Peskine · 1 year, 8 months ago
  91. abeca02 Remove test_psa_crypto_config_accel_rsa_signature by Pengyu Lv · 1 year, 8 months ago
  92. 98a90c6 Fix various issue by Pengyu Lv · 1 year, 8 months ago
  93. 3cd16c4 Add analyze_driver_vs_reference_rsa for analyze_outcomes by Pengyu Lv · 1 year, 8 months ago
  94. e705f57 Add components to test crypto_full w/wo accelerated RSA by Pengyu Lv · 1 year, 8 months ago
  95. 779819a Merge pull request #8613 from bensze01/valgrind-only-in-nightlies by Dave Rodgman · 1 year, 8 months ago
  96. f482dcc Comply with the received Record Size Limit extension by Jan Bruckner · 2 years, 5 months ago
  97. 0354d04 Do not run Valgrind tests in PR jobs by Bence Szépkúti · 1 year, 8 months ago
  98. 5e18b90 config-tfm: disable CIPHER_C by Valerio Setti · 1 year, 8 months ago
  99. 40a93df all.sh: keep CTR_DRBG enabled in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
  100. 10769bc Fix bad whitespace in keyword argument assignment by Thomas Daubney · 1 year, 8 months ago