1. e2b5095 test_case.py: add new line between test cases by Przemyslaw Stekiel · 3 years, 9 months ago
  2. 1ab3a5c generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
  3. 997caf8 Add test class for key generation by Przemyslaw Stekiel · 3 years, 10 months ago
  4. 35115f9 New algorithm PSA_ALG_RSA_PSS_ANY_SALT by Gilles Peskine · 3 years, 10 months ago
  5. 3545103 Break out algorithm_tester() as a separate method by Gilles Peskine · 3 years, 10 months ago
  6. 8c92d5c Show warnings if something looks wrong by Gilles Peskine · 4 years ago
  7. 8978c5b Document the big regex by Gilles Peskine · 4 years ago
  8. d15ed31 Better support multiline comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  9. 80605bb More flexible parsing of Doxygen comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  10. 1410c12 Remove reference to compat-1.2.h by Gilles Peskine · 4 years ago
  11. e4b7499 Refactor handlibg of the key usage flags by gabor-mezei-arm · 4 years, 1 month ago
  12. 5071a2e Use regexp pattern instaed of string by gabor-mezei-arm · 4 years, 1 month ago
  13. 7e0d724 Keep the imported classes sorted by gabor-mezei-arm · 4 years, 1 month ago
  14. 805c735 Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years, 1 month ago
  15. acfcc18 Rename variables and funcions by gabor-mezei-arm · 4 years, 1 month ago
  16. e84d321 Use string in dict instead of Expr object by gabor-mezei-arm · 4 years, 1 month ago
  17. 927742e Add better name for variables by gabor-mezei-arm · 4 years, 1 month ago
  18. 044fefc Add test case generation for usage extensions when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  19. 15c1f03 Add key usage policy extension support for key generation by gabor-mezei-arm · 4 years, 1 month ago
  20. efb584d Add storage tests for lifetimes by Gilles Peskine · 4 years, 4 months ago
  21. 4c7da69 Collect lifetime constructors by Gilles Peskine · 4 years, 4 months ago
  22. e02263d Add lifetime metadata tests by Gilles Peskine · 4 years, 4 months ago
  23. 46d3a37 Document include_intermediate in PSAMacroEnumerator by Gilles Peskine · 4 years, 3 months ago
  24. 08966e6 Remove duplicates from enumerated test inputs by Gilles Peskine · 4 years, 4 months ago
  25. 0a93c1b Normalize whitespace in test arguments by Gilles Peskine · 4 years, 4 months ago
  26. b93f854 Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 4 months ago
  27. 0ba69a4 Fix KeyType with parameters passed in the name argument by Gilles Peskine · 4 years, 4 months ago
  28. d6d2d6a Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  29. 3cf3a8e Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
  30. e0427c7 Merge pull request #4434 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  31. 931d91e Merge pull request #4243 from bensze01/psa_vararg by Ronald Cron · 4 years, 3 months ago
  32. 16141ed Add test driver sources to VC build by Steven Cooreman · 4 years, 4 months ago
  33. ec174e2 Update all uses of old AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
  34. 9013489 Merge pull request #4253 from mstarzyk-mobica/long_url_in_changelog_entry by Gilles Peskine · 4 years, 4 months ago
  35. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  36. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  37. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  38. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
  39. ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
  40. 9b31ad6 Fix error message for long lines with URLs. by Mateusz Starzyk · 4 years, 4 months ago
  41. 3cfed58 Move URL regexes to class scope. by Mateusz Starzyk · 4 years, 4 months ago
  42. 77e47c0 Add key material for twisted Edwards curves by Gilles Peskine · 4 years, 5 months ago
  43. a00abc6 Consistently describe Ed25519 as a 255-bit curve by Gilles Peskine · 4 years, 5 months ago
  44. 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 5 months ago
  45. 5172605 Move URL matching regex to method definition. by Mateusz Starzyk · 4 years, 4 months ago
  46. c8f4489 Use raw string + binary matching for URL regex. by Mateusz Starzyk · 4 years, 4 months ago
  47. 9ee8166 Compile URL matching regex before using it in the loop. by Mateusz Starzyk · 4 years, 4 months ago
  48. 6e47055 Allow changelog entries to have URLs exceeding 80 char limit. by Mateusz Starzyk · 4 years, 4 months ago
  49. 01196d0 Merge pull request #4214 from gilles-peskine-arm/psa-storage-format-test-types by Gilles Peskine · 4 years, 5 months ago
  50. 5cb08a8 Merge pull request #4202 from paul-elliott-arm/changelog_linelength_enforcement by Ronald Cron · 4 years, 5 months ago
  51. d75773e Pythonify and fix reported line number by Paul Elliott · 4 years, 5 months ago
  52. f8223ab Cover all key types by Gilles Peskine · 4 years, 5 months ago
  53. 2352396 Obtain the values of expressions by running C code by Gilles Peskine · 4 years, 5 months ago
  54. e009448 New python module to encode a PSA key for storage by Gilles Peskine · 4 years, 6 months ago
  55. 33c601c Hook up PSAMacroCollector to PSAMacroEnumerator by Gilles Peskine · 4 years, 5 months ago
  56. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 4 years, 5 months ago
  57. 10ab267 Add some type annotations by Gilles Peskine · 4 years, 5 months ago
  58. b05a59a Improve error message by Paul Elliott · 4 years, 5 months ago
  59. f08648d Make assemble changelog script enforce line length by Paul Elliott · 4 years, 5 months ago
  60. 947bb0b Code readability improvements by Steven Cooreman · 4 years, 5 months ago
  61. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 5 months ago
  62. 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 5 months ago
  63. d75adfc KeyType: do a sanity check on the key type expression by Gilles Peskine · 4 years, 6 months ago
  64. 4fbffcd Do not require typing_extensions at runtime by Gilles Peskine · 4 years, 6 months ago
  65. fa3c69a Improve documentation of crypto_knowledge.KeyType by Gilles Peskine · 4 years, 6 months ago
  66. 505cc64 Use the base name of the generating script, not the full path by Gilles Peskine · 4 years, 6 months ago
  67. 0ac258e Don't consider secp192r1 by Gilles Peskine · 4 years, 6 months ago
  68. 0cbaf05 Add some randomly generated keys by Gilles Peskine · 4 years, 6 months ago
  69. 6f6483f New module for key material for asymmetric key types by Gilles Peskine · 4 years, 6 months ago
  70. 8ffb585 New function to write a whole .data file by Gilles Peskine · 4 years, 6 months ago
  71. db2f575 New Python module for generating Mbed TLS test cases by Gilles Peskine · 4 years, 6 months ago
  72. 397b028 Create sample key material for symmetric keys by Gilles Peskine · 4 years, 6 months ago
  73. df63968 Enumerate sizes to test for each key type by Gilles Peskine · 4 years, 6 months ago
  74. 0156a15 Framework for knowledge about key types by Gilles Peskine · 4 years, 6 months ago
  75. 0655b4f Check if the last word is 'MASK', not if it ends with 'MASK' by Gilles Peskine · 4 years, 6 months ago
  76. 13d60eb MacroCollector: default to not including intermediate macros by Gilles Peskine · 4 years, 6 months ago
  77. f8deb75 Factor out is_internal_name as a separate method by Gilles Peskine · 4 years, 6 months ago
  78. e7c4455 Move PSAMacroCollector to a module of its own by Gilles Peskine · 4 years, 6 months ago
  79. 7bb85c2 Separate the parsing and generation parts of MacroCollector by Gilles Peskine · 4 years, 6 months ago
  80. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  81. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  82. 88a8035 Merge pull request #3953 from gilles-peskine-arm/python-mypy-mkdir by Ronald Cron · 4 years, 6 months ago
  83. 77e09b6 Don't turn on NO_FALLBACK for full build since it removes functionality by Steven Cooreman · 4 years, 7 months ago
  84. 2991b5f Minor documentation fixes by Gilles Peskine · 4 years, 7 months ago
  85. 2427d15 Merge pull request #3986 from gilles-peskine-arm/ssl_test_lib-create by paul-elliott-arm · 4 years, 7 months ago
  86. c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
  87. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  88. a3ed34f ssl_test_lib.[hc]: new source file for common SSL test code by Gilles Peskine · 4 years, 7 months ago
  89. 2adebc8 Move get_c_expression_values into a separate module by Gilles Peskine · 4 years, 8 months ago
  90. a294551 Update PSA Crypto macro values to version 1.0.0 by Bence Szépkúti · 4 years, 8 months ago
  91. f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
  92. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  93. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  94. c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
  95. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  96. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  97. dd544e1 Fixed comments and test message output for new PSA tests by John Durkop · 4 years, 10 months ago
  98. 714e3a1 Minor cleanup to fix errors with some unit tests by John Durkop · 4 years, 10 months ago
  99. e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 11 months ago
  100. dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago