1. b392da5 Merge pull request #257 from valeriosetti/issue598-framework by Valerio Setti · 3 days ago upstream/main
  2. c32c506 tests: pk_helpers: fix code style by Valerio Setti · 3 days ago
  3. 73c4f2e tests: pk_helpers: improve documentation of pk_context_populate_method_t by Valerio Setti · 4 days ago
  4. 4eebe42 tests: pk_helpers: optimize failure reporting in mbedtls_pk_helpers_populate_context by Valerio Setti · 4 days ago
  5. 2d7c5cb tests: pk_helpers: fix outer guard in functions implementation by Valerio Setti · 4 days ago
  6. 43e4dc0 tests: pk_helpers: update documentation by Valerio Setti · 4 days ago
  7. 2b3cc12 tests: pk_helpers: let all helper function return an error code by Valerio Setti · 4 days ago
  8. ebad5b9 Merge pull request #270 from gilles-peskine-arm/make_generated_files-use_same_python by Ronald Cron · 6 days ago
  9. a56534b Use the same Python executable instead of `python` by Gilles Peskine · 9 days ago
  10. ee399cc Merge pull request #245 from gilles-peskine-arm/make_generated_files-fix-check by Gilles Peskine · 9 days ago
  11. dae1609 Merge pull request #253 from gilles-peskine-arm/all.sh-cleanup-cmake-only-in-tree by Valerio Setti · 10 days ago
  12. fa298be tests: src: pk_helpers: style fix in code and documentation by Valerio Setti · 10 days ago
  13. e285118 tests: src: pk_helpers: select predefined keys using PSA key type and bits by Valerio Setti · 10 days ago
  14. 898a721 Fix missing cleanup of toplevel Makefile by Gilles Peskine · 11 days ago
  15. a082c08 CMake artifacts cleanup: fix the new code on Ubuntu 16.04 by Gilles Peskine · 11 days ago
  16. ffeda99 Only clean CMake artifacts in-tree by Gilles Peskine · 11 days ago
  17. feef17d Actually fail if `--check` fails by Gilles Peskine · 11 days ago
  18. b8d3b81 Add missing type annotations by Gilles Peskine · 11 days ago
  19. 88e0eb7 tests: src: pk_helpers: add documentation and proper functions prefix by Valerio Setti · 11 days ago
  20. 6d2ca07 scripts: generate_test_keys: minor improvements by Valerio Setti · 11 days ago
  21. 92d56ed scripts: generate_test_keys: allow multiple usage of the generated header by Valerio Setti · 11 days ago
  22. 0a3c8c4 tests: src: move PK helpers out of tf-psa-crypto to this repo by Valerio Setti · 11 days ago
  23. 77f707a Merge pull request #260 from gilles-peskine-arm/config-checks-generator-current-framework by Gilles Peskine · 13 days ago
  24. fa64d11 Simplify shadow file comparison interface by Gilles Peskine · 2 weeks ago
  25. 58957b9 Add code to update the shadow file by Gilles Peskine · 3 weeks ago
  26. 530dbad Read current options from a shadow file rather than the config file by Gilles Peskine · 3 weeks ago
  27. 7f66782 New module to load lists of config and adjusted macros by Gilles Peskine · 4 weeks ago
  28. 7e8ddd4 Merge pull request #229 from bensze01/abicheck-port by Bence Szépkúti · 4 weeks ago
  29. 12fe6e3 Fix copypasta in check-python-files.sh by Bence Szépkúti · 4 weeks ago
  30. 5066f2c Work around code duplication warning in pylint by Bence Szépkúti · 4 weeks ago
  31. f9c2d65 Preserve the docstring's formatting in the description by Bence Szépkúti · 4 weeks ago
  32. 074abc1 Remove unused version parameter by Bence Szépkúti · 4 weeks ago
  33. 25872c3 Rename abi_check and convert it to a pure-play module by Bence Szépkúti · 4 weeks ago
  34. 7816208 Do not change the working directory by Bence Szépkúti · 4 weeks ago
  35. 9f715c0 Make the name-clash detection more readable by Bence Szépkúti · 4 weeks ago
  36. feed060 Remove stray debugging bypasses by Bence Szépkúti · 4 weeks ago
  37. 315dc8a Allow calling abi_check.py from tf-psa-crypto by Bence Szépkúti · 4 weeks ago
  38. 56400d6 Detect soname clashes by Bence Szépkúti · 4 weeks ago
  39. dad0f26 Build library using CMake by Bence Szépkúti · 4 weeks ago
  40. 40eb9b1 Log output of failed subprocesses by Bence Szépkúti · 4 weeks ago
  41. a154f63 Remove dead code related to the old crypto submodule by Bence Szépkúti · 4 weeks ago
  42. fdb9b08 Fix reporting invalid arguments by Bence Szépkúti · 4 weeks ago
  43. fc6b642 Fix import path by Bence Szépkúti · 4 weeks ago
  44. ebd2cd5 Merge branch mbedtls/development into abicheck-port by Bence Szépkúti · 4 weeks ago
  45. 49e9d30 Move abi_check.py into the framework by Bence Szépkúti · 4 weeks ago
  46. f4dbe69 Merge pull request #254 from mpg/config-test-builtin by Ronald Cron · 4 weeks ago
  47. 14bf96a Merge pull request #258 from gilles-peskine-arm/generate_test_cert_macros-fix_list_dependencies by Ronald Cron · 4 weeks ago
  48. 0e6a1b6 generate_test_cert_macros.py: fix --list-dependencies by Gilles Peskine · 5 weeks ago
  49. fd7b6f8 Remove useless entries from modules list by Manuel Pégourié-Gonnard · 5 weeks ago
  50. 45014a8 Special-case the Everest option in 1.x by Manuel Pégourié-Gonnard · 5 weeks ago
  51. 5ef7e74 Merge pull request #243 from ronald-cron-arm/test-driver by Ronald Cron · 5 weeks ago
  52. 2bde779 test_driver.py: Make __write_test_driver_files an instance method by Ronald Cron · 5 weeks ago
  53. 2dec1b3 test_driver.py: Fix get_c_identifiers documentation by Ronald Cron · 5 weeks ago
  54. 9ee360a test_driver.py: Documentation same header basename limitation by Ronald Cron · 5 weeks ago
  55. 47f3c9f test_driver.py: Various small code improvements by Ronald Cron · 5 weeks ago
  56. 3ddf511 Add ctags in scripts/output_env.sh by Ronald Cron · 5 weeks ago
  57. 17750d1 test_driver.py: Fix/Improve some comments by Ronald Cron · 5 weeks ago
  58. c9740a6 test_driver.py: Fix self.exclude_files initialization by Ronald Cron · 6 weeks ago
  59. 4d6e2cd Merge pull request #247 from valeriosetti/issue591-framework by Manuel Pégourié-Gonnard · 6 weeks ago
  60. 450a7c9 test_driver.py: Create the test driver tree in one pass by Ronald Cron · 6 weeks ago
  61. c806e68 test_driver.py: Get rid of one subdirectory in include/ limitation by Ronald Cron · 6 weeks ago
  62. 9ce24b3 test_driver.py: Use subprocess.check_output rather than subprocess.run by Ronald Cron · 6 weeks ago
  63. ed9c4a3 test_driver.py: Various small code improvements by Ronald Cron · 6 weeks ago
  64. e8dcf71 test_driver.py: Fix/improve help/comments by Ronald Cron · 6 weeks ago
  65. a09ed59 test_driver.py: Modify test driver files in a single pass by Ronald Cron · 6 weeks ago
  66. c5384fe test_driver.py: Rename run_ctags and move it as a method by Ronald Cron · 6 weeks ago
  67. 7bada02 test_driver.py: Create completely the test driver tree in `build_tree` by Ronald Cron · 6 weeks ago
  68. 08b152f test_driver.py: Refactor support for list-vars-for-cmake by Ronald Cron · 6 weeks ago
  69. 3b39e68 test_driver.py: Some refactoring of the test driver tree creation by Ronald Cron · 6 weeks ago
  70. 5fecb0e test_driver.py: Add support for the list-vars-for-cmake option by Ronald Cron · 6 weeks ago
  71. 9d7330c tests: drivers: Factorize internal header inclusion pre-processor logic by Ronald Cron · 6 weeks ago
  72. ca68ad8 Move "libtestdriver1_" aliases to test_driver_common.h by Ronald Cron · 6 weeks ago
  73. 50bd6aa test_driver.py: Add method to prefix test driver exposed identifiers by Ronald Cron · 6 weeks ago
  74. d95c135 test_driver.py: Add get_identifiers_with_prefixes method by Ronald Cron · 6 weeks ago
  75. 415201c test_driver.py: Add method to build the test driver tree by Ronald Cron · 6 weeks ago
  76. 936943b Introduce test_driver.py by Ronald Cron · 6 weeks ago
  77. 0d9ae6a Update test drivers for TF-PSA-Crypto test driver by Ronald Cron · 6 weeks ago
  78. e3f4268 scripts: generate_test_keys: skip secp192 curves in tf-psa-crypto by Valerio Setti · 6 weeks ago
  79. f58263d Merge pull request #242 from valeriosetti/issue568-framework by Valerio Setti · 7 weeks ago
  80. 3a682fe data_files: update dates and MD alg in server[5|11]-rsa-signed.crt by Valerio Setti · 7 weeks ago
  81. 85cbd7a data_files: add server11-rsa-signed.crt by Valerio Setti · 7 weeks ago
  82. 75e471a data_files: add server11.key by Valerio Setti · 7 weeks ago
  83. ca17062 data_files: add server5-rsa-signed.crt by Valerio Setti · 7 weeks ago
  84. 1726775 Merge pull request #236 from gilles-peskine-arm/build_info-cleanup-1.0-framework by Ronald Cron · 8 weeks ago
  85. d6f03a4 Document wildcard matching by Gilles Peskine · 9 weeks ago
  86. 16236cb Remove redundant entry in glob list by Gilles Peskine · 9 weeks ago
  87. 6c9076e Merge pull request #237 from gilles-peskine-arm/config_checks_generator-fix-windows-path by Valerio Setti · 9 weeks ago
  88. 30bea3d Be more robust about exact paths by Gilles Peskine · 9 weeks ago
  89. 26adfcc Log which files get parsed by Gilles Peskine · 9 weeks ago
  90. fbb7e52 Avoid splitting file names across lines in problem reports by Gilles Peskine · 9 weeks ago
  91. 02eef2a Update config information about TF-PSA-Crypto 1.0 and Mbed TLS 4.0 by Gilles Peskine · 9 weeks ago
  92. 203ff5e Support new location of crypto_adjust_config_synonyms.h in TF-PSA-Crypto >1.0.0 by Gilles Peskine · 9 weeks ago
  93. 76fe5ed Use scripts/generate_config_checks.py unconditionally by Gilles Peskine · 9 weeks ago
  94. 7082fdc Make sure to list paths with / even on Windows by Gilles Peskine · 9 weeks ago
  95. 32e01d4 Merge pull request #235 from valeriosetti/issue435-part2-framework by Valerio Setti · 10 weeks ago
  96. 9232f41 scripts: ecp.py: do not test secp192 curves in development by Valerio Setti · 2 months ago
  97. 7e2b53a Merge pull request #223 from valeriosetti/issue435-framework by David Horstmann · 2 months ago
  98. cdc1ca0 Merge pull request #233 from gilles-peskine-arm/uncrustify-warnings by David Horstmann · 2 months ago
  99. 4fb0db4 data_files: remove unnecessary ec_256_prv.sec1[.comp].pem files by Valerio Setti · 3 months ago
  100. 9707b5c Also apply --uncrustify to --fix mode by Gilles Peskine · 3 months ago