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 |
| 4 | (reference test vectors, sanity checks, etc.) for all modules except the |
| 5 | SSL modules. |
| 6 | |
| 7 | compat |
| 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 | |
| 13 | ssl_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. |