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
..
.jenkins Add a Jenkinsfile for PR job testing 2018-10-19 16:41:54 +01:00
configs config-wrapper-zeroize-memset.h should be user-config-zeroize-memset.h and not include mbedtls_config.h 2023-09-01 14:44:11 +01:00
data_files Merge pull request #7768 from lpy4105/backport-2.28/issue/renew_cert_2027-01-01 2023-08-17 18:55:42 +00:00
docker/bionic Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
git-scripts Fix typographical errors in .md files found by cspell 2022-07-29 13:54:52 +01:00
include For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() 2023-09-04 11:23:02 +01:00
scripts Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
src For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() 2023-09-04 11:20:19 +01:00
suites Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
.gitignore Ignore *.o everywhere 2023-05-12 13:57:39 +02:00
CMakeLists.txt Fix build errors in CMake 2023-03-16 11:10:17 +08:00
compat-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2023-01-10 09:47:09 +01:00
compat.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:21:54 +02:00
context-info.sh Merge pull request #3614 from gilles-peskine-arm/ssl-opt-gnutls-printf-development 2020-11-04 17:55:42 +01:00
Descriptions.txt Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
make-in-docker.sh Point to docker images used in the CI 2022-12-16 10:21:11 +01:00
Makefile Fix build errors in CMake 2023-03-16 11:10:17 +08:00
ssl-opt-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2023-01-10 09:47:09 +01:00
ssl-opt.sh ssl-opt.sh: support to parse --outcome-file 2023-07-10 09:38:24 +01:00