1. c9187c5 New test suite for the low-level hash interface by Gilles Peskine · 2 years, 1 month ago
  2. fdb7223 Move PSA information and dependency automation into their own module by Gilles Peskine · 2 years, 1 month ago
  3. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  4. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years ago
  5. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years ago
  6. 3a96227 generate_psa_tests: remove checks for DH's LEGACY symbols by Valerio Setti · 2 years ago
  7. c154a04 Fix dependencies for DH (and RSA) key pairs by Manuel Pégourié-Gonnard · 2 years ago
  8. afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years ago
  9. 42796e2 generate_psa_tests: fix automatically generated tests for RSA by Valerio Setti · 2 years ago
  10. eabfef3 generate_psa_tests: fix docstring for tweak_key_pair_dependency function by Valerio Setti · 2 years ago
  11. 0c42c43 generate_psa_tests: optimize code for key pair dependencies generation by Valerio Setti · 2 years, 1 month ago
  12. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  13. 7bbd98f generate_psa_tests: minor fixes by Valerio Setti · 2 years, 1 month ago
  14. 24c64e8 generate_psa_tests: improve script to handle all generated files by Valerio Setti · 2 years, 1 month ago
  15. 656f5ff generate_psa_tests: remove GENPRIME from dependencies of RSA key pair by Valerio Setti · 2 years, 1 month ago
  16. 76882fc generate_psa_tests: improve code for key pairs dependency generation by Valerio Setti · 2 years, 1 month ago
  17. 5d58a55 generate_psa_tests: fix comments by Valerio Setti · 2 years, 1 month ago
  18. 5ca80e7 test: properly handle new KEY_PAIR_yyy symbols in PSA generated test by Valerio Setti · 2 years, 1 month ago
  19. 323ad1c psa: fixing psa_crypto_generate_key.generated by Valerio Setti · 2 years, 2 months ago
  20. 64f790f test: fix python script for PSA test generation by Valerio Setti · 2 years, 2 months ago
  21. 5dd429c generate_psa_tests.py: fix typo by Yanray Wang · 2 years, 2 months ago
  22. 3f41744 generate_psa_tests.py: add extra dependencies based on key bit by Yanray Wang · 2 years, 3 months ago
  23. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  24. f0c7579 Fix a missing type hint warning by David Horstmann · 2 years, 6 months ago
  25. bba2630 Add ECJPAKE secret input types to psa/crypto_config.h by Gilles Peskine · 2 years, 7 months ago
  26. cafda87 Fix documentation by Gilles Peskine · 2 years, 7 months ago
  27. 0e9e442 NotSupported is specifically about key types by Gilles Peskine · 2 years, 7 months ago
  28. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 7 months ago
  29. 64f2efd More precise name for test data generation by Gilles Peskine · 2 years, 10 months ago
  30. c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 10 months ago
  31. a4668a6 Rework TestGenerator to add file targets by Werner Lewis · 2 years, 11 months ago
  32. fbb75e3 Separate common test generation classes/functions by Werner Lewis · 2 years, 11 months ago
  33. 3009a97 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 3 months ago
  34. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 3 months ago
  35. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  36. 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  37. 1068c22 Adapt generated psa no_supported tests for HMAC by Przemek Stekiel · 3 years, 2 months ago
  38. 61548d1 Only exercise Brainpool curve keys on one algorithm by Gilles Peskine · 3 years, 4 months ago
  39. 4bd90dc Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 4 months ago
  40. e6b85b4 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 4 months ago
  41. 16b2506 Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 4 months ago
  42. e8e058c Unify the code to shorten expressions by Gilles Peskine · 3 years, 4 months ago
  43. 564fae8 Refactor usage flag formatting and implication by Gilles Peskine · 3 years, 4 months ago
  44. 7de7c10 Storage format tests: cover algorithms for each key type by Gilles Peskine · 4 years, 3 months ago
  45. fa70ced Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 4 months ago
  46. e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  47. a401386 A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  48. d79e3b9 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
  49. cba28a7 Systematically generate test cases for operation setup failure by Gilles Peskine · 3 years, 4 months ago
  50. 8b4a381 Generate test cases for hash operation failure by Gilles Peskine · 4 years, 3 months ago
  51. c7e1ea0 New test suite for systematically generated operation failure tests by Gilles Peskine · 4 years, 3 months ago
  52. f761427 Simplify key_for_usage_flags by Gilles Peskine · 3 years, 5 months ago
  53. 9216536 Add storage format checks to the interface checker by Gilles Peskine · 4 years, 3 months ago
  54. f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 8 months ago
  55. 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 8 months ago
  56. 3ee10e8 Fix unused variable in generate_psa_tests.py by David Horstmann · 3 years, 9 months ago
  57. 65d8c69 Remove unnecessary check for ';' in filenames by David Horstmann · 3 years, 9 months ago
  58. e12e7f4 Get generated data file list from script by David Horstmann · 3 years, 9 months ago
  59. a9cb894 Add --directory option to generate_psa_tests.py by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  60. ba20fc9 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 9 months ago
  61. 437da19 Remove unused param and duplicated test cases by Przemyslaw Stekiel · 3 years, 9 months ago
  62. 8d468e4 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 9 months ago
  63. 1b0978b Add test class for key generation by Przemyslaw Stekiel · 3 years, 9 months ago
  64. b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 9 months ago
  65. 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 9 months ago
  66. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 9 months ago
  67. 45f2a40 Speed up the generation of storage format test cases by Gilles Peskine · 4 years ago
  68. 2c9e54a Fix pylint issue by gabor-mezei-arm · 4 years, 1 month ago
  69. 0c24edd Return iterator instead of list by gabor-mezei-arm · 4 years, 1 month ago
  70. 6385780 Rename function by gabor-mezei-arm · 4 years, 1 month ago
  71. 2a499c0 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  72. 2784bfe Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  73. 340fbf3 Refactor key generation by gabor-mezei-arm · 4 years, 1 month ago
  74. 5df1dee Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  75. 2710bb1 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  76. d9050a5 Remove unnecessary test cases by gabor-mezei-arm · 4 years, 1 month ago
  77. 8f40510 Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  78. 35929eb Simplify code by gabor-mezei-arm · 4 years, 1 month ago
  79. 11e4838 Fix generated file modification by gabor-mezei-arm · 4 years, 1 month ago
  80. 49d6ea9 Fix test case duplication by gabor-mezei-arm · 4 years, 1 month ago
  81. 0f8136a Fix pylint issues by gabor-mezei-arm · 4 years, 1 month ago
  82. 672e376 Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  83. 7748b6f Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  84. a4102cb Use different subslasses for the test data files by gabor-mezei-arm · 4 years, 1 month ago
  85. 780cf9d Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
  86. 6ee7253 Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
  87. 68c030a Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
  88. b5db2c4 Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
  89. 7b5c4e2 Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
  90. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 3 months ago
  91. 45f1cd7 key_storage_read: pass exercise as a flag rather than a boolean by Gilles Peskine · 4 years, 3 months ago
  92. 20f55f6 Abbreviate algorithms in test descriptions by Gilles Peskine · 4 years, 3 months ago
  93. c5d086f Don't generate non-existent dependency symbols by Gilles Peskine · 4 years, 3 months ago
  94. 537d5fa Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 3 months ago
  95. 3c9d423 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 3 months ago
  96. 3d404b8 Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  97. 9e84ec7 Always use posix semantics when joining paths by Bence Szépkúti · 4 years, 2 months ago
  98. c86f20a Allow running source file generators from a subdirectory by Gilles Peskine · 4 years, 3 months ago
  99. d86bc52 Cover encodings of algorithms without parameters by Gilles Peskine · 4 years, 4 months ago
  100. f8223ab Cover all key types by Gilles Peskine · 4 years, 4 months ago