mbedtls/tests/scripts
Bence Szépkúti bb0cfeb2d4 Rename config.h to mbedtls_config.h
This commit was generated using the following script:

# ========================
#!/bin/sh
git ls-files | grep -v '^ChangeLog' | xargs sed -b -E -i '
s/((check|crypto|full|mbedtls|query)_config)\.h/\1\nh/g
s/config\.h/mbedtls_config.h/g
y/\n/./
'
mv include/mbedtls/config.h include/mbedtls/mbedtls_config.h
# ========================

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
2021-06-28 09:28:33 +01:00
..
all-in-docker.sh
all.sh Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
analyze_outcomes.py
basic-build-test.sh Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
basic-in-docker.sh
check_files.py
check_test_cases.py
check-doxy-blocks.pl
check-generated-files.sh Do support multiple files generated from the same script 2021-05-25 20:11:48 +02:00
check-names.sh Rename the _ret() functions 2021-06-08 16:45:41 +02:00
check-python-files.sh
curves.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
depends-hashes.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
depends-pkalgs.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
docker_env.sh
doxygen.sh
gen_ctr_drbg.pl
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl
generate_psa_tests.py Add storage tests for lifetimes 2021-06-23 13:44:35 +02:00
generate_test_code.py
generate-afl-tests.sh
key-exchanges.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
list-enum-consts.pl Corrections to the docs wording and changes to aux scripts 2021-06-15 00:18:32 +02:00
list-identifiers.sh Corrections to the docs wording and changes to aux scripts 2021-06-15 00:18:32 +02:00
list-macros.sh Rename the _ret() functions 2021-06-08 16:45:41 +02:00
list-symbols.sh Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
mbedtls_test.py
psa_collect_statuses.py
recursion.pl
run-test-suites.pl
scripts_path.py
set_psa_test_dependencies.py Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
tcp_client.pl
test_config_script.py Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
test_generate_test_code.py
test_psa_constant_names.py Use InputsForTest in generate_psa_tests 2021-05-25 19:39:02 +02:00
test_zeroize.gdb
test-ref-configs.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
travis-log-failure.sh