1. 5602651 Merge pull request #9604 from gilles-peskine-arm/config-full-booleans-only by Manuel Pégourié-Gonnard · 10 months ago
  2. 3943a1a Automatically generate tests/opt-testcases/tls13-compat.sh by Gilles Peskine · 11 months ago
  3. edc27bc Merge pull request #9128 from gilles-peskine-arm/make_generated_files-document_CC by Paul Elliott · 10 months ago
  4. 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
  5. 00b9144 Don't pass the section name to adapters by Gilles Peskine · 11 months ago
  6. 36571d6 Change "realfull" to activate everything by Gilles Peskine · 11 months ago
  7. e4c6955 Change "full" to affect boolean settings rather than use sections by Gilles Peskine · 11 months ago
  8. 702d75a Pass the setting's value to adapters by Gilles Peskine · 11 months ago
  9. a22b95a Fix obsolete comment about MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER by Gilles Peskine · 11 months ago
  10. cd326bf Apply the parameter change by Gabor Mezei · 11 months ago
  11. 317a2a3 Fix documentation by Gabor Mezei · 11 months ago
  12. 568808a Update member variable names by Gabor Mezei · 11 months ago
  13. f5f1308 Fix documentation by Gabor Mezei · 11 months ago
  14. 0e9e4cb Move commonly used part to config_common by Gabor Mezei · 11 months ago
  15. a12ed6b Unify spacing by Gabor Mezei · 11 months ago
  16. 24d7cc7 Create a class for command line config manipulation by Gabor Mezei · 12 months ago
  17. 776ee90 Fix header file detection by Gabor Mezei · 11 months ago
  18. d53080d Make the `Config` a proper base class by Gabor Mezei · 11 months ago
  19. daf807f Fix pylint issues by Gabor Mezei · 12 months ago
  20. c659c1b Move config file modification flag handling to the Config class by Gabor Mezei · 12 months ago
  21. 9f2b817 Update documentation by Gabor Mezei · 12 months ago
  22. fbb59bd Document the C compiler requirement by Gilles Peskine · 1 year, 3 months ago
  23. 73c4096 Make the file a bit more readable by Gilles Peskine · 1 year, 3 months ago
  24. 2d5b17b Merge pull request #8609 from tom-daubney-arm/standardise_proj_detection by Tom Cosgrove · 12 months ago
  25. 6b3bca5 Follow include path updates for C++ builds by Gilles Peskine · 1 year ago
  26. ae8fa71 Rename internal function psa_key_production_parameters_are_default by Gilles Peskine · 1 year, 1 month ago
  27. 62ee8fd Test cpp_dummy_build in pedantic mode by Gilles Peskine · 1 year, 2 months ago
  28. f940828 Implement psa_generate_key_custom by Gilles Peskine · 1 year, 2 months ago
  29. bda3e46 Check for file at script startup by Thomas Daubney · 1 year ago
  30. 5e9ffa9 Redirect error message to stderr by Thomas Daubney · 1 year ago
  31. 6a864dc Add check for existence of project name file by Thomas Daubney · 1 year ago
  32. 91f1746 Remove sanity check for `None` value by Gabor Mezei · 1 year, 1 month ago
  33. 4706fe7 Update documentation and comments by Gabor Mezei · 1 year, 1 month ago
  34. 3de6586 Adjust temporarily the crypto config file location by Gabor Mezei · 1 year, 1 month ago
  35. 33dd293 Give better name for class by Gabor Mezei · 1 year, 1 month ago
  36. c5ff33c Move config file modification checking to the `Config` superclass by Gabor Mezei · 1 year, 1 month ago
  37. 3e2a550 Pass `ConfigFile` object as parameter for `MultiConfig` constructor by Gabor Mezei · 1 year, 1 month ago
  38. 8d72ac6 Fix error type by Gabor Mezei · 1 year, 1 month ago
  39. de6e192 Add documentation by Gabor Mezei · 1 year, 1 month ago
  40. f77722d Rename calss by Gabor Mezei · 1 year, 1 month ago
  41. 9b0f9e7 Simplify set creation by Gabor Mezei · 1 year, 1 month ago
  42. e7742b3 Unify the `_format_parameter` function among the `ConfigFile` subclasses by Gabor Mezei · 1 year, 1 month ago
  43. 93a6d1f Make the `name` parameter mandatory for the constructor of `ConfigFile` by Gabor Mezei · 1 year, 1 month ago
  44. 8a64d8e Only write config files if it is modified by Gabor Mezei · 1 year, 2 months ago
  45. 542fd38 Update unsupported and deprecated psa fearues handling by Gabor Mezei · 1 year, 2 months ago
  46. d723b51 Fix for crypto config default value by Gabor Mezei · 1 year, 2 months ago
  47. ee521b6 Restructure the configuration representation by Gabor Mezei · 1 year, 2 months ago
  48. 92065ed Fix pylint issues by Gabor Mezei · 1 year, 2 months ago
  49. 62a9bd0 Update and add documentation by Gabor Mezei · 1 year, 2 months ago
  50. 3678dee Add crypto config support for config.py by Gabor Mezei · 1 year, 2 months ago
  51. 3486950 Adapt make_generated_files.bat by Ronald Cron · 1 year, 1 month ago
  52. c51b0d1 Adapt bump_version.sh by Ronald Cron · 1 year, 1 month ago
  53. 5903be2 Adapt abi_check.py by Ronald Cron · 1 year, 1 month ago
  54. 9e2ff40 Adapt code_style.py by Ronald Cron · 1 year, 1 month ago
  55. f250cf6 common.make: Use dedicated env variable by Ronald Cron · 1 year, 1 month ago
  56. 2fd621e Adapt code_style.py by Ronald Cron · 1 year, 1 month ago
  57. aef8cf3 Adjust build systems by Ronald Cron · 1 year, 1 month ago
  58. 381247e Adapt check-generated-files.sh by Ronald Cron · 1 year, 1 month ago
  59. c29afb6 Adjust build systems by Ronald Cron · 1 year, 1 month ago
  60. 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
  61. dcf18dd Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  62. 9da1769 Remove MBEDTLS_ECP_ALT and associated options by Thomas Daubney · 1 year, 2 months ago
  63. 5e3c529 Merge pull request #9172 from gilles-peskine-arm/test_suite_config-booleans by Ronald Cron · 1 year, 1 month ago
  64. 0917265 makefile: allow to build and link test suites against psasim by Valerio Setti · 1 year, 1 month ago
  65. 1b22dd8 Merge remote-tracking branch 'dev' into test_suite_config-booleans by Gilles Peskine · 1 year, 1 month ago
  66. 3d817ad Adjust build systems by Ronald Cron · 1 year, 2 months ago
  67. f0481f5 Merge pull request #9258 from tom-daubney-arm/drop_padlock_support by Ronald Cron · 1 year, 1 month ago
  68. 0d915a9 Remove final references to padlock by Thomas Daubney · 1 year, 1 month ago
  69. e154e6f Generate config test cases for single options by Gilles Peskine · 1 year, 2 months ago
  70. 9ba9c21 Recognize that a double-inclusion guard is not a config setting by Gilles Peskine · 1 year, 2 months ago
  71. 7e5d61c Adjust more paths to PSA headers by Ronald Cron · 1 year, 2 months ago
  72. c7e9e36 Adjust build systems by Ronald Cron · 1 year, 2 months ago
  73. f8bbc2d Remove multi-type variable by David Horstmann · 1 year, 2 months ago
  74. 330680e Allow code_style.py to work from a git hook by David Horstmann · 1 year, 2 months ago
  75. c085cc7 Merge pull request #9200 from davidhorstmann-arm/move-test-generation-files by Bence Szépkúti · 1 year, 2 months ago
  76. f6f3bca Update file paths for moved files by David Horstmann · 1 year, 2 months ago
  77. b8360cf Make abi_check.py look in both locations by David Horstmann · 1 year, 2 months ago
  78. d961929 Merge pull request #9155 from ttytm/fix-typo by Gilles Peskine · 1 year, 2 months ago gh-readonly-queue/development/pr-9155-8c60b16188d6a73b02fee09a298cd36488328c51
  79. c15544e Merge pull request #9088 from ronald-cron-arm/check-framework-files by Gilles Peskine · 1 year, 2 months ago
  80. bbb41f7 Modify lcov.sh to use new project name file by Thomas Daubney · 1 year, 8 months ago
  81. c0386bf Introduce project_name.txt by Thomas Daubney · 1 year, 8 months ago
  82. 27098b4 fix typo by Turiiya · 1 year, 3 months ago
  83. ecd6d01 Rename framework_path to framework_scripts_path by David Horstmann · 1 year, 3 months ago
  84. 875c32f Add framework_path module by David Horstmann · 1 year, 3 months ago
  85. cd84bb2 Update references to mbedtls_dev by David Horstmann · 1 year, 3 months ago
  86. 6343a83 Move some files to framework repository by David Horstmann · 1 year, 3 months ago
  87. 62a908d Extend C code style check to framework files by Ronald Cron · 1 year, 3 months ago
  88. 455fb4e generate_test_cert_macros: embed input args by Valerio Setti · 1 year, 4 months ago
  89. 96daf67 fix "make generated_files" for test_keys.h and test_certs.h by Valerio Setti · 1 year, 4 months ago
  90. 024d3da Merge pull request #8986 from valeriosetti/issue8871 by Manuel Pégourié-Gonnard · 1 year, 3 months ago
  91. 776dce5 asymmetric_key_data: fix public RSA-2048 key by Valerio Setti · 1 year, 4 months ago
  92. 6bda5f5 generate_test_keys: use keys from asymmetric_key_data.py by Valerio Setti · 1 year, 4 months ago
  93. 96948e9 Merge pull request #8980 from adeaarm/fix_jinja_template by Minos Galanakis · 1 year, 4 months ago
  94. 700632e Fix #ifdef guard in driver wrapper template by Antonio de Angelis · 1 year, 5 months ago
  95. b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
  96. 1bd787a Minor relaxation to auto-gen regex by Dave Rodgman · 1 year, 5 months ago
  97. 4e4540d line length fix by Dave Rodgman · 1 year, 5 months ago
  98. 2a9eb22 Check file content to see if it looks auto-generated by Dave Rodgman · 1 year, 5 months ago
  99. 567591e Merge pull request #8923 from bensze01/drop-old-compilers by Bence Szépkúti · 1 year, 5 months ago gh-readonly-queue/development/pr-8923-0edef1cf6dcc3c307265176aaea2893d93101eaa
  100. 6f8c95b Preserve alphabetical sorting of config options by David Horstmann · 1 year, 5 months ago