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