- 31f6321 Deprecate Make by Ronald Cron · 7 weeks ago
- feb5e26 Cleanup following the removal of MBEDTLS_ECP_DP_.*_ENABLED options by Ronald Cron · 5 weeks ago
- 6cfab28 Cleanup following the removal of MBEDTLS_ECP_C option by Ronald Cron · 5 weeks ago
- 2ad1e5c Cleanup following the removal of MBEDTLS_ECJPAKE_C option by Ronald Cron · 5 weeks ago
- 3c6bbdd Cleanup following the removal of MBEDTLS_ECDSA_C option by Ronald Cron · 5 weeks ago
- a19ee28 Cleanup following the removal of MBEDTLS_ECDH_C option by Ronald Cron · 5 weeks ago
- 9e360b8 Remove MBEDTLS_RSA_C from depends.py by Ben Taylor · 6 weeks ago
- 15f1d7f Remove support for static ECDH cipher suites by Ben Taylor · 3 months ago
- efcec8c Cleanup following the removal of MBEDTLS_ENTROPY_C option by Ronald Cron · 7 weeks ago
- 906950d config/depends.py: Removed legacy options. by Minos Galanakis · 10 weeks ago
- fa648ba depends.py: keep reverse dependencies for p192 and p224 curves by Valerio Setti · 3 months ago
- d0d0791 remove usage of secp192[k|r]1 curves by Valerio Setti · 3 months ago
- 70a4a31 remove secp224[k|r]1 curves by Valerio Setti · 3 months ago
- dfd501d depends.py: Adapt to the removal of legacy crypto config options by Ronald Cron · 3 months ago
- fb03d13 depends.py: Remove cipher_padding domain by Ronald Cron · 3 months ago
- 50f99ca depends.py: Add warning log by Ronald Cron · 3 months ago
- d5da020 depends.py: Do not fail when disabling a non-existing option by Ronald Cron · 4 months ago
- ef013a6 Use PSA macros for the `hashes` domain by Gabor Mezei · 1 year, 1 month ago
- 4aa974f Remove `MBEDTLS_SHA3_C` config option by Gabor Mezei · 6 months ago
- f13fd1e Use PSA macros for the `pkalgs` domain by Gabor Mezei · 1 year, 1 month ago
- 1948c94 added dependencies to test scripts by Ben Taylor · 8 months ago
- e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 8 months ago
- 8438c63 tests: remove references to DHE-RSA by Valerio Setti · 9 months ago
- 7554eea Disable 224K1 while testing the other curves by Gabor Mezei · 9 months ago
- fe14d85 Remove unused symbol by Gabor Mezei · 9 months ago
- 069e3e6 Remove reference for `PSA_WANT_ALG_SECP_K1_224` by Gabor Mezei · 9 months ago
- 0a2f257 Use symbol matching for the curves domain by Gabor Mezei · 9 months ago
- 1c49cff Use PSA macros for the `curves` domain by Gabor Mezei · 1 year, 1 month ago
- 6763a55 Update comments by Gabor Mezei · 11 months ago
- 655c487 Update dependencies by Gabor Mezei · 11 months ago
- af198c2 Rename variable by Gabor Mezei · 11 months ago
- 242806a Update dependencies by Gabor Mezei · 12 months ago
- a5f3529 Update comment by Gabor Mezei · 12 months ago
- 95be5fb Add support for common dependencies in exclusive groups by Gabor Mezei · 12 months ago
- e191c03 Update the dependencies of the cipher algorithms by Gabor Mezei · 12 months ago
- 5a61086 Test all cipher algorithm by Gabor Mezei · 12 months ago
- 6f77baf Use PSA macros for the `chipher_chaining` domain by Gabor Mezei · 1 year, 1 month ago
- 101816b Merge pull request #9612 from gabor-mezei-arm/9141_update_depends.py_cipher_id_domain by Ronald Cron · 12 months ago
- bd8e818 Fix pylint issue by Gabor Mezei · 12 months ago
- ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 1 year, 1 month ago
- e6cfa3b Update dependencies by Gabor Mezei · 12 months ago
- fb6b0db Use crypto_knowledge to determine the cipher key types by Gabor Mezei · 12 months ago
- 03cc592 Collect key types by Gabor Mezei · 12 months ago
- 06a060d Collect the cipher algorithms by Gabor Mezei · 12 months ago
- 402381d Collect the algorithms by Gabor Mezei · 1 year, 1 month ago
- b50043b Update `cipher_id` domain to use PSA macros by Gabor Mezei · 1 year, 4 months ago
- 4fef797 Update macro dependencies by Gabor Mezei · 1 year ago
- f10402c Update macro dependencies by Gabor Mezei · 1 year ago
- c9f01cf Use f-string instead of concatenation by Gabor Mezei · 1 year, 1 month ago
- 224152e Remove unneeded newlines by Gabor Mezei · 1 year, 1 month ago
- fb06101 Fix recursive dependencies for cross referencing by Gabor Mezei · 1 year, 1 month ago
- 4e10d6c Add consistency check for option avalability by Gabor Mezei · 1 year, 3 months ago
- 8f94485 Fix dependency by Gabor Mezei · 1 year, 1 month ago
- 610e6e2 Add PSA macro dependencies by Gabor Mezei · 1 year, 3 months ago
- 8ec990b Apply config dependecies recursively by Gabor Mezei · 1 year, 3 months ago
- 9ce6d24 Remove `depends.py` option to use without PSA by Gabor Mezei · 1 year, 4 months ago
- 035d7c8 Move file backup support to `config_common.py` by Gabor Mezei · 1 year, 4 months ago
- f5408f0 Enable usage of crypto config in `depends.py` by Gabor Mezei · 1 year, 4 months ago
- f77722d Rename calss by Gabor Mezei · 1 year, 4 months ago
- 3678dee Add crypto config support for config.py by Gabor Mezei · 1 year, 5 months ago
- b50d30f Adapt cipher.h path in depends.py by Ronald Cron · 1 year, 4 months ago
- 35cb319 depends.py: set unique configuration names in outcome file by Gilles Peskine · 1 year, 8 months ago
- 84125a1 Merge remote-tracking branch 'origin/development' into default-compiler-all by Dave Rodgman · 1 year, 10 months ago
- 259df98 Revert "Add option to pass make variables to depends.py" by Gilles Peskine · 1 year, 10 months ago
- 5c7e944 fix line length by Dave Rodgman · 1 year, 10 months ago
- 3bc2499 Merge branch 'development' into default-compiler-all by Dave Rodgman · 1 year, 10 months ago
- 590519f Enable -O2 in depends.py by Dave Rodgman · 1 year, 10 months ago
- be978a8 Add option to pass make variables to depends.py by Paul Elliott · 1 year, 11 months ago
- 4eb44e4 Standardise some more headers by Dave Rodgman · 2 years ago
- 16799db update headers by Dave Rodgman · 2 years ago
- d680d4f SHA256 renaming - fix some missed things by Dave Rodgman · 2 years ago
- 884b462 When subtracting classic symbols from full, turn off PSA_CRYPTO_CONFIG by Gilles Peskine · 2 years, 3 months ago
- 15e7044 test: update depends.py with new dependencies by Valerio Setti · 2 years, 4 months ago
- d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 6 months ago
- 5a51d0d Fix depends.py failure with correct TLS 1.2 deps by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- f61d6c0 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 8 months ago
- 57897b8 Merge pull request #6493 from AndrzejKurek/pymod by Gilles Peskine · 2 years, 8 months ago
- 72082dc Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 9 months ago
- aa426e0 SHA3 cannot be tested alone, as ENTROPY_C needs also SHA256 enabled. by Pol Henarejos · 2 years, 9 months ago
- 81cf5ad Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 9 months ago
- 576803f depends.py: improve expected argument type by Andrzej Kurek · 2 years, 9 months ago
- 3b0215d depends.py: merge set/unset config option into one function by Andrzej Kurek · 2 years, 9 months ago
- 98682b5 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 9 months ago
- 1ff7336 depends.py: enable key exchange tests by Andrzej Kurek · 3 years ago
- 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- ea8c88f test: fix some descriptions by Valerio Setti · 2 years, 10 months ago
- 3f93012 Use config.py as a module in depends.py by Andrzej Kurek · 3 years ago
- b6bf7dc test: fix depends.py for hash tests by Valerio Setti · 2 years, 10 months ago
- e7221a2 test: adjust depends.py to new SHA224/SHA384 changes by Valerio Setti · 2 years, 10 months ago
- ad45c4d Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 88f5fd9 Merge pull request #6479 from AndrzejKurek/depends-py-no-psa by Gilles Peskine · 3 years ago
- 2c7993c depends.py: add a config option to unset MBEDTLS_USE_PSA by Andrzej Kurek · 3 years ago
- d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 3 years, 1 month ago
- b8a97e7 depends.py: rename domains argument to tasks by Andrzej Kurek · 3 years ago
- 629c412 depends.py documentation fixes by Andrzej Kurek · 3 years ago
- b489f95 depends.py: remove config options that are unset anyway by Andrzej Kurek · 3 years ago
- a44c5bc depends.py: rename config_pl usage to config_py by Andrzej Kurek · 3 years ago
- 22b959d depends.py - add SHA256 dependency of LMS by Andrzej Kurek · 3 years ago
- 65b2ac1 Change the way exclusive groups are defined in depends.py by Andrzej Kurek · 3 years ago
- f4b1867 depends.py: fix TLS 1.3 requirements by Andrzej Kurek · 3 years ago