Gilles Peskine f08ca83b4f 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:21:54 +02:00
..
all-in-docker.sh Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
all.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
analyze_outcomes.py Correct analyze_outcomes identation 2023-08-24 09:27:28 +01:00
basic-build-test.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
basic-in-docker.sh Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
check_files.py Allow whole Box Drawings range 2023-02-01 13:31:57 +00:00
check_names.py Re-add empty lines that were accidentally omitted in the previous commit. 2023-01-27 16:03:22 +00:00
check_test_cases.py check_test_cases: add a comment to explain idx in walk_compat_sh 2023-08-30 18:33:47 +08:00
check-doxy-blocks.pl Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
check-generated-files.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
check-python-files.sh Don't use parallel jobs for pylint 2022-10-14 15:34:06 +02:00
depends.py depends.py: remove symbols that are not present in 2.28 2023-02-15 15:19:37 -05:00
docker_env.sh Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
doxygen.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
gen_ctr_drbg.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
gen_gcm_decrypt.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
gen_gcm_encrypt.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
gen_pkcs1_v21_sign_verify.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
generate_bignum_tests.py Remove mbedtls_ prefix from bignum test cases 2023-04-26 22:51:10 +02:00
generate_psa_tests.py Merge pull request #6844 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215-2.28 2023-01-27 10:05:04 +01:00
generate_test_code.py Update default variable values for compilers 2023-08-01 09:48:32 +01:00
generate-afl-tests.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
list_internal_identifiers.py Update check_names.py so that identifiers in excluded files are still compared against the output of nm. 2023-01-25 17:10:23 +00:00
list-identifiers.sh Copy check_names.py and friends from development 2021-09-27 20:01:08 +02:00
psa_collect_statuses.py Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. 2023-05-15 15:27:54 +01:00
recursion.pl Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. 2022-04-28 18:22:20 +01:00
run-test-suites.pl Use .datax for make test, not .data 2022-11-16 10:35:20 +01:00
scripts_path.py Allow tests/scripts/foo.py to import from scripts 2020-12-10 23:16:03 +01:00
set_psa_test_dependencies.py Update PSA crypto test dependencies 2021-03-24 09:26:44 +01:00
tcp_client.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
test_config_script.py Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
test_generate_test_code.py Fix warnings from clang-16 2023-07-27 00:03:21 +01:00
test_psa_compliance.py Fix typos prior to release 2022-12-04 16:44:21 +00:00
test_psa_constant_names.py Short-tag AEAD with the nominal length are encoded as nominal AEAD 2022-04-15 16:15:48 +02:00
test_zeroize.gdb Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
test-ref-configs.pl test-ref-configs: clarify configuration-related traces 2022-04-13 11:24:38 +02:00
travis-log-failure.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00