1. c217f48 Replace the output file atomically by Gilles Peskine · 2 years, 10 months ago
  2. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  3. c2fb540 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
  4. 07c830c Fix setting for default test suite directory by Werner Lewis · 2 years, 11 months ago
  5. 52ae326 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
  6. 00d0242 Remove argparser default for directory by Werner Lewis · 2 years, 11 months ago
  7. 858cffd Add toggle for test case count in descriptions by Werner Lewis · 2 years, 11 months ago
  8. 34d6d3e Update comments/docstrings in TestGenerator by Werner Lewis · 2 years, 11 months ago
  9. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  10. 5601308 Remove unused imports by Werner Lewis · 2 years, 11 months ago
  11. a4668a6 Rework TestGenerator to add file targets by Werner Lewis · 2 years, 11 months ago
  12. aaf3b79 Use Python 3.5 style typing for dependencies by Werner Lewis · 2 years, 11 months ago
  13. 466f036 Add dependencies attribute to BaseTarget by Werner Lewis · 2 years, 11 months ago
  14. 81f2444 Modify wording in docstrings by Werner Lewis · 3 years ago
  15. 76f4562 Fix trailing whitespace by Werner Lewis · 3 years ago
  16. 9df9faa Use argparser default for targets by Werner Lewis · 3 years ago
  17. 6ef5436 Clarify documentation by Werner Lewis · 3 years ago
  18. f156c43 Use argparser default for directory by Werner Lewis · 3 years ago
  19. e3ad22e Fix TARGET types and code style by Werner Lewis · 3 years ago
  20. 6d654c6 Raise NotImplementedError in abstract methods by Werner Lewis · 3 years ago
  21. a195ce7 Disable pylint unused arg in __new__ by Werner Lewis · 3 years ago
  22. d03d2a3 Remove trailing whitespace in description by Werner Lewis · 3 years ago
  23. cfd4768 Use __new__() for case counting by Werner Lewis · 3 years ago
  24. 2b527a3 Split generate_tests to reduce code complexity by Werner Lewis · 3 years ago
  25. 699e126 Use ABCMeta for abstract classes by Werner Lewis · 3 years ago
  26. 169034a Add details to docstrings by Werner Lewis · 3 years ago
  27. 55e638c Remove abbreviations and clarify attributes by Werner Lewis · 3 years ago
  28. fbb75e3 Separate common test generation classes/functions by Werner Lewis · 3 years ago
  29. 76851ae Add warnings to test code and data about storage format stability by Gilles Peskine · 3 years, 1 month ago
  30. dce7d8f Rename and document mac_or_tag_lengths -> permitted_truncations by Gilles Peskine · 3 years, 4 months ago
  31. 2773f26 Fix digits in octal constant by Gilles Peskine · 3 years, 4 months ago
  32. ac17ec4 Public keys can't be used as private-key inputs to key agreement by Gilles Peskine · 3 years, 4 months ago
  33. 4bd90dc Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 4 months ago
  34. 7095d47 Reject block cipher modes that are not implemented in Mbed TLS by Gilles Peskine · 3 years, 4 months ago
  35. e3a0890 Reject invalid MAC and AEAD truncations by Gilles Peskine · 3 years, 4 months ago
  36. 2fa829c Fix invalid argument enumeration when there are >=3 arguments by Gilles Peskine · 3 years, 4 months ago
  37. d78c59c Test more truncated MAC and short AEAD tag lengths by Gilles Peskine · 3 years, 4 months ago
  38. c47d3a4 64-bit block ciphers are incompatible with some modes by Gilles Peskine · 3 years, 5 months ago
  39. e6b85b4 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 5 months ago
  40. 16b2506 Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 5 months ago
  41. e8e058c Unify the code to shorten expressions by Gilles Peskine · 3 years, 5 months ago
  42. fa70ced Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 5 months ago
  43. e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  44. a401386 A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  45. 8345d63 Add knowledge of the compatibility of key types and algorithms by Gilles Peskine · 4 years, 3 months ago
  46. ee7554e Add knowledge of algorithms by Gilles Peskine · 4 years, 3 months ago
  47. b9dbb7f Add missing type annotation by Gilles Peskine · 4 years, 3 months ago
  48. dcf2ff5 Ensure files get closed when they go out of scope by Gilles Peskine · 3 years, 5 months ago
  49. 0cb2cf6 fix build fail by Jerry Yu · 3 years, 8 months ago
  50. e6369b0 fix test_cmake_as_package fail by Jerry Yu · 3 years, 8 months ago
  51. f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
  52. 729c244 test_case.py: add new line between test cases by Przemyslaw Stekiel · 3 years, 9 months ago
  53. 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
  54. 1b0978b Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
  55. acd2d0e New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  56. 8135cb9 Break out algorithm_tester() as a separate method by Gilles Peskine · 3 years, 10 months ago
  57. 3c62693 Merge pull request #4701 from gilles-peskine-arm/make_generated_files-non_english-3.0 by Ronald Cron · 4 years ago
  58. 2a499c0 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  59. f73f896 Use regexp pattern instaed of string by gabor-mezei-arm · 4 years, 1 month ago
  60. 6f7282b Keep the imported classes sorted by gabor-mezei-arm · 4 years, 1 month ago
  61. 2784bfe Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  62. 5df1dee Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  63. 2710bb1 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  64. 8f40510 Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  65. 672e376 Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  66. 7748b6f Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  67. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 3 months ago
  68. 45a4391 Collect lifetime constructors by Gilles Peskine · 4 years, 3 months ago
  69. 607eb7e Add lifetime metadata tests by Gilles Peskine · 4 years, 3 months ago
  70. 18d1e66 Tweak MSVC detection to work with non-English Visual Studio by Gilles Peskine · 4 years, 1 month ago
  71. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  72. 8603fb0 PSA PAKE: add to PSA constant name test by Janos Follath · 4 years, 3 months ago
  73. 2157e86 Document include_intermediate in PSAMacroEnumerator by Gilles Peskine · 4 years, 2 months ago
  74. 38ebfec Remove duplicates from enumerated test inputs by Gilles Peskine · 4 years, 3 months ago
  75. cccd1ac Normalize whitespace in test arguments by Gilles Peskine · 4 years, 3 months ago
  76. 537d5fa Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 3 months ago
  77. 4d0b089 Fix KeyType with parameters passed in the name argument by Gilles Peskine · 4 years, 4 months ago
  78. 3d404b8 Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  79. b4edff9 Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
  80. 539f143 Remove caching of cc_is_msvc by Bence Szépkúti · 4 years, 3 months ago
  81. 7c18550 Remove object file in finally by Bence Szépkúti · 4 years, 3 months ago
  82. 46d8949 Move object file handling out of create_c_file() by Bence Szépkúti · 4 years, 3 months ago
  83. 0671dd3 Add notice of caching whether the compiler is MSVC by Bence Szépkúti · 4 years, 3 months ago
  84. 24c29fe Clean up object files produced by MSVC by Bence Szépkúti · 4 years, 3 months ago
  85. fa6bf1e Detect MSVC without relying on compiler filename by Bence Szépkúti · 4 years, 3 months ago
  86. 3bd51b0 Improve MSVC detection by Bence Szépkúti · 4 years, 3 months ago
  87. cabae3d Specify output name for MSVC as well by Bence Szépkúti · 4 years, 3 months ago
  88. 9d1edb6 If $CC looks like MSVC, use a compatible command line syntax by Gilles Peskine · 4 years, 3 months ago
  89. c86f20a Allow running source file generators from a subdirectory by Gilles Peskine · 4 years, 3 months ago
  90. b12de9f Add new key types to crypto_knowledge.py by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  91. 77e47c0 Add key material for twisted Edwards curves by Gilles Peskine · 4 years, 5 months ago
  92. a00abc6 Consistently describe Ed25519 as a 255-bit curve by Gilles Peskine · 4 years, 5 months ago
  93. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  94. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  95. 2352396 Obtain the values of expressions by running C code by Gilles Peskine · 4 years, 5 months ago
  96. e009448 New python module to encode a PSA key for storage by Gilles Peskine · 4 years, 5 months ago
  97. 33c601c Hook up PSAMacroCollector to PSAMacroEnumerator by Gilles Peskine · 4 years, 5 months ago
  98. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 4 years, 5 months ago
  99. 10ab267 Add some type annotations by Gilles Peskine · 4 years, 5 months ago
  100. d75adfc KeyType: do a sanity check on the key type expression by Gilles Peskine · 4 years, 5 months ago