1. cefc672 Fix make_generated_files.bat by Harry Ramsey · 9 months ago
  2. fb4824b Fix incorrect paths to generate_psa_constants.py by Harry Ramsey · 9 months ago
  3. 91c0d46 Use static paths in makefile for programs by Harry Ramsey · 9 months ago
  4. e1d6f74 Move generate_psa_constants.py to tf-psa-crypto by Harry Ramsey · 9 months ago
  5. c94cb70 Update paths in .sln file by Harry Ramsey · 9 months ago
  6. 75e8e03 Fix paths for programs/psa by Harry Ramsey · 10 months ago
  7. a244687 Add missing include path to visual C script by David Horstmann · 9 months ago
  8. 36c819c Update test_keys.h path on Windows by David Horstmann · 9 months ago
  9. 08953f7 Add extra paths to generate_visualc_files.pl by David Horstmann · 9 months ago
  10. d9ad663 Update common.mk with test helper object paths by David Horstmann · 9 months ago
  11. bc06e2a Add framework test include path to common.mk by David Horstmann · 9 months ago
  12. 5b93d97 Update references to test helpers by David Horstmann · 9 months ago
  13. 705690a Drop building with armcc5 in all.sh by Manuel Pégourié-Gonnard · 9 months ago
  14. 5f6e69d Merge pull request #9693 from Harry-Ramsey/split-revert-error-development by Ronald Cron · 9 months ago
  15. 202b69c Merge pull request #9302 from valeriosetti/psa-use-static-slots by Gilles Peskine · 9 months ago
  16. 678e0fb psa: allow to use static key buffers instead of dynamic ones by Valerio Setti · 1 year, 2 months ago
  17. 08007ed Update guards for crypto only builds by Harry Ramsey · 9 months ago
  18. 924dca9 Move mbedtls_test_hook_error_add from error.c to helpers.c by Harry Ramsey · 10 months ago
  19. c44f67b Fix error.c generation issue with headers by Harry Ramsey · 10 months ago
  20. 4802aaa Adapt lcov.sh to multiple source directories by Ronald Cron · 10 months ago
  21. d2bcdba Update generate_errors.pl for error header split by Harry Ramsey · 10 months ago
  22. 13d2939 Merge pull request #9673 from eleuzi01/issue-54-fw by David Horstmann · 10 months ago
  23. c1cb3dc Merge pull request #9597 from Harry-Ramsey/code-style-framework-submodule-support by Janos Follath · 10 months ago
  24. b74c3ea Adjust file path for generate_tls13_compat_tests.py by Elena Uziunaite · 10 months ago
  25. 09fee36 Adjust file path for generate_ssl_debug_helpers.py by Elena Uziunaite · 10 months ago
  26. 2df2892 Move some files to framework repository by Elena Uziunaite · 10 months ago
  27. cb81d80 Merge pull request #9671 from Harry-Ramsey/duplicate-common-header-file-development by Ronald Cron · 10 months ago
  28. b81cd1a Update includes for generated files by Harry Ramsey · 10 months ago
  29. 0b4ccdd Merge pull request #9674 from gergelykarm/development by Tom Cosgrove · 10 months ago
  30. 80352ac Merge pull request #9668 from gilles-peskine-arm/analyze_outcome-split-dev by Gilles Peskine · 10 months ago
  31. a3c2a8f Fix driver schema json default type requirements by Gergely Korcsák · 10 months ago
  32. 041a84d Downgrade mypy to a version that works with our code base by Gilles Peskine · 10 months ago
  33. 1c5a252 Upgrade mypy to the last version supporting Python 3.6 by Gilles Peskine · 10 months ago
  34. da8f42a Improve support for submodules in code_style.py by Harry Ramsey · 11 months ago
  35. c19f8ae Update config.py crypto for version files by Harry Ramsey · 10 months ago
  36. 468c0ae Revert move of version.h to tf-psa-crypto libray by Harry Ramsey · 10 months ago
  37. 5602651 Merge pull request #9604 from gilles-peskine-arm/config-full-booleans-only by Manuel Pégourié-Gonnard · 10 months ago
  38. 3943a1a Automatically generate tests/opt-testcases/tls13-compat.sh by Gilles Peskine · 11 months ago
  39. edc27bc Merge pull request #9128 from gilles-peskine-arm/make_generated_files-document_CC by Paul Elliott · 10 months ago
  40. 475ed86 Merge pull request #9600 from gilles-peskine-arm/use_psa_crypto-key_id_encodes_owner-compatible-config-dev by Tom Cosgrove · 10 months ago gh-readonly-queue/development/pr-9600-8904570b3125d7b9ac303247377a8371f65afefb
  41. 00b9144 Don't pass the section name to adapters by Gilles Peskine · 11 months ago
  42. 36571d6 Change "realfull" to activate everything by Gilles Peskine · 11 months ago
  43. e4c6955 Change "full" to affect boolean settings rather than use sections by Gilles Peskine · 11 months ago
  44. 702d75a Pass the setting's value to adapters by Gilles Peskine · 11 months ago
  45. a22b95a Fix obsolete comment about MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER by Gilles Peskine · 11 months ago
  46. cd326bf Apply the parameter change by Gabor Mezei · 11 months ago
  47. 317a2a3 Fix documentation by Gabor Mezei · 11 months ago
  48. 568808a Update member variable names by Gabor Mezei · 11 months ago
  49. f5f1308 Fix documentation by Gabor Mezei · 11 months ago
  50. 0e9e4cb Move commonly used part to config_common by Gabor Mezei · 11 months ago
  51. a12ed6b Unify spacing by Gabor Mezei · 11 months ago
  52. 24d7cc7 Create a class for command line config manipulation by Gabor Mezei · 12 months ago
  53. 776ee90 Fix header file detection by Gabor Mezei · 11 months ago
  54. d53080d Make the `Config` a proper base class by Gabor Mezei · 11 months ago
  55. daf807f Fix pylint issues by Gabor Mezei · 12 months ago
  56. c659c1b Move config file modification flag handling to the Config class by Gabor Mezei · 12 months ago
  57. 9f2b817 Update documentation by Gabor Mezei · 12 months ago
  58. fbb59bd Document the C compiler requirement by Gilles Peskine · 1 year, 3 months ago
  59. 73c4096 Make the file a bit more readable by Gilles Peskine · 1 year, 3 months ago
  60. 2d5b17b Merge pull request #8609 from tom-daubney-arm/standardise_proj_detection by Tom Cosgrove · 12 months ago
  61. 6b3bca5 Follow include path updates for C++ builds by Gilles Peskine · 1 year ago
  62. ae8fa71 Rename internal function psa_key_production_parameters_are_default by Gilles Peskine · 1 year, 1 month ago
  63. 62ee8fd Test cpp_dummy_build in pedantic mode by Gilles Peskine · 1 year, 2 months ago
  64. f940828 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  65. bda3e46 Check for file at script startup by Thomas Daubney · 1 year ago
  66. 5e9ffa9 Redirect error message to stderr by Thomas Daubney · 1 year ago
  67. 6a864dc Add check for existence of project name file by Thomas Daubney · 1 year ago
  68. 91f1746 Remove sanity check for `None` value by Gabor Mezei · 1 year, 1 month ago
  69. 4706fe7 Update documentation and comments by Gabor Mezei · 1 year, 1 month ago
  70. 3de6586 Adjust temporarily the crypto config file location by Gabor Mezei · 1 year, 1 month ago
  71. 33dd293 Give better name for class by Gabor Mezei · 1 year, 1 month ago
  72. c5ff33c Move config file modification checking to the `Config` superclass by Gabor Mezei · 1 year, 1 month ago
  73. 3e2a550 Pass `ConfigFile` object as parameter for `MultiConfig` constructor by Gabor Mezei · 1 year, 1 month ago
  74. 8d72ac6 Fix error type by Gabor Mezei · 1 year, 1 month ago
  75. de6e192 Add documentation by Gabor Mezei · 1 year, 1 month ago
  76. f77722d Rename calss by Gabor Mezei · 1 year, 1 month ago
  77. 9b0f9e7 Simplify set creation by Gabor Mezei · 1 year, 1 month ago
  78. e7742b3 Unify the `_format_parameter` function among the `ConfigFile` subclasses by Gabor Mezei · 1 year, 1 month ago
  79. 93a6d1f Make the `name` parameter mandatory for the constructor of `ConfigFile` by Gabor Mezei · 1 year, 1 month ago
  80. 8a64d8e Only write config files if it is modified by Gabor Mezei · 1 year, 2 months ago
  81. 542fd38 Update unsupported and deprecated psa fearues handling by Gabor Mezei · 1 year, 2 months ago
  82. d723b51 Fix for crypto config default value by Gabor Mezei · 1 year, 2 months ago
  83. ee521b6 Restructure the configuration representation by Gabor Mezei · 1 year, 2 months ago
  84. 92065ed Fix pylint issues by Gabor Mezei · 1 year, 2 months ago
  85. 62a9bd0 Update and add documentation by Gabor Mezei · 1 year, 2 months ago
  86. 3678dee Add crypto config support for config.py by Gabor Mezei · 1 year, 2 months ago
  87. 3486950 Adapt make_generated_files.bat by Ronald Cron · 1 year, 1 month ago
  88. c51b0d1 Adapt bump_version.sh by Ronald Cron · 1 year, 1 month ago
  89. 5903be2 Adapt abi_check.py by Ronald Cron · 1 year, 1 month ago
  90. 9e2ff40 Adapt code_style.py by Ronald Cron · 1 year, 1 month ago
  91. f250cf6 common.make: Use dedicated env variable by Ronald Cron · 1 year, 1 month ago
  92. 2fd621e Adapt code_style.py by Ronald Cron · 1 year, 1 month ago
  93. aef8cf3 Adjust build systems by Ronald Cron · 1 year, 1 month ago
  94. 381247e Adapt check-generated-files.sh by Ronald Cron · 1 year, 1 month ago
  95. c29afb6 Adjust build systems by Ronald Cron · 1 year, 1 month ago
  96. fe3ad99 Merge pull request #9249 from davidhorstmann-arm/move-test-data-files-to-framework by Ronald Cron · 1 year, 1 month ago gh-readonly-queue/development/pr-9249-1d256267b0182390f42085f6943ba540a41018e4
  97. dcf18dd Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  98. 9da1769 Remove MBEDTLS_ECP_ALT and associated options by Thomas Daubney · 1 year, 2 months ago
  99. 5e3c529 Merge pull request #9172 from gilles-peskine-arm/test_suite_config-booleans by Ronald Cron · 1 year, 1 month ago
  100. 0917265 makefile: allow to build and link test suites against psasim by Valerio Setti · 1 year, 1 month ago