Update lcov test descriptions
This commit is contained in:
parent
12b8472f2f
commit
8a3a3208a0
1 changed files with 7 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
||||||
test_suites
|
test_suites
|
||||||
The various 'test_suite_XXX' programs from the 'tests' directory, executed
|
The various 'test_suite_XXX' programs from the 'tests' directory, executed
|
||||||
using 'make check' (Unix make) or 'make test' (Cmake), include test cases
|
using 'make check' (Unix make) or 'make test' (Cmake), include test cases
|
||||||
(reference test vectors, sanity checks, etc.) for all modules except the
|
(reference test vectors, sanity checks, malformed input for parsing
|
||||||
SSL modules.
|
functions, etc.) for all modules except the SSL modules.
|
||||||
|
|
||||||
compat
|
compat
|
||||||
The 'tests/compat.sh' script checks interoperability with OpenSSL for every
|
The 'tests/compat.sh' script checks interoperability with OpenSSL and
|
||||||
ciphersuite, in every version, using client authentication or not. For
|
GnuTLS (and ourselves!) for every common ciphersuite, in every TLS
|
||||||
each ciphersuite/version it performs a full handshake and a small data
|
version, both ways (client/server), using client authentication or not.
|
||||||
exchange.
|
For each ciphersuite/version/side/authmode it performs a full handshake
|
||||||
|
and a small data exchange.
|
||||||
|
|
||||||
ssl_opt
|
ssl_opt
|
||||||
The 'tests/ssl-opt.sh' script checks various options and/or operations not
|
The 'tests/ssl-opt.sh' script checks various options and/or operations not
|
||||||
|
|
Loading…
Reference in a new issue