1. 76d40fa Improve the detection of keep-going commands by Gilles Peskine · 4 years ago
  2. 202e9b4 Improve --error-test reporting by Gilles Peskine · 4 years ago
  3. cb4bfac Clarify some comments by Gilles Peskine · 4 years ago
  4. ef64e7f Don't unconditionally restore **/Makefile by Gilles Peskine · 4 years, 1 month ago
  5. 24bdf02 Don't restore *config.h before backing it up by Gilles Peskine · 5 years ago
  6. 9b35640 Generate cpp_dummy_build.cpp dynamically by Gilles Peskine · 4 years, 1 month ago
  7. f313336 Remove barely-used redirect functions by Gilles Peskine · 4 years, 1 month ago
  8. 7c220d7 Keep going after a shell "[" a.k.a. "test" fails by Gilles Peskine · 5 years ago
  9. 1d55995 Remove code that is useless now that components run in a subshell by Gilles Peskine · 5 years ago
  10. e8056c5 Complain if an unsupported component is explicitly requested by Gilles Peskine · 5 years ago
  11. 39a3b11 Better not function by Gilles Peskine · 5 years ago
  12. 4848d7b Fix double reporting when the last command of a function fails by Gilles Peskine · 5 years ago
  13. f6d29c6 Stop dispatching through obsolete functions by Gilles Peskine · 4 years, 1 month ago
  14. 0a7984f component_test_cmake_out_of_source: simplify and fix error handling by Gilles Peskine · 5 years ago
  15. 8ab2994 Detect errors on the left-hand side of a pipeline by Gilles Peskine · 5 years ago
  16. 7105a33 Run each component in a subshell and handle errors more robustly by Gilles Peskine · 5 years ago
  17. a5eb22d Add --error-test option to test error detection and reporting by Gilles Peskine · 5 years ago
  18. 3de7be8 Switch all.sh to bash by Gilles Peskine · 5 years ago
  19. 1c39975 Fix typo by Gilles Peskine · 3 years, 10 months ago
  20. ee20f36 Remove check-names.sh and now-unused helper scripts by Gilles Peskine · 3 years, 10 months ago
  21. 31da67b Switch to the new Python implementation of check-names by Gilles Peskine · 3 years, 10 months ago
  22. d47f636 Adapt source file names from Mbed TLS 3.0 to 2.27 by Gilles Peskine · 3 years, 10 months ago
  23. 7bf5205 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
  24. 8266b5b Copy check_names.py and friends from development by Gilles Peskine · 3 years, 10 months ago
  25. b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
  26. 9a260a6 Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  27. 7193016 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  28. eadd8ee Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years, 1 month ago
  29. 5cf753a More robust failure detection for the coverage report generation by Gilles Peskine · 4 years, 1 month ago
  30. a2df615 Explain the final error checking by Gilles Peskine · 4 years, 1 month ago
  31. 81786e4 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  32. 8e74141 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago
  33. 5a09a4a Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 4 years, 1 month ago
  34. 3008c58 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 1 month ago
  35. af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  36. 3ea2732 Fix pylint issue by gabor-mezei-arm · 4 years, 1 month ago
  37. ea840de Return iterator instead of list by gabor-mezei-arm · 4 years, 1 month ago
  38. 912eca3 Rename function by gabor-mezei-arm · 4 years, 1 month ago
  39. e4b7499 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  40. 805c735 Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  41. 5ea3037 Refactor key generation by gabor-mezei-arm · 4 years, 1 month ago
  42. acfcc18 Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  43. e84d321 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  44. 4781263 Remove unnecessary test cases by gabor-mezei-arm · 4 years, 1 month ago
  45. 927742e Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  46. 705c452 Simplify code by gabor-mezei-arm · 4 years, 1 month ago
  47. 7d2ec9a Fix generated file modification by gabor-mezei-arm · 4 years, 1 month ago
  48. bce8527 Fix test case duplication by gabor-mezei-arm · 4 years, 1 month ago
  49. b92d61b Fix pylint issues by gabor-mezei-arm · 4 years, 1 month ago
  50. 044fefc Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  51. 15c1f03 Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  52. 4d9fb73 Use different subslasses for the test data files by gabor-mezei-arm · 4 years, 1 month ago
  53. 8b0c91c Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
  54. d71659f Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
  55. 0996080 Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
  56. 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
  57. 9774dcf Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
  58. 0bdb84e Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
  59. 99a3462 In the SPM test build, fail if a symbol wasn't renamed by Gilles Peskine · 4 years, 2 months ago
  60. 984c19f Do a test build with MBEDTLS_PSA_CRYPTO_SPM by Gilles Peskine · 4 years, 2 months ago
  61. efb584d Add storage tests for lifetimes by Gilles Peskine · 4 years, 4 months ago
  62. 72dcd4e Merge pull request #4385 from gilles-peskine-arm/psa-storage-format-test-algorithms by Ronald Cron · 4 years, 2 months ago
  63. 643eb83 key_storage_read: pass exercise as a flag rather than a boolean by Gilles Peskine · 4 years, 4 months ago
  64. 30ccba4 Do support multiple files generated from the same script by Gilles Peskine · 4 years, 4 months ago
  65. ff9629f Abbreviate algorithms in test descriptions by Gilles Peskine · 4 years, 4 months ago
  66. 8a55b43 Don't generate non-existent dependency symbols by Gilles Peskine · 4 years, 4 months ago
  67. b93f854 Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 4 months ago
  68. ae9f14b Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 4 months ago
  69. d6d2d6a Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  70. 3cf3a8e Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
  71. e30ad46 Add type annotations by Gilles Peskine · 4 years, 4 months ago
  72. 4d59f01 Fix copypasta in documentation by Gilles Peskine · 4 years, 5 months ago
  73. c17f293 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  74. 6f32bca Add CMAC and HMAC driver testing to all.sh by Steven Cooreman · 4 years, 5 months ago
  75. 85bb475 Merge pull request #4456 from gilles-peskine-arm/remove-config-psa-crypto-2.x by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  76. 2eefa80 Remove config-psa-crypto.h by Gilles Peskine · 4 years, 3 months ago
  77. c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  78. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  79. 6741fc9 Merge pull request #4306 from daverodgman/fix_mps_trace_macros by Dave Rodgman · 4 years, 4 months ago
  80. 95caad3 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  81. add60da Scan library for enums in list-enum-consts.sh by Dave Rodgman · 4 years, 4 months ago
  82. e6f6301 psa: Add cipher accelerator flags to test_psa_crypto_drivers by Ronald Cron · 4 years, 5 months ago
  83. 067de3b tests: psa: Test cipher operations by a transparent driver by Ronald Cron · 4 years, 5 months ago
  84. 9f97c6e Update PSA crypto test dependencies by Ronald Cron · 4 years, 5 months ago
  85. 9838dc2 tests: Fine tune handling of policy negative tests by Ronald Cron · 4 years, 5 months ago
  86. 6ac020d tests: Treat PSA_WANT_ECC_* as manual dependencies by Ronald Cron · 4 years, 5 months ago
  87. 01196d0 Merge pull request #4214 from gilles-peskine-arm/psa-storage-format-test-types by Gilles Peskine · 4 years, 5 months ago
  88. d86bc52 Cover encodings of algorithms without parameters by Gilles Peskine · 4 years, 5 months ago
  89. 753f973 Use full config during driver testing by Steven Cooreman · 4 years, 5 months ago
  90. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  91. 897dff9 Code to generate storage format test cases by Gilles Peskine · 4 years, 5 months ago
  92. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 4 years, 5 months ago
  93. 10ab267 Add some type annotations by Gilles Peskine · 4 years, 5 months ago
  94. 6f7ba5f Split out PSAMacroEnumerator from the test data collection code by Gilles Peskine · 4 years, 5 months ago
  95. 3d77839 Use an iterator when constructing test cases by Gilles Peskine · 4 years, 6 months ago
  96. 0298bda generate_psa_tests.py: allow generating each file independently by Gilles Peskine · 4 years, 5 months ago
  97. b94ea51 Break up the god class TestGenerator by Gilles Peskine · 4 years, 5 months ago
  98. d50db94 Add hash acceleration driver testing by Steven Cooreman · 4 years, 5 months ago
  99. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  100. 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago