aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrzej Kurek <andrzej.kurek@arm.com>2022-10-24 10:59:55 -0400
committerAndrzej Kurek <andrzej.kurek@arm.com>2022-10-26 08:26:58 -0400
commit29c002ebdf5e8233adc0a08bf9e2c9cd714e9c47 (patch)
tree7680f75eac858d8d9ed383086a871bc0532f5f63 /README.md
parent7cb0077c5d611a9782ed009c52e4da20cda06cbb (diff)
downloadmbedtls-29c002ebdf5e8233adc0a08bf9e2c9cd714e9c47.zip
mbedtls-29c002ebdf5e8233adc0a08bf9e2c9cd714e9c47.tar.gz
mbedtls-29c002ebdf5e8233adc0a08bf9e2c9cd714e9c47.tar.bz2
Remove unused perl dependency scripts
curves.pl, depends-hashes.pl, key-exchanges.pl and depends-pkalgs.pl are now superseded by depends.py. Update all references to them accordingly. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c9cf91..cc61da0 100644
--- a/README.md
+++ b/README.md
@@ -242,7 +242,7 @@ For machines with a Unix shell and OpenSSL (and optionally GnuTLS) installed, ad
- `tests/ssl-opt.sh` runs integration tests for various TLS options (renegotiation, resumption, etc.) and tests interoperability of these options with other implementations.
- `tests/compat.sh` tests interoperability of every ciphersuite with other implementations.
- `tests/scripts/test-ref-configs.pl` test builds in various reduced configurations.
-- `tests/scripts/key-exchanges.pl` test builds in configurations with a single key exchange enabled
+- `tests/scripts/depends.py` test builds in configurations with a single curve, key exchange, hash, cipher, or pkalg on.
- `tests/scripts/all.sh` runs a combination of the above tests, plus some more, with various build options (such as ASan, full `mbedtls_config.h`, etc).
Porting Mbed TLS