1. f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
  2. 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
  3. 3ee10e8 Fix unused variable in generate_psa_tests.py by David Horstmann · 3 years, 9 months ago
  4. 65d8c69 Remove unnecessary check for ';' in filenames by David Horstmann · 3 years, 9 months ago
  5. e12e7f4 Get generated data file list from script by David Horstmann · 3 years, 9 months ago
  6. a9cb894 Add --directory option to generate_psa_tests.py by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  7. ba20fc9 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 9 months ago
  8. 437da19 Remove unused param and duplicated test cases by Przemyslaw Stekiel · 3 years, 9 months ago
  9. 8d468e4 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 9 months ago
  10. 1b0978b Add test class for key generation by Przemyslaw Stekiel · 3 years, 9 months ago
  11. b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  12. 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
  13. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  14. 45f2a40 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 1 month ago
  15. 2c9e54a Fix pylint issue by gabor-mezei-arm · 4 years, 1 month ago
  16. 0c24edd Return iterator instead of list by gabor-mezei-arm · 4 years, 1 month ago
  17. 6385780 Rename function by gabor-mezei-arm · 4 years, 1 month ago
  18. 2a499c0 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  19. 2784bfe Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  20. 340fbf3 Refactor key generation by gabor-mezei-arm · 4 years, 1 month ago
  21. 5df1dee Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  22. 2710bb1 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  23. d9050a5 Remove unnecessary test cases by gabor-mezei-arm · 4 years, 1 month ago
  24. 8f40510 Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  25. 35929eb Simplify code by gabor-mezei-arm · 4 years, 1 month ago
  26. 11e4838 Fix generated file modification by gabor-mezei-arm · 4 years, 1 month ago
  27. 49d6ea9 Fix test case duplication by gabor-mezei-arm · 4 years, 1 month ago
  28. 0f8136a Fix pylint issues by gabor-mezei-arm · 4 years, 1 month ago
  29. 672e376 Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  30. 7748b6f Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  31. a4102cb Use different subslasses for the test data files by gabor-mezei-arm · 4 years, 1 month ago
  32. 780cf9d Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
  33. 6ee7253 Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
  34. 68c030a Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
  35. b5db2c4 Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
  36. 7b5c4e2 Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
  37. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 3 months ago
  38. 45f1cd7 key_storage_read: pass exercise as a flag rather than a boolean by Gilles Peskine · 4 years, 3 months ago
  39. 20f55f6 Abbreviate algorithms in test descriptions by Gilles Peskine · 4 years, 3 months ago
  40. c5d086f Don't generate non-existent dependency symbols by Gilles Peskine · 4 years, 3 months ago
  41. 537d5fa Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 3 months ago
  42. 3c9d423 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 3 months ago
  43. 3d404b8 Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  44. 9e84ec7 Always use posix semantics when joining paths by Bence Szépkúti · 4 years, 3 months ago
  45. c86f20a Allow running source file generators from a subdirectory by Gilles Peskine · 4 years, 3 months ago
  46. d86bc52 Cover encodings of algorithms without parameters by Gilles Peskine · 4 years, 5 months ago
  47. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  48. 897dff9 Code to generate storage format test cases by Gilles Peskine · 4 years, 5 months ago
  49. 3d77839 Use an iterator when constructing test cases by Gilles Peskine · 4 years, 5 months ago
  50. 0298bda generate_psa_tests.py: allow generating each file independently by Gilles Peskine · 4 years, 5 months ago
  51. b94ea51 Break up the god class TestGenerator by Gilles Peskine · 4 years, 5 months ago
  52. 0d241ed Remove trailing comma which is only supported since Python 3.6 by Gilles Peskine · 4 years, 5 months ago
  53. d169d60 Skip dependency symbols that are not implemented by Gilles Peskine · 4 years, 5 months ago
  54. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 5 months ago
  55. 7f75687 Append the key size to ECC curve dependencies by Gilles Peskine · 4 years, 5 months ago
  56. af17284 Generate not-supported test cases: ECC key types by Gilles Peskine · 4 years, 6 months ago
  57. 14e428f Generate not-supported test cases automatically: import, generate by Gilles Peskine · 4 years, 6 months ago
  58. 0994049 New framework for generating PSA test cases automatically by Gilles Peskine · 4 years, 6 months ago