1. 6763a55 Update comments by Gabor Mezei · 9 months ago
  2. 655c487 Update dependencies by Gabor Mezei · 9 months ago
  3. af198c2 Rename variable by Gabor Mezei · 9 months ago
  4. 242806a Update dependencies by Gabor Mezei · 9 months ago
  5. a5f3529 Update comment by Gabor Mezei · 9 months ago
  6. 95be5fb Add support for common dependencies in exclusive groups by Gabor Mezei · 9 months ago
  7. e191c03 Update the dependencies of the cipher algorithms by Gabor Mezei · 9 months ago
  8. 5a61086 Test all cipher algorithm by Gabor Mezei · 9 months ago
  9. 6f77baf Use PSA macros for the `chipher_chaining` domain by Gabor Mezei · 10 months ago
  10. 101816b Merge pull request #9612 from gabor-mezei-arm/9141_update_depends.py_cipher_id_domain by Ronald Cron · 9 months ago
  11. bd8e818 Fix pylint issue by Gabor Mezei · 9 months ago
  12. ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 10 months ago
  13. e6cfa3b Update dependencies by Gabor Mezei · 9 months ago
  14. fb6b0db Use crypto_knowledge to determine the cipher key types by Gabor Mezei · 9 months ago
  15. 03cc592 Collect key types by Gabor Mezei · 9 months ago
  16. 06a060d Collect the cipher algorithms by Gabor Mezei · 9 months ago
  17. 402381d Collect the algorithms by Gabor Mezei · 10 months ago
  18. b50043b Update `cipher_id` domain to use PSA macros by Gabor Mezei · 1 year, 1 month ago
  19. 4fef797 Update macro dependencies by Gabor Mezei · 10 months ago
  20. f10402c Update macro dependencies by Gabor Mezei · 10 months ago
  21. c9f01cf Use f-string instead of concatenation by Gabor Mezei · 10 months ago
  22. 224152e Remove unneeded newlines by Gabor Mezei · 10 months ago
  23. fb06101 Fix recursive dependencies for cross referencing by Gabor Mezei · 10 months ago
  24. 4e10d6c Add consistency check for option avalability by Gabor Mezei · 12 months ago
  25. 8f94485 Fix dependency by Gabor Mezei · 11 months ago
  26. 610e6e2 Add PSA macro dependencies by Gabor Mezei · 12 months ago
  27. 8ec990b Apply config dependecies recursively by Gabor Mezei · 12 months ago
  28. 9ce6d24 Remove `depends.py` option to use without PSA by Gabor Mezei · 1 year, 1 month ago
  29. 035d7c8 Move file backup support to `config_common.py` by Gabor Mezei · 1 year, 1 month ago
  30. f5408f0 Enable usage of crypto config in `depends.py` by Gabor Mezei · 1 year, 1 month ago
  31. f77722d Rename calss by Gabor Mezei · 1 year, 1 month ago
  32. 3678dee Add crypto config support for config.py by Gabor Mezei · 1 year, 2 months ago
  33. b50d30f Adapt cipher.h path in depends.py by Ronald Cron · 1 year, 1 month ago
  34. 35cb319 depends.py: set unique configuration names in outcome file by Gilles Peskine · 1 year, 6 months ago
  35. 84125a1 Merge remote-tracking branch 'origin/development' into default-compiler-all by Dave Rodgman · 1 year, 7 months ago
  36. 259df98 Revert "Add option to pass make variables to depends.py" by Gilles Peskine · 1 year, 7 months ago
  37. 5c7e944 fix line length by Dave Rodgman · 1 year, 7 months ago
  38. 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 7 months ago
  39. 590519f Enable -O2 in depends.py by Dave Rodgman · 1 year, 7 months ago
  40. be978a8 Add option to pass make variables to depends.py by Paul Elliott · 1 year, 8 months ago
  41. 4eb44e4 Standardise some more headers by Dave Rodgman · 1 year, 9 months ago
  42. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  43. d680d4f SHA256 renaming - fix some missed things by Dave Rodgman · 1 year, 10 months ago
  44. 884b462 When subtracting classic symbols from full, turn off PSA_CRYPTO_CONFIG by Gilles Peskine · 2 years ago
  45. 15e7044 test: update depends.py with new dependencies by Valerio Setti · 2 years, 2 months ago
  46. d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 3 months ago
  47. 5a51d0d Fix depends.py failure with correct TLS 1.2 deps by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  48. f61d6c0 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 5 months ago
  49. 57897b8 Merge pull request #6493 from AndrzejKurek/pymod by Gilles Peskine · 2 years, 5 months ago
  50. 72082dc Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
  51. aa426e0 SHA3 cannot be tested alone, as ENTROPY_C needs also SHA256 enabled. by Pol Henarejos · 2 years, 6 months ago
  52. 81cf5ad Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
  53. 576803f depends.py: improve expected argument type by Andrzej Kurek · 2 years, 6 months ago
  54. 3b0215d depends.py: merge set/unset config option into one function by Andrzej Kurek · 2 years, 6 months ago
  55. 98682b5 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 6 months ago
  56. 1ff7336 depends.py: enable key exchange tests by Andrzej Kurek · 2 years, 9 months ago
  57. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  58. ea8c88f test: fix some descriptions by Valerio Setti · 2 years, 7 months ago
  59. 3f93012 Use config.py as a module in depends.py by Andrzej Kurek · 2 years, 9 months ago
  60. b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 7 months ago
  61. e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 8 months ago
  62. ad45c4d Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  63. 88f5fd9 Merge pull request #6479 from AndrzejKurek/depends-py-no-psa by Gilles Peskine · 2 years, 9 months ago
  64. 2c7993c depends.py: add a config option to unset MBEDTLS_USE_PSA by Andrzej Kurek · 2 years, 9 months ago
  65. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  66. b8a97e7 depends.py: rename domains argument to tasks by Andrzej Kurek · 2 years, 10 months ago
  67. 629c412 depends.py documentation fixes by Andrzej Kurek · 2 years, 10 months ago
  68. b489f95 depends.py: remove config options that are unset anyway by Andrzej Kurek · 2 years, 10 months ago
  69. a44c5bc depends.py: rename config_pl usage to config_py by Andrzej Kurek · 2 years, 10 months ago
  70. 22b959d depends.py - add SHA256 dependency of LMS by Andrzej Kurek · 2 years, 10 months ago
  71. 65b2ac1 Change the way exclusive groups are defined in depends.py by Andrzej Kurek · 2 years, 10 months ago
  72. f4b1867 depends.py: fix TLS 1.3 requirements by Andrzej Kurek · 2 years, 10 months ago
  73. a0cb4fa Improve depends.py readability by Andrzej Kurek · 2 years, 10 months ago
  74. e5535e3 Add MBEDTLS_DES_C exclusive group dependencies by Andrzej Kurek · 2 years, 10 months ago
  75. 6454a90 Remove pre-1_2 TLS dependencies from depends.py by Andrzej Kurek · 2 years, 10 months ago
  76. 01af84a depends.py: Add script documentation by Andrzej Kurek · 2 years, 10 months ago
  77. 2f8ac28 Disable MBEDTLS_TEST_HOOKS in depends.py by Andrzej Kurek · 2 years, 10 months ago
  78. eabeb30 Fix SHA512 vs SHA384 dependencies by Andrzej Kurek · 2 years, 10 months ago
  79. 228b12c Rework depends.py to run more tests with hashes by Andrzej Kurek · 2 years, 10 months ago
  80. fe46949 depends.py: disable part of the test jobs by Andrzej Kurek · 2 years, 10 months ago
  81. 202932f Use upper case for constants in depends.py by Andrzej Kurek · 2 years, 10 months ago
  82. 3322c22 Improve depends.py structrue by Andrzej Kurek · 2 years, 10 months ago
  83. 0e8b2d7 Fix python formatting and indentation by Andrzej Kurek · 2 years, 10 months ago
  84. e05b17f Update depends.py by Andrzej Kurek · 2 years, 10 months ago
  85. 34a1557 Add domains for symmetric ciphers by Gilles Peskine · 7 years ago
  86. c3b4dee When exercising key exchanges, don't build the test suites by Gilles Peskine · 7 years ago
  87. 584c24a Declare more reverse dependencies by Gilles Peskine · 7 years ago
  88. b1284cf Don't test builds with only deprecated hashes by Gilles Peskine · 7 years ago
  89. bf7537d Use the full config as the baseline for all jobs by Gilles Peskine · 7 years ago
  90. e85163b Simplify final passed/failed reporting by Gilles Peskine · 7 years ago
  91. 0fa7cbe Add basic support for colored output by Gilles Peskine · 7 years ago
  92. 54aa5c6 Factor running config.pl into its own function by Gilles Peskine · 7 years ago
  93. 46c8256 Flush log output after each line by Gilles Peskine · 7 years ago
  94. b39e3ec New script to exercise compilation options by Gilles Peskine · 7 years ago