blob: 5b546e939bf82138112435a9846a5159b3a1b992 [file] [log] [blame]
Manuel Pégourié-Gonnard720375e2014-02-24 12:39:18 +01001test_suites
2 The various 'test_suite_XXX' programs from the 'tests' directory, executed
3 using 'make check' (Unix make) or 'make test' (Cmake), include test cases
4 (reference test vectors, sanity checks, etc.) for all modules except the
5 SSL modules.
6
7compat
8 The 'tests/compat.sh' script checks interoperability with OpenSSL for every
9 ciphersuite, in every version, using client authentication or not. For
10 each ciphersuite/version it performs a full handshake and a small data
11 exchange.
12
13ssl_opt
14 The 'tests/ssl-opt.sh' script checks various options and/or operations not
15 covered by compat.sh: session resumption (using session cache or tickets),
16 renegotiation, SNI, other extensions, etc.