This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

source: ps/trunk/build/premake/premake5/contrib/mbedtls/tests/Descriptions.txt

Last change on this file was 20366, checked in by Itms, 7 years ago

Alpha 12 version of Premake 5, including prebuilt binary for Windows.
Directly taken from https://premake.github.io/.

Refs #3729.

File size: 1.1 KB
Line 
1test_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, malformed input for parsing
5 functions, etc.) for all modules except the SSL modules.
6
7selftests
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
12compat
13 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
17 and a small data exchange.
18
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.
Note: See TracBrowser for help on using the repository browser.