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
..
data_files Switch to the new code style 2023-01-11 14:52:35 +01:00
mbedtls_dev Add docstring for new compile function. 2023-01-30 09:52:01 +00:00
abi_check.py Unify check_repo_path 2022-10-14 15:34:06 +02:00
apidoc_full.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
assemble_changelog.py Fix case of Mbed TLS in assemble_changelog.py 2022-07-11 11:40:08 +01:00
bump_version.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
ci.requirements.txt Update references to old Github organisation 2022-03-31 14:27:24 +01:00
code_style.py whitespace fix 2023-07-27 20:01:04 +01:00
config.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
config.py Pacify pylint 2023-09-08 11:17:09 +02:00
ecc-heap.sh Tune coverage of ecc-heap.sh 2022-04-15 09:33:29 +02:00
find-mem-leak.cocci Remove malloc references in mbedtls/scripts 2017-07-06 10:34:12 +01:00
footprint.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
generate_errors.pl Modify generate errors script 2023-01-09 18:48:01 +00:00
generate_features.pl Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
generate_psa_constants.py Update all uses of old AEAD output size macros 2021-04-15 17:32:06 +02:00
generate_query_config.pl Add list_config generation 2021-12-10 20:19:05 +01:00
generate_visualc_files.pl Add test driver sources to VC build 2021-04-16 11:20:03 +02:00
lcov.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
maintainer.requirements.txt Any package used in a script must be listed in ci.requirements.txt 2022-01-22 00:48:00 +01:00
massif_max.pl Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
memory.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
min_requirements.py Ensure files get closed when they go out of scope 2022-03-04 20:18:28 +01:00
output_env.sh Use variables for selecting compilers 2023-08-01 09:45:57 +01:00
rename.pl Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
rm-calloc-cast.cocci Remove malloc references in mbedtls/scripts 2017-07-06 10:34:12 +01:00
tmp_ignore_makefiles.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
windows_msbuild.bat Add a simple build script for Windows with Visual Studio 2020-04-26 20:52:04 +02:00