aboutsummaryrefslogtreecommitdiff
path: root/tests/Descriptions.txt
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2014-02-24 12:39:18 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2014-03-14 08:41:01 +0100
commit720375e7ea601b1638e26cc604a63eb21973a131 (patch)
treeb5c0bbd560a113769d1a1873c268ec3b527e8e28 /tests/Descriptions.txt
parent61137df560b5e523fd8e36b2ba6d03bee6dd4b3e (diff)
downloadmbedtls-720375e7ea601b1638e26cc604a63eb21973a131.zip
mbedtls-720375e7ea601b1638e26cc604a63eb21973a131.tar.gz
mbedtls-720375e7ea601b1638e26cc604a63eb21973a131.tar.bz2
Add test descriptions for lcov
Diffstat (limited to 'tests/Descriptions.txt')
-rw-r--r--tests/Descriptions.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/Descriptions.txt b/tests/Descriptions.txt
new file mode 100644
index 0000000..5b546e9
--- /dev/null
+++ b/tests/Descriptions.txt
@@ -0,0 +1,16 @@
+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.
+
+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.
+
+ssl_opt
+ The 'tests/ssl-opt.sh' script checks various options and/or operations not
+ covered by compat.sh: session resumption (using session cache or tickets),
+ renegotiation, SNI, other extensions, etc.