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 code_size_compare: add logging module and tweak prompt message 2023-07-24 18:07:12 +08:00
basic-build-test.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
basic-in-docker.sh
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
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
depends.py test: update depends.py with new dependencies 2023-06-16 16:03:47 +02:00
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-afl-tests.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
generate_bignum_tests.py
generate_ecp_tests.py
generate_pkcs7_tests.py Fix instances of old feature macros being used 2023-03-24 10:43:40 +01:00
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 fix python lint fails 2023-07-06 10:13:46 +08:00
generate_test_code.py Update default variable values for compilers 2023-07-31 23:11:18 +01:00
generate_tls13_compat_tests.py Provide additional comments for claryfication 2023-07-06 12:16:39 +02:00
list-identifiers.sh
list_internal_identifiers.py
psa_collect_statuses.py Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. 2023-05-12 14:59:01 +01:00
recursion.pl
run-test-suites.pl
scripts_path.py
set_psa_test_dependencies.py
tcp_client.pl
test-ref-configs.pl
test_config_script.py
test_generate_test_code.py Fix warnings from clang-16 2023-07-26 17:11:51 +01:00
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
translate_ciphers.py
travis-log-failure.sh