summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg2@elzevir.fr>2015-10-28 13:42:14 +0100
committerManuel Pégourié-Gonnard <mpg2@elzevir.fr>2015-10-28 13:43:43 +0100
commitf7a46882574804d1939d48341ecc8b87e3efd651 (patch)
tree355bc477a6e5ba37f5abc9e2d9b9868ba90e62a1 /README.md
parent8de8a327f441086c4bcd28cfa2c872cb0e61f2b6 (diff)
Mention new test script in Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb1e645d..08c6289d 100644
--- a/README.md
+++ b/README.md
@@ -148,6 +148,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/all.sh` runs a combination of the above tests, plus some more, with various build options (such as ASan, full `config.h`, etc).
Configurations