wolfssl/tests
toddouska f11809aa62
Merge pull request #1923 from JacobBarthelmeh/Testing
cast to resolve warning, check size of time_t, and check for null tes…
2018-11-21 10:17:23 -08:00
..
CONF_FILES_README.md
README
api.c Merge pull request #1923 from JacobBarthelmeh/Testing 2018-11-21 10:17:23 -08:00
hash.c Fix old-style function definitions 2018-09-07 09:13:20 +02:00
include.am Added cipher suite unit tests for max fragment options 1-6 for TLS v1.2 and DTLS v1.2. Fix for client usage comment for max fragment. 2018-10-16 16:47:24 -07:00
srp.c Enhanced the `--enable-memtrack` option to keep list of pointers allocated and reports leaked memory at end. Cleanup of the wolfCrypt_Init and wolfCrypt_Cleanup calls in unit.test and SrpTest memory tracking feature. 2018-07-30 13:53:54 -07:00
suites.c When no cert specified using default, do not return failure in suite tests 2018-10-17 15:20:39 -06:00
test-dtls.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-ed25519.conf Allow Ed25519 private-only keys to work in TLS 2018-05-24 08:43:28 +10:00
test-enckeys.conf Added unit test for using encrypted keys with TLS. Only works with `--enable-des3`, since the keys are all encrypted with DES3 (also requires either `--enable-opensslextra or --enable-enckeys`). 2018-04-09 13:28:15 -07:00
test-fails.conf Added additional verify callback override test cases. 2018-08-31 16:26:51 -07:00
test-maxfrag-dtls.conf Added cipher suite unit tests for max fragment options 1-6 for TLS v1.2 and DTLS v1.2. Fix for client usage comment for max fragment. 2018-10-16 16:47:24 -07:00
test-maxfrag.conf Added cipher suite unit tests for max fragment options 1-6 for TLS v1.2 and DTLS v1.2. Fix for client usage comment for max fragment. 2018-10-16 16:47:24 -07:00
test-psk-no-id.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-psk.conf Fix test to work with configurations not including AES-GCM 2018-06-05 10:30:15 +10:00
test-qsh.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-sctp.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-sig.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-tls13-down.conf Fix bug with SendClientKeyExchange and ifdef logic for `ecdhe_psk_kea`, which was preventing `ECDHE-PSK` from working if HAVE_CURVE25519 was defined. Disabled broken downgrade test in test-tls13-down.conf (@SpariDev will need to investigate). Various spelling fixes. 2018-10-19 13:21:56 -07:00
test-tls13-ecc.conf * Added support for expected fail test cases with example client/server and suites unit test. 2018-05-03 09:40:51 -07:00
test-tls13-psk.conf Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +10:00
test-tls13.conf Allow TLS 1.2 to be compiled out. 2018-05-25 11:00:00 +10:00
test.conf Added client/server certs and keys for P-384-bit signed by P-384 CA. Fix for broken certs/ecc/genecc.sh script. Added simple P-384 cipher suite test. 2018-10-25 09:21:27 -07:00
unit.c Added new build option `--enable-memtest` or `WOLFSSL_FORCE_MALLOC_FAIL_TEST` which enables random malloc failures for testing. This test supresses the `abort()` calls to detect seg faults. A new script `./scripts/memtest.sh` starts the test. If an issue is found it can be reviewed with the `./scripts/memtest.txt` log and reproduced using the seed printed at top of unit test as `--- RNG MALLOC FAIL AT 295---` and rerun using `./tests/unit.test 295`. 2018-07-30 13:53:35 -07:00
unit.h merge PR #1820 Porting aid 2018-09-25 15:39:56 +09:00

README

Before creating any new configure files (.conf) read the CONF_FILES_README.md