mbedtls/tests/scripts
Gilles Peskine e820c0abc8 Update spelling "mbed TLS" to "Mbed TLS"
The official spelling of the trade mark changed from all-lowercase "mbed"
to normal proper noun capitalization "Mbed" a few years ago. We've been
using the new spelling in new text but still have the old spelling in a
lot of text. This commit updates most occurrences of "mbed TLS":

```
sed -i -e 's/mbed TLS/Mbed TLS/g' $(git ls-files ':!ChangeLog' ':!tests/data_files/**' ':!tests/suites/*.data' ':!programs/x509/*' ':!configs/tfm*')
```

Justification for the omissions:

* `ChangeLog`: historical text.
* `test/data_files/**`, `tests/suites/*.data`, `programs/x509/*`: many
  occurrences are significant names in certificates and such. Changing
  the spelling would invalidate many signatures and tests.
* `configs/tfm*`: this is an imported file. We'll follow the upstream
  updates.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2023-09-12 19:18:17 +02:00
..
all-in-docker.sh
all.sh config-wrapper-zeroize-memset.h should be user-config-zeroize-memset.h and not include mbedtls_config.h 2023-09-02 19:22:45 +01:00
analyze_outcomes.py Correct analyze_outcomes identation 2023-08-24 09:12:40 +01:00
audit-validity-dates.py
basic-build-test.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
basic-in-docker.sh
check_files.py
check_names.py
check_test_cases.py check_test_cases: add a comment to explain idx in walk_compat_sh 2023-08-30 18:31:37 +08:00
check-doxy-blocks.pl Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
check-generated-files.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
check-python-files.sh
depends.py
docker_env.sh
doxygen.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
gen_ctr_drbg.pl
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl
generate_bignum_tests.py
generate_ecp_tests.py
generate_pkcs7_tests.py
generate_psa_tests.py New test suite for the low-level hash interface 2023-08-22 09:59:42 +02:00
generate_test_cert_macros.py
generate_test_code.py
generate_tls13_compat_tests.py
generate-afl-tests.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
list_internal_identifiers.py
list-identifiers.sh
psa_collect_statuses.py
recursion.pl
run-test-suites.pl
scripts_path.py
set_psa_test_dependencies.py
tcp_client.pl
test_config_script.py
test_generate_test_code.py
test_psa_compliance.py Use '--target' instead of shortened '-t' 2023-08-30 09:46:20 +01:00
test_psa_constant_names.py
test_zeroize.gdb
test-ref-configs.pl
translate_ciphers.py
travis-log-failure.sh