mbedtls/programs/ssl
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
..
CMakeLists.txt Rename DEV_MODE to GEN_FILES 2021-10-25 13:16:04 +01:00
dtls_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
dtls_server.c Fix order of steps in DTLS server example program 2023-07-14 12:00:33 -04:00
mini_client.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_client1.c Add guards for mbedtls_psa_crypto_free() 2023-04-24 08:10:01 +02:00
ssl_client2.c programs: add helper functions for supported EC curves 2023-07-10 09:13:57 +02:00
ssl_context_info.c Fix warnings from clang-16 2023-07-26 17:11:51 +01:00
ssl_fork_server.c Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
ssl_mail_client.c Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
ssl_pthread_server.c Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
ssl_server.c Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
ssl_server2.c Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
ssl_test_common_source.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_lib.c ssl_test_lib: fix rebase error 2023-07-10 10:22:51 +02:00
ssl_test_lib.h parse_groups: curve -> group adaptations 2023-07-06 12:16:44 +02:00