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