mbedtls/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
..
data_files Fully replace mbedtls_psa_safer_memcmp 2023-08-29 14:20:18 +01:00
mbedtls_dev Improve directory coverage in PSA repo detection 2023-08-29 09:50:16 +01:00
abi_check.py
apidoc_full.sh
assemble_changelog.py
basic.requirements.txt
bump_version.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
ci.requirements.txt
code_size_compare.py code_size_compare: handle deleted files and new files properly 2023-08-16 16:08:22 +08:00
code_style.py whitespace fix 2023-07-27 20:00:41 +01:00
config.pl
config.py Fix boolean options in the wrong section 2023-09-05 20:20:51 +02:00
driver.requirements.txt
ecc-heap.sh
ecp_comb_table.py
find-mem-leak.cocci
footprint.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
generate_driver_wrappers.py
generate_errors.pl
generate_features.pl Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
generate_psa_constants.py
generate_query_config.pl Fix generate_query_config.pl usage 2023-09-08 10:53:35 +02:00
generate_ssl_debug_helpers.py Fix extra character in debug string 2023-06-23 21:11:46 +02:00
generate_visualc_files.pl
gitignore_patch.sh Remove trailing whitespace 2023-08-04 14:14:11 +01:00
lcov.sh Update spelling "mbed TLS" to "Mbed TLS" 2023-09-12 19:18:17 +02:00
maintainer.requirements.txt
make_generated_files.bat
massif_max.pl
memory.sh
min_requirements.py
output_env.sh Use variables for selecting compilers 2023-07-28 17:04:47 +01:00
rm-calloc-cast.cocci
tmp_ignore_makefiles.sh
windows_msbuild.bat