blob: 8b13bb39f03393d3ca45bce669078e764f9616d3 [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
Manuel Pégourié-Gonnard8a3a3202014-03-26 08:47:01 +01004 (reference test vectors, sanity checks, malformed input for parsing
5 functions, etc.) for all modules except the SSL modules.
Manuel Pégourié-Gonnard720375e2014-02-24 12:39:18 +01006
Manuel Pégourié-Gonnard2be0b522014-03-27 20:16:07 +01007selftests
8 The 'programs/test/selftest' program runs the 'XXX_self_test()' functions
9 of each individual module. Most of them are included in the respective
10 test suite, but some slower ones are only included here.
11
Manuel Pégourié-Gonnard720375e2014-02-24 12:39:18 +010012compat
Manuel Pégourié-Gonnard8a3a3202014-03-26 08:47:01 +010013 The 'tests/compat.sh' script checks interoperability with OpenSSL and
14 GnuTLS (and ourselves!) for every common ciphersuite, in every TLS
15 version, both ways (client/server), using client authentication or not.
16 For each ciphersuite/version/side/authmode it performs a full handshake
Manuel Pégourié-Gonnard2be0b522014-03-27 20:16:07 +010017 and a small data exchange.
Manuel Pégourié-Gonnard720375e2014-02-24 12:39:18 +010018
19ssl_opt
20 The 'tests/ssl-opt.sh' script checks various options and/or operations not
21 covered by compat.sh: session resumption (using session cache or tickets),
22 renegotiation, SNI, other extensions, etc.