aboutsummaryrefslogtreecommitdiff
path: root/tests/Descriptions.txt
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2014-03-26 08:47:01 +0100
committerPaul Bakker <p.j.bakker@polarssl.org>2014-03-26 12:58:55 +0100
commit8a3a3208a05b7d4b765250f2263b55f8c42b250e (patch)
treef34f1b4a2d1e66abebb4c2d6be21890fc5ea3828 /tests/Descriptions.txt
parent12b8472f2f52191259e598481e0f958412e79496 (diff)
downloadmbedtls-8a3a3208a05b7d4b765250f2263b55f8c42b250e.zip
mbedtls-8a3a3208a05b7d4b765250f2263b55f8c42b250e.tar.gz
mbedtls-8a3a3208a05b7d4b765250f2263b55f8c42b250e.tar.bz2
Update lcov test descriptions
Diffstat (limited to 'tests/Descriptions.txt')
-rw-r--r--tests/Descriptions.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/Descriptions.txt b/tests/Descriptions.txt
index 5b546e9..b6309f3 100644
--- a/tests/Descriptions.txt
+++ b/tests/Descriptions.txt
@@ -1,14 +1,15 @@
test_suites
The various 'test_suite_XXX' programs from the 'tests' directory, executed
using 'make check' (Unix make) or 'make test' (Cmake), include test cases
- (reference test vectors, sanity checks, etc.) for all modules except the
- SSL modules.
+ (reference test vectors, sanity checks, malformed input for parsing
+ functions, etc.) for all modules except the SSL modules.
compat
- The 'tests/compat.sh' script checks interoperability with OpenSSL for every
- ciphersuite, in every version, using client authentication or not. For
- each ciphersuite/version it performs a full handshake and a small data
- exchange.
+ The 'tests/compat.sh' script checks interoperability with OpenSSL and
+ GnuTLS (and ourselves!) for every common ciphersuite, in every TLS
+ version, both ways (client/server), using client authentication or not.
+ For each ciphersuite/version/side/authmode it performs a full handshake
+ and a small data exchange.
ssl_opt
The 'tests/ssl-opt.sh' script checks various options and/or operations not