mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Add test descriptions for lcov
This commit is contained in:
parent
61137df560
commit
720375e7ea
3 changed files with 33 additions and 7 deletions
16
tests/Descriptions.txt
Normal file
16
tests/Descriptions.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
test_suites
|
||||
The various 'test_suite_XXX' programs from the 'tests' directory, executed
|
||||
using 'make check' (Unix make) or 'make test' (Cmake), include test cases
|
||||
(reference test vectors, sanity checks, etc.) for all modules except the
|
||||
SSL modules.
|
||||
|
||||
compat
|
||||
The 'tests/compat.sh' script checks interoperability with OpenSSL for every
|
||||
ciphersuite, in every version, using client authentication or not. For
|
||||
each ciphersuite/version it performs a full handshake and a small data
|
||||
exchange.
|
||||
|
||||
ssl_opt
|
||||
The 'tests/ssl-opt.sh' script checks various options and/or operations not
|
||||
covered by compat.sh: session resumption (using session cache or tickets),
|
||||
renegotiation, SNI, other extensions, etc.
|
||||
Loading…
Add table
Add a link
Reference in a new issue