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