1. 76851ae Add warnings to test code and data about storage format stability by Gilles Peskine · 3 years, 1 month ago
  2. dce7d8f Rename and document mac_or_tag_lengths -> permitted_truncations by Gilles Peskine · 3 years, 4 months ago
  3. 2773f26 Fix digits in octal constant by Gilles Peskine · 3 years, 4 months ago
  4. ac17ec4 Public keys can't be used as private-key inputs to key agreement by Gilles Peskine · 3 years, 4 months ago
  5. 4bd90dc Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 4 months ago
  6. 7095d47 Reject block cipher modes that are not implemented in Mbed TLS by Gilles Peskine · 3 years, 4 months ago
  7. e3a0890 Reject invalid MAC and AEAD truncations by Gilles Peskine · 3 years, 4 months ago
  8. 2fa829c Fix invalid argument enumeration when there are >=3 arguments by Gilles Peskine · 3 years, 4 months ago
  9. d78c59c Test more truncated MAC and short AEAD tag lengths by Gilles Peskine · 3 years, 4 months ago
  10. c47d3a4 64-bit block ciphers are incompatible with some modes by Gilles Peskine · 3 years, 4 months ago
  11. e6b85b4 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 4 months ago
  12. 16b2506 Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 4 months ago
  13. e8e058c Unify the code to shorten expressions by Gilles Peskine · 3 years, 4 months ago
  14. fa70ced Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 4 months ago
  15. e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 3 months ago
  16. a401386 A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 3 months ago
  17. 8345d63 Add knowledge of the compatibility of key types and algorithms by Gilles Peskine · 4 years, 3 months ago
  18. ee7554e Add knowledge of algorithms by Gilles Peskine · 4 years, 3 months ago
  19. b9dbb7f Add missing type annotation by Gilles Peskine · 4 years, 3 months ago
  20. dcf2ff5 Ensure files get closed when they go out of scope by Gilles Peskine · 3 years, 5 months ago
  21. 0cb2cf6 fix build fail by Jerry Yu · 3 years, 8 months ago
  22. e6369b0 fix test_cmake_as_package fail by Jerry Yu · 3 years, 8 months ago
  23. f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
  24. 729c244 test_case.py: add new line between test cases by Przemyslaw Stekiel · 3 years, 9 months ago
  25. 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
  26. 1b0978b Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
  27. acd2d0e New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  28. 8135cb9 Break out algorithm_tester() as a separate method by Gilles Peskine · 3 years, 10 months ago
  29. 3c62693 Merge pull request #4701 from gilles-peskine-arm/make_generated_files-non_english-3.0 by Ronald Cron · 4 years ago
  30. 2a499c0 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  31. f73f896 Use regexp pattern instaed of string by gabor-mezei-arm · 4 years, 1 month ago
  32. 6f7282b Keep the imported classes sorted by gabor-mezei-arm · 4 years, 1 month ago
  33. 2784bfe Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  34. 5df1dee Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  35. 2710bb1 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  36. 8f40510 Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  37. 672e376 Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  38. 7748b6f Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  39. eb7bdaa Add storage tests for lifetimes by Gilles Peskine · 4 years, 3 months ago
  40. 45a4391 Collect lifetime constructors by Gilles Peskine · 4 years, 3 months ago
  41. 607eb7e Add lifetime metadata tests by Gilles Peskine · 4 years, 3 months ago
  42. 18d1e66 Tweak MSVC detection to work with non-English Visual Studio by Gilles Peskine · 4 years, 1 month ago
  43. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  44. 8603fb0 PSA PAKE: add to PSA constant name test by Janos Follath · 4 years, 3 months ago
  45. 2157e86 Document include_intermediate in PSAMacroEnumerator by Gilles Peskine · 4 years, 2 months ago
  46. 38ebfec Remove duplicates from enumerated test inputs by Gilles Peskine · 4 years, 3 months ago
  47. cccd1ac Normalize whitespace in test arguments by Gilles Peskine · 4 years, 3 months ago
  48. 537d5fa Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 3 months ago
  49. 4d0b089 Fix KeyType with parameters passed in the name argument by Gilles Peskine · 4 years, 4 months ago
  50. 3d404b8 Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  51. b4edff9 Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
  52. 539f143 Remove caching of cc_is_msvc by Bence Szépkúti · 4 years, 3 months ago
  53. 7c18550 Remove object file in finally by Bence Szépkúti · 4 years, 3 months ago
  54. 46d8949 Move object file handling out of create_c_file() by Bence Szépkúti · 4 years, 3 months ago
  55. 0671dd3 Add notice of caching whether the compiler is MSVC by Bence Szépkúti · 4 years, 3 months ago
  56. 24c29fe Clean up object files produced by MSVC by Bence Szépkúti · 4 years, 3 months ago
  57. fa6bf1e Detect MSVC without relying on compiler filename by Bence Szépkúti · 4 years, 3 months ago
  58. 3bd51b0 Improve MSVC detection by Bence Szépkúti · 4 years, 3 months ago
  59. cabae3d Specify output name for MSVC as well by Bence Szépkúti · 4 years, 3 months ago
  60. 9d1edb6 If $CC looks like MSVC, use a compatible command line syntax by Gilles Peskine · 4 years, 3 months ago
  61. c86f20a Allow running source file generators from a subdirectory by Gilles Peskine · 4 years, 3 months ago
  62. b12de9f Add new key types to crypto_knowledge.py by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  63. 77e47c0 Add key material for twisted Edwards curves by Gilles Peskine · 4 years, 4 months ago
  64. a00abc6 Consistently describe Ed25519 as a 255-bit curve by Gilles Peskine · 4 years, 4 months ago
  65. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  66. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  67. 2352396 Obtain the values of expressions by running C code by Gilles Peskine · 4 years, 5 months ago
  68. e009448 New python module to encode a PSA key for storage by Gilles Peskine · 4 years, 5 months ago
  69. 33c601c Hook up PSAMacroCollector to PSAMacroEnumerator by Gilles Peskine · 4 years, 5 months ago
  70. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 4 years, 5 months ago
  71. 10ab267 Add some type annotations by Gilles Peskine · 4 years, 5 months ago
  72. d75adfc KeyType: do a sanity check on the key type expression by Gilles Peskine · 4 years, 5 months ago
  73. 4fbffcd Do not require typing_extensions at runtime by Gilles Peskine · 4 years, 5 months ago
  74. fa3c69a Improve documentation of crypto_knowledge.KeyType by Gilles Peskine · 4 years, 5 months ago
  75. 505cc64 Use the base name of the generating script, not the full path by Gilles Peskine · 4 years, 6 months ago
  76. 0ac258e Don't consider secp192r1 by Gilles Peskine · 4 years, 6 months ago
  77. 0cbaf05 Add some randomly generated keys by Gilles Peskine · 4 years, 6 months ago
  78. 6f6483f New module for key material for asymmetric key types by Gilles Peskine · 4 years, 6 months ago
  79. 8ffb585 New function to write a whole .data file by Gilles Peskine · 4 years, 6 months ago
  80. db2f575 New Python module for generating Mbed TLS test cases by Gilles Peskine · 4 years, 6 months ago
  81. 397b028 Create sample key material for symmetric keys by Gilles Peskine · 4 years, 6 months ago
  82. df63968 Enumerate sizes to test for each key type by Gilles Peskine · 4 years, 6 months ago
  83. 0156a15 Framework for knowledge about key types by Gilles Peskine · 4 years, 6 months ago
  84. 0655b4f Check if the last word is 'MASK', not if it ends with 'MASK' by Gilles Peskine · 4 years, 6 months ago
  85. 13d60eb MacroCollector: default to not including intermediate macros by Gilles Peskine · 4 years, 6 months ago
  86. f8deb75 Factor out is_internal_name as a separate method by Gilles Peskine · 4 years, 6 months ago
  87. e7c4455 Move PSAMacroCollector to a module of its own by Gilles Peskine · 4 years, 6 months ago
  88. 2991b5f Minor documentation fixes by Gilles Peskine · 4 years, 6 months ago
  89. 2adebc8 Move get_c_expression_values into a separate module by Gilles Peskine · 4 years, 8 months ago