1. 9ffffab Fix edge case with half-supported ECDSA by Gilles Peskine · 1 year, 3 months ago
  2. 764c2d3 PSA test case generation: dependency inference class: operation fail by Gilles Peskine · 1 year, 4 months ago
  3. 1ae57ec PSA test case generation: dependency inference class: key not supported by Gilles Peskine · 1 year, 4 months ago
  4. 6281cf4 PSA test case generation: dependency inference class: key generation by Gilles Peskine · 1 year, 4 months ago
  5. c7b58d5 PSA test case generation: dependency inference class: base case by Gilles Peskine · 1 year, 4 months ago
  6. c3b261a Sort dependencies in automatically generated PSA test cases by Gilles Peskine · 1 year, 4 months ago
  7. 5fae560 Update new license headers by Tomás González · 1 year, 9 months ago
  8. 2bff1bf New test suite for the low-level hash interface by Tomás González · 1 year, 9 months ago
  9. 734d22c Move PSA information and dependency automation into their own module by Tomás González · 1 year, 9 months ago
  10. 27276fc Merge pull request #6844 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215-2.28 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  11. 4fc7e0e Fix a missing type hint warning by David Horstmann · 2 years, 6 months ago
  12. 1efe7fd Fix documentation by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/test/6844/old features/new-code-style/test/6844/old
  13. 4fa76bd NotSupported is specifically about key types by Gilles Peskine · 2 years, 8 months ago
  14. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  15. 69feebd More precise name for test data generation by Gilles Peskine · 2 years, 11 months ago
  16. 4ed94a4 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  17. 0d07e86 Rework TestGenerator to add file targets by Werner Lewis · 2 years, 11 months ago
  18. dcad1e9 Separate common test generation classes/functions by Werner Lewis · 3 years ago
  19. beb5ad7 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 3 months ago
  20. 293e452 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  21. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  22. c768600 Mbed TLS supports RC4 only with 128-bit keys by Gilles Peskine · 3 years, 3 months ago
  23. 8ddced5 Only exercise Brainpool curve keys on one algorithm by Gilles Peskine · 3 years, 4 months ago
  24. 3261124 Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 4 months ago
  25. 0de1143 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 4 months ago
  26. 930ccef Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 4 months ago
  27. d79aef5 Unify the code to shorten expressions by Gilles Peskine · 3 years, 4 months ago
  28. d9af978 Refactor usage flag formatting and implication by Gilles Peskine · 3 years, 4 months ago
  29. 6213a00 Storage format tests: cover algorithms for each key type by Gilles Peskine · 4 years, 3 months ago
  30. 989c13d Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 5 months ago
  31. c2fc241 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  32. 23cb12e A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  33. d096445 In NOT_SUPPORTED test case descriptions, show what is not supported by Gilles Peskine · 4 years, 3 months ago
  34. f8b6b50 Systematically generate test cases for operation setup failure by Gilles Peskine · 3 years, 5 months ago
  35. a218047 Generate test cases for hash operation failure by Gilles Peskine · 4 years, 3 months ago
  36. c05158b New test suite for systematically generated operation failure tests by Gilles Peskine · 4 years, 3 months ago
  37. a296e48 Simplify key_for_usage_flags by Gilles Peskine · 3 years, 5 months ago
  38. cfd4fae Add storage format checks to the interface checker by Gilles Peskine · 4 years, 3 months ago
  39. 2927593 Fix rebase issue in generate_psa_tests.py by Przemyslaw Stekiel · 3 years, 9 months ago
  40. 1ab3a5c generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
  41. 0810108 Fix issues pointed by CI by Przemyslaw Stekiel · 3 years, 9 months ago
  42. c03b7c5 Remove unused param and duplicated test cases by Przemyslaw Stekiel · 3 years, 9 months ago
  43. 32a8b84 Remove key generation when given argument is invalid from NotSupported class by Przemyslaw Stekiel · 3 years, 10 months ago
  44. 997caf8 Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
  45. d6ead7c Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  46. 81be6e2 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
  47. 330e460 Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  48. 3008c58 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 1 month ago
  49. 3ea2732 Fix pylint issue by gabor-mezei-arm · 4 years, 1 month ago
  50. ea840de Return iterator instead of list by gabor-mezei-arm · 4 years, 1 month ago
  51. 912eca3 Rename function by gabor-mezei-arm · 4 years, 1 month ago
  52. e4b7499 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  53. 805c735 Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  54. 5ea3037 Refactor key generation by gabor-mezei-arm · 4 years, 1 month ago
  55. acfcc18 Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  56. e84d321 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  57. 4781263 Remove unnecessary test cases by gabor-mezei-arm · 4 years, 1 month ago
  58. 927742e Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  59. 705c452 Simplify code by gabor-mezei-arm · 4 years, 1 month ago
  60. 7d2ec9a Fix generated file modification by gabor-mezei-arm · 4 years, 1 month ago
  61. bce8527 Fix test case duplication by gabor-mezei-arm · 4 years, 1 month ago
  62. b92d61b Fix pylint issues by gabor-mezei-arm · 4 years, 1 month ago
  63. 044fefc Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  64. 15c1f03 Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  65. 4d9fb73 Use different subslasses for the test data files by gabor-mezei-arm · 4 years, 1 month ago
  66. 8b0c91c Create a function for gather all the keys. by gabor-mezei-arm · 4 years, 1 month ago
  67. d71659f Extend description generation by gabor-mezei-arm · 4 years, 1 month ago
  68. 0996080 Use builder method pattern to generate a key by gabor-mezei-arm · 4 years, 1 month ago
  69. 9774dcf Convert iterators to lists to remove late binding by gabor-mezei-arm · 4 years, 1 month ago
  70. 0bdb84e Add type annotations by gabor-mezei-arm · 4 years, 1 month ago
  71. efb584d Add storage tests for lifetimes by Gilles Peskine · 4 years, 3 months ago
  72. 643eb83 key_storage_read: pass exercise as a flag rather than a boolean by Gilles Peskine · 4 years, 3 months ago
  73. ff9629f Abbreviate algorithms in test descriptions by Gilles Peskine · 4 years, 3 months ago
  74. 8a55b43 Don't generate non-existent dependency symbols by Gilles Peskine · 4 years, 3 months ago
  75. b93f854 Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 3 months ago
  76. ae9f14b Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 4 months ago
  77. d6d2d6a Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  78. d86bc52 Cover encodings of algorithms without parameters by Gilles Peskine · 4 years, 5 months ago
  79. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  80. 897dff9 Code to generate storage format test cases by Gilles Peskine · 4 years, 5 months ago
  81. 3d77839 Use an iterator when constructing test cases by Gilles Peskine · 4 years, 5 months ago
  82. 0298bda generate_psa_tests.py: allow generating each file independently by Gilles Peskine · 4 years, 5 months ago
  83. b94ea51 Break up the god class TestGenerator by Gilles Peskine · 4 years, 5 months ago
  84. 0d241ed Remove trailing comma which is only supported since Python 3.6 by Gilles Peskine · 4 years, 5 months ago
  85. d169d60 Skip dependency symbols that are not implemented by Gilles Peskine · 4 years, 5 months ago
  86. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 5 months ago
  87. 7f75687 Append the key size to ECC curve dependencies by Gilles Peskine · 4 years, 5 months ago
  88. af17284 Generate not-supported test cases: ECC key types by Gilles Peskine · 4 years, 6 months ago
  89. 14e428f Generate not-supported test cases automatically: import, generate by Gilles Peskine · 4 years, 6 months ago
  90. 0994049 New framework for generating PSA test cases automatically by Gilles Peskine · 4 years, 6 months ago