mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Move a bunch of files from `scripts` and `mbedtls/scripts` to the framework. Most are not called from any scripts invoked by the CI, but a couple are. A subsequent commit will adapt the scripts. None of these scripts are referenced from other repositories except in documentation. The following files will be removed, and added to `mbedtls-framework`: * `scripts/ecp_comb_table.py` * `scripts/massif_max.pl` * `tests/scripts/audit-validity-dates.py` (moved to `scripts/`) * `tests/scripts/gen_ctr_drbg.pl` (moved to `scripts/`) * `tests/scripts/gen_gcm_decrypt.pl` (moved to `scripts/`) * `tests/scripts/gen_gcm_encrypt.pl` (moved to `scripts/`) * `tests/scripts/gen_pkcs1_v21_sign_verify.pl` (moved to `scripts/`) * `tests/scripts/generate-afl-tests.sh` (moved to `scripts/`) * `tests/scripts/generate_server9_bad_saltlen.py` (moved to `scripts/`) * `tests/scripts/run-metatests.sh` (moved to `scripts/`) * `tests/scripts/run_demos.py` (moved to `scripts/`) * `tests/scripts/test_config_script.py` (moved to `scripts/`) Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| all.sh | ||
| analyze_outcomes.py | ||
| basic-build-test.sh | ||
| check_option_lists.py | ||
| components-basic-checks.sh | ||
| components-build-system.sh | ||
| components-compiler.sh | ||
| components-configuration-crypto.sh | ||
| components-configuration-platform.sh | ||
| components-configuration-tls.sh | ||
| components-configuration-x509.sh | ||
| components-configuration.sh | ||
| components-platform.sh | ||
| components-psasim.sh | ||
| components-sanitizers.sh | ||
| depends.py | ||
| libtestdriver1_rewrite.pl | ||
| list_internal_identifiers.py | ||
| list-identifiers.sh | ||
| run-test-suites.pl | ||
| scripts_path.py | ||
| test_config_checks.py | ||