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