Manuel Pégourié-Gonnard | 720375e | 2014-02-24 12:39:18 +0100 | [diff] [blame] | 1 | test_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é-Gonnard | 8a3a320 | 2014-03-26 08:47:01 +0100 | [diff] [blame] | 4 | (reference test vectors, sanity checks, malformed input for parsing |
| 5 | functions, etc.) for all modules except the SSL modules. |
Manuel Pégourié-Gonnard | 720375e | 2014-02-24 12:39:18 +0100 | [diff] [blame] | 6 | |
| 7 | compat |
Manuel Pégourié-Gonnard | 8a3a320 | 2014-03-26 08:47:01 +0100 | [diff] [blame] | 8 | The 'tests/compat.sh' script checks interoperability with OpenSSL and |
| 9 | GnuTLS (and ourselves!) for every common ciphersuite, in every TLS |
| 10 | version, both ways (client/server), using client authentication or not. |
| 11 | For each ciphersuite/version/side/authmode it performs a full handshake |
| 12 | and a small data exchange. |
Manuel Pégourié-Gonnard | 720375e | 2014-02-24 12:39:18 +0100 | [diff] [blame] | 13 | |
| 14 | ssl_opt |
| 15 | The 'tests/ssl-opt.sh' script checks various options and/or operations not |
| 16 | covered by compat.sh: session resumption (using session cache or tickets), |
| 17 | renegotiation, SNI, other extensions, etc. |