1. 7bf5205 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
  2. 8266b5b Copy check_names.py and friends from development by Gilles Peskine · 3 years, 10 months ago
  3. b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
  4. 9a260a6 Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  5. 7193016 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  6. eadd8ee Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years, 1 month ago
  7. 5cf753a More robust failure detection for the coverage report generation by Gilles Peskine · 4 years, 1 month ago
  8. a2df615 Explain the final error checking by Gilles Peskine · 4 years, 1 month ago
  9. 81786e4 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  10. 8e74141 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago
  11. 5a09a4a Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 4 years, 1 month ago
  12. 3008c58 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 1 month ago
  13. af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  14. 3ea2732 Fix pylint issue by gabor-mezei-arm · 4 years, 1 month ago
  15. ea840de Return iterator instead of list by gabor-mezei-arm · 4 years, 1 month ago
  16. 912eca3 Rename function by gabor-mezei-arm · 4 years, 1 month ago
  17. e4b7499 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  18. 805c735 Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  19. 5ea3037 Refactor key generation by gabor-mezei-arm · 4 years, 1 month ago
  20. acfcc18 Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  21. e84d321 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  22. 4781263 Remove unnecessary test cases by gabor-mezei-arm · 4 years, 1 month ago
  23. 927742e Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  24. 705c452 Simplify code by gabor-mezei-arm · 4 years, 1 month ago
  25. 7d2ec9a Fix generated file modification by gabor-mezei-arm · 4 years, 1 month ago
  26. bce8527 Fix test case duplication by gabor-mezei-arm · 4 years, 1 month ago
  27. b92d61b Fix pylint issues by gabor-mezei-arm · 4 years, 1 month ago
  28. 044fefc Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  29. 15c1f03 Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  30. 4d9fb73 Use different subslasses for the test data files by gabor-mezei-arm · 4 years, 1 month ago
  31. 8b0c91c Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
  32. d71659f Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
  33. 0996080 Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
  34. 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
  35. 9774dcf Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
  36. 0bdb84e Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
  37. 99a3462 In the SPM test build, fail if a symbol wasn't renamed by Gilles Peskine · 4 years, 2 months ago
  38. 984c19f Do a test build with MBEDTLS_PSA_CRYPTO_SPM by Gilles Peskine · 4 years, 2 months ago
  39. efb584d Add storage tests for lifetimes by Gilles Peskine · 4 years, 4 months ago
  40. 72dcd4e Merge pull request #4385 from gilles-peskine-arm/psa-storage-format-test-algorithms by Ronald Cron · 4 years, 2 months ago
  41. 643eb83 key_storage_read: pass exercise as a flag rather than a boolean by Gilles Peskine · 4 years, 4 months ago
  42. 30ccba4 Do support multiple files generated from the same script by Gilles Peskine · 4 years, 4 months ago
  43. ff9629f Abbreviate algorithms in test descriptions by Gilles Peskine · 4 years, 4 months ago
  44. 8a55b43 Don't generate non-existent dependency symbols by Gilles Peskine · 4 years, 4 months ago
  45. b93f854 Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 4 months ago
  46. ae9f14b Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 4 months ago
  47. d6d2d6a Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  48. 3cf3a8e Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
  49. e30ad46 Add type annotations by Gilles Peskine · 4 years, 4 months ago
  50. 4d59f01 Fix copypasta in documentation by Gilles Peskine · 4 years, 5 months ago
  51. c17f293 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  52. 6f32bca Add CMAC and HMAC driver testing to all.sh by Steven Cooreman · 4 years, 5 months ago
  53. 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
  54. 2eefa80 Remove config-psa-crypto.h by Gilles Peskine · 4 years, 3 months ago
  55. c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  56. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  57. 6741fc9 Merge pull request #4306 from daverodgman/fix_mps_trace_macros by Dave Rodgman · 4 years, 4 months ago
  58. 95caad3 Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
  59. add60da Scan library for enums in list-enum-consts.sh by Dave Rodgman · 4 years, 4 months ago
  60. e6f6301 psa: Add cipher accelerator flags to test_psa_crypto_drivers by Ronald Cron · 4 years, 5 months ago
  61. 067de3b tests: psa: Test cipher operations by a transparent driver by Ronald Cron · 4 years, 5 months ago
  62. 9f97c6e Update PSA crypto test dependencies by Ronald Cron · 4 years, 5 months ago
  63. 9838dc2 tests: Fine tune handling of policy negative tests by Ronald Cron · 4 years, 5 months ago
  64. 6ac020d tests: Treat PSA_WANT_ECC_* as manual dependencies by Ronald Cron · 4 years, 5 months ago
  65. 01196d0 Merge pull request #4214 from gilles-peskine-arm/psa-storage-format-test-types by Gilles Peskine · 4 years, 5 months ago
  66. d86bc52 Cover encodings of algorithms without parameters by Gilles Peskine · 4 years, 5 months ago
  67. 753f973 Use full config during driver testing by Steven Cooreman · 4 years, 5 months ago
  68. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  69. 897dff9 Code to generate storage format test cases by Gilles Peskine · 4 years, 5 months ago
  70. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 4 years, 5 months ago
  71. 10ab267 Add some type annotations by Gilles Peskine · 4 years, 5 months ago
  72. 6f7ba5f Split out PSAMacroEnumerator from the test data collection code by Gilles Peskine · 4 years, 5 months ago
  73. 3d77839 Use an iterator when constructing test cases by Gilles Peskine · 4 years, 6 months ago
  74. 0298bda generate_psa_tests.py: allow generating each file independently by Gilles Peskine · 4 years, 5 months ago
  75. b94ea51 Break up the god class TestGenerator by Gilles Peskine · 4 years, 5 months ago
  76. d50db94 Add hash acceleration driver testing by Steven Cooreman · 4 years, 5 months ago
  77. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  78. 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
  79. 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 6 months ago
  80. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 6 months ago
  81. 17b3afc tests: psa: Test sign/verify hash by a transparent driver by Ronald Cron · 4 years, 8 months ago
  82. 0d241ed Remove trailing comma which is only supported since Python 3.6 by Gilles Peskine · 4 years, 6 months ago
  83. d169d60 Skip dependency symbols that are not implemented by Gilles Peskine · 4 years, 6 months ago
  84. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
  85. 7f75687 Append the key size to ECC curve dependencies by Gilles Peskine · 4 years, 6 months ago
  86. 7d112ae Check in test_suite_psa_crypto_not_supported.generated.data by Gilles Peskine · 4 years, 6 months ago
  87. af17284 Generate not-supported test cases: ECC key types by Gilles Peskine · 4 years, 6 months ago
  88. 14e428f Generate not-supported test cases automatically: import, generate by Gilles Peskine · 4 years, 6 months ago
  89. 0994049 New framework for generating PSA test cases automatically by Gilles Peskine · 4 years, 6 months ago
  90. 38c12fd In external_rng tests, disable the entropy module by Gilles Peskine · 4 years, 6 months ago
  91. 8eb2943 Support mbedtls_psa_get_random() in SSL test programs by Gilles Peskine · 4 years, 6 months ago
  92. 761905e tests: psa config: Extend tests to RSA keys by Ronald Cron · 4 years, 8 months ago
  93. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  94. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  95. 2747d7d Duplicate no-DRBG tests: with and without MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 4 years, 6 months ago
  96. 80eaa93 tests: psa: Reactivate and expand key management through test driver by Ronald Cron · 4 years, 8 months ago
  97. 80a9708 No dependencies for storage format tests by Gilles Peskine · 4 years, 7 months ago
  98. b51d72f Run copy_fail even when the target policy is unsupported by Gilles Peskine · 4 years, 7 months ago
  99. fa37961 Rename OMITTED_SYSTEMATIC_DEPENDENCIES by Gilles Peskine · 4 years, 7 months ago
  100. 0794572 More precise recognition of key policy negative tests by Gilles Peskine · 4 years, 7 months ago